欢迎来到天天文库
浏览记录
ID:50993342
大小:47.00 KB
页数:16页
时间:2020-03-08
《Sybase数据库性能优化的具体过程.doc》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、Sybase数据库性能优化的具体过程用一个实例讲解了Sybase数据库性能优化的具体过程,具体内容请参考下文:共享锁sp_getapplock锁定应用程序资源sp_releaseapplock为应用程序资源解锁SETLOCK_TIMEOUT1800锁超时期限设置sp_configure'deadlockcheckingperiod',5000设置锁检测周期sp_configure'lockwaitperiod',5000设置锁的等待时间sp_setrowlockpromote设置基本个表的最大行锁升级数(锁数)sp
2、_setrowlockpromote'TABLE',TREECODE,500,500,100sp_setrowlockpromote'TABLE',LCD05,500,500,100[LockManager]numberoflocks=50000#锁数deadlockcheckingperiod=DEFAULTfreelocktransferblocksize=DEFAULTmaxenginefreelocks=DEFAULTlockspinlockratio=DEFAULTlockhashtablesize=DE
3、FAULTlockscheme=DEFAULTlockwaitperiod=DEFAULTreadcommittedwithlock=DEFAULT当很多事务同时访问同一个数据库时,会加剧锁资源争夺,严重时事务之间会发生死锁。可用sp_object_stats查明死锁位置。该过程报告资源争夺最激烈的10张表、一个数据库中资源争夺的表和单个表的争夺情况。语法为sp_object_statsinterval[,top_n[,dbname[,objname[,rpt_option]]]],查看锁争夺情况只需设置inter
4、val为“hh:mm:ss”。如果显示每种锁的争夺程度超过15%,应该改变加锁方式,比如表的全页锁改成数据页锁,数据页锁改成数据行锁等。ParameterNameDefaultMemoryUsedConfigValueRunValue-----------------------------------------------------allowremoteaccess1011printrecoveryinformation0000recoveryintervalinminutes5055taperetentio
5、nindays0000ParameterNameDefaultMemoryUsedConfigValueRunValue-----------------------------------------------------globalasyncprefetchlimit1001010globalcachepartitionnumber1011memoryalignmentboundary2048020482048numberofindextrips0000numberofoamtrips0000procedur
6、ecachepercent20224262020totaldatacachesize089698089698totalmemory471041966089830498304ParameterNameDefaultMemoryUsedConfigValueRunValue-----------------------------------------------------cisbulkinsertbatchsize0000cisconnecttimeout0000ciscursorrows5005050cispa
7、cketsize5120512512cisrpchandling0000enablecis1011maxcisremoteconnections0000maxcisremoteservers25192525ParameterNameDefaultMemoryUsedConfigValueRunValue-----------------------------------------------------dtmdetachtimeoutperiod0000dtmlocktimeoutperiod300030030
8、0enablexactcoordination1011numberofdtxparticipants500149500500strictdtmenforcement0000txntopssratio1636921616xactcoordinationinterval6006060ParameterNameDefaultMemoryUsedConfigValu
此文档下载收益归作者所有