`
peng_jian_ming
  • 浏览: 255133 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

DB2数据库的优化

    博客分类:
  • DB2
DB2 
阅读更多
/*命令编辑器中执行的语句格式*/

update database cfg for ycportal using LOGBUFSZ 500;

update db cfg for ycportal using applheapsz 2000;

update db cfg for ycportal using SORTHEAP 2048;

update dbm cfg using SHEAPTHRES 20000;

update dbm cfg using NUM_POOLAGENTS 200;

update dbm cfg using MAXAGENTS 300;

update db cfg for ycportal using DBHEAP 1200;

update db cfg for ycportal using LOCKLIST 3000;

update db cfg for ycportal using MAXLOCKS 50;

update db cfg for ycportal using LOCKTIMEOUT 30;

update db cfg for ycportal using MAXAPPLS 600;

terminate;


//ycportal 为数据库名
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics