日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

RELATEED CONSULTING
相關咨詢
選擇下列產(chǎn)品馬上在線溝通
服務時間:8:30-17:00
你可能遇到了下面的問題
關閉右側工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
詳解sybase配置參數(shù)

sybase配置參數(shù)是學習sybase過程中必須要掌握的知識,下面就對sybase配置參數(shù)進行分類介紹,如果您對sybase配置參數(shù) 方面感興趣的話,不妨一看。

成都創(chuàng)新互聯(lián)主要為客戶提供服務項目涵蓋了網(wǎng)頁視覺設計、VI標志設計、成都營銷網(wǎng)站建設、網(wǎng)站程序開發(fā)、HTML5響應式網(wǎng)站建設公司手機網(wǎng)站制作設計、微商城、網(wǎng)站托管及成都網(wǎng)站維護、WEB系統(tǒng)開發(fā)、域名注冊、國內(nèi)外服務器租用、視頻、平面設計、SEO優(yōu)化排名。設計、前端、后端三個建站步驟的完善服務體系。一人跟蹤測試的建站服務標準。已經(jīng)為建筑動畫行業(yè)客戶提供了網(wǎng)站設計服務。

sp_configure 'max online engines',4
go
--配置啟動cpu個數(shù)
sp_configure 'number of engines at startup',4
go
--配置最大內(nèi)存數(shù)
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
--網(wǎng)絡包大小
sp_configure 'max network packet size',1024
go

--最大連接數(shù)
sp_configure 'number of user connections',500
go
--最大打開對象
sp_configure  'number of open object',9000
go
--最大索引
sp_configure  'number of open index',10000
go
--最大鎖數(shù)
sp_configure  'number of locks',100000
go

--增加網(wǎng)絡內(nèi)存
--sp_configure  'additional network memory',1024
go

--鎖內(nèi)存
sp_configure  'lock shared memory',512
go

--優(yōu)化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 syscharsets

dbcc traceon(3604)
dbcc memusage


當前名稱:詳解sybase配置參數(shù)
網(wǎng)頁URL:http://www.5511xx.com/article/cogpioo.html