0
1
46
168
26
96
===== 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...