电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

sybase参数设置及性能优化解释VIP免费

sybase参数设置及性能优化解释_第1页
1/13
sybase参数设置及性能优化解释_第2页
2/13
sybase参数设置及性能优化解释_第3页
3/13
Sybase 配置参数 sp_configure 'max online engines',4 go --配置启动cpu 个数 sp_configure 'number of engines at startup',4 go --配置最大内存数 sp_configure 'max memory' ,2097151 go --分配最大存储过程缓存 sp_configure 'procedure cache',102400 go --配置高速缓存 sp_cacheconfig 'default data cache' , '700M' go --缺省缓存分配页大小 sp_poolconfig 'default data cache','200M','16K' go --网络包大小 sp_configure 'max network packet size',1024 go --最大连接数 sp_configure 'number of user connections',500 go --最大打开对象 sp_configure 'number of open object',9000 go --最大索引 sp_configure 'number of open index',10000 go --最大锁数 sp_configure 'number of locks',100000 go --增加网络内存 sp_configure 'additional network memory',1024 go --锁内存 sp_configure 'lock shared memory',512 go --优化 tempdb select dbid, name,segmap from sysusages, sysdevices where sysdevices.low <= sysusages.size +vstart and sysdevices.high >=sysusages.size+vstart -1 and dbid =2 and (status=2 or status=3) go use tempdb go sp_dropsegment 'default',tempdb,master go sp_dropsegment 'logsegment',tempdb,master go select dbid, name,segmap from sysusages, sysdevices where sysdevices.low <= sysusages.size +vstart and sysdevices.high >=sysusages.size+vstart -1 and dbid =2 and (status=2 or status=3) go sp_cacheconfig tempdb_cache, '100M' go sp_poolconfig tempdb_cache,'50M','16K' go sp_bindcache 'tempdb_cache',tempdb go sp_helpcache tempdb_cache select name,id from sy scharsets dbcc traceon(3604) dbcc memu sage 1 数据库安装的优化 1.1 应用数据库使用裸设备若在UNIX(UNIXWARE)操作系统下安装数据库服务器,请将SYBASE 应用数据库的设备(dev ice)安装成裸设备。即在创建应用数据库设备(如:IVSP,DB160,NAP2000 等)时用裸设备,把文件名指向 /dev /dsk/ 子目录下的相应文件。系统数据库设备(如:master 等)仍然指向文件系统。 1.2 补丁程序完成SYBASE 数据库的安装...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

sybase参数设置及性能优化解释

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部