- 1、本文档共15页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
dbcc checkstorage命令详解(国外英语资料)
dbcc checkstorage命令详解(国外英语资料)
The SYBASE database DBCC command details:
DBCC checkstorage checks for the consistency of the database. The new version of the database is more useful than any DBCC command, especially before the database backup. The purpose of this article is to help you:
Master DBCC checkstorage command
Maintain DBCCDB database
Generate reports according to DBCCDB
In the case used in this article, you will first run the DBCC from the output of sp_plan_dbccdb
The checkstorage command requires the resource environment and, based on this, the resource is planned, the DBCCDB database is established, and the DBCCDB database generates the report.
This section exercises will be based on the following environment:
There is a user database aca_db in the system with a capacity of 20MB (data 10MB, log 10MB)
The aca_db database occupies two devices, disk1 and disk2
There are several user tables (auths, articles, etc.) in the aca_db database
Steps are as follows:
For the target database, the size of the database, the size of the device workspace,
/ cache size and the number of work processes.
Sp_plan_dbccdb aca_db
Execution results:
Size for DBCCDB database is 15MB (data = 13MB, log =
2 MB).
No suitable devices for DBCCDB in master. Sysdevices.
The values for workspace size, cache size and process count
Are:
The dbname scan ws text ws cache process count
Aca_db 272 k, 80 k, 1280 k 2
(return status = 0)
Adjust the process number of Adaptive Server if necessary
Create a named cache for the DBCC
Configure a DBCC
The checkstorage special named cache can not only improve performance but also minimize the impact of database consistency checking on other users.
Dbcc
Checkstorage requires that at least 640k of storage for each working process in the 16k memory pool of the named cache, the minimum capacity of the 16k memory pool is recommended for high cache capacity.
Sp_cacheconfig aca_cache, 3072k
(note: restarting the Adaptive Server will work)
Configure the I/O cache
您可能关注的文档
最近下载
- 水下机械臂设计及运动控制技术研究.docx VIP
- 机关值班管理规定范文3篇.doc VIP
- 第九单元 数据的收集和整理(二)(B卷 能力提升练)-2022-2023年三年级下册数学单元AB卷(苏教版).docx VIP
- 血糖监测的护理.pptx
- 六轴工业机械臂运动控制技术研究与实现.docx VIP
- (正式版)-B 5768.2-2022 道路交通标志和标线 第2部分:道路交通标志.docx VIP
- 六轴机械臂恒力控制技术研究与应用.docx VIP
- 全球咖啡产业链产业链产业链产业链产业链布局报告.docx
- 2025年3月29日全国事业单位联考D类《综合应用能力》综应真题及答案(小学).pdf VIP
- 马工程《中国古代文学史》下册第七编明朝文学--全套PPT课件.pptx
文档评论(0)