博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle Compressed Indexes
阅读量:5795 次
发布时间:2019-06-18

本文共 482 字,大约阅读时间需要 1 分钟。

Key compressed indexes are a way to index a low cardinality column without talking up as much space storing the repetitive values. Please view the Oracle Manuals for a full description on implementing compressed indexes.  

Benefits

  • Fewer index leaf blocks need to be read since more rows fit into fewer blocks
  • Insert statements are faster since fewer leaf blocks need to be read to determine where the new row is inserted
  • Faster full index scans due to fewer leaf blocks
  • Space savings

转载地址:http://cfbfx.baihongyu.com/

你可能感兴趣的文章
MDCParallaxView
查看>>
eclipse调试arm裸机程序
查看>>
c语言open与sys_open的用法
查看>>
巧妙定位ANR问题
查看>>
matlab(R2010a)找不到vs2010的c++编译器
查看>>
Java 内存区域和GC机制
查看>>
linux 常用命令记录
查看>>
设置android程序默认安装位置
查看>>
能做和想做
查看>>
Redis主从持久化测试
查看>>
springboot2.x 整合quartz,实现任务的调度
查看>>
InvalidKeyException AES加密异常
查看>>
ios子类化会增加耦合度
查看>>
Git 查看分支
查看>>
Ubuntu上安装CH340/341的驱动
查看>>
CentOS7安装PostgreSQL
查看>>
测试色差脚本
查看>>
PHP cURL快速入门
查看>>
安卓 引导页实现(第一次登陆)
查看>>
struts2文件上传/下载(附源代码)
查看>>