摘要: 表装入内存 alter table sys_datastore storage(buffer_pool keep); alter table sys_datastore cache; --检查 select table_name from dba_tables where ltrim(cache)= 阅读全文
posted @ 2011-12-31 00:53 hongweigg 阅读(7) 评论(0) 推荐(0)
摘要: 参考: (1) 选择最有效率的表名顺序(只在基于规则的优化器中有效): ORACLE的解析器按照从右到左的顺序处理FROM子句中的表名,FROM子句中写在最后的表(基础表 driving table)将被最先处理,在FROM子句中包含多个表的情况下,你必须选择记录条数最少的表作为基础表。如果有3个以 阅读全文
posted @ 2011-12-31 00:03 hongweigg 阅读(7) 评论(0) 推荐(0)