08 2016 档案

本地分区索引、全局本地分区索引
摘要:官网截图: global partition index local partition index 《全局分区索引》 drop table JS_SKSKJDK_DZFPMX02 purge;--创建分区表 jssjSQL> create table JS_SKSKJDK_DZFPMX02( fp 阅读全文

posted @ 2016-08-31 15:38 Oracle-fans 阅读(4875) 评论(0) 推荐(0)

分区表性能-0802
摘要:分区表A 每行数据大约 1k,表中总共有 1亿 乃至 10亿条数据,对分区表 做 查询、更新、删除操作时 性能如何? SQL> alter system flush buffer_cache;SQL> alter system flush shared_pool;SQL> set linesize 阅读全文

posted @ 2016-08-02 16:48 Oracle-fans 阅读(266) 评论(0) 推荐(0)