240 私信
这个人很懒,暂无签名信息
0

各数据库高效率分页

===== DB2 ====== 1.创建索引create index 索引名 on 表名( 排序用的列名 ASC)2.更新统计信息runstats on table 模式名.表名 with distribution and on all columns and detailed index 模式名.索引3.优化SQLSELECT * FROM (Select 字段1,字段2,字段3,rownum...

个人介绍
暂无介绍