- 快召唤伙伴们来围观吧
- 微博 QQ QQ空间 贴吧
- 文档嵌入链接
- <iframe src="https://www.slidestalk.com/u68/IndexPaperRead76630?embed" frame border="0" width="640" height="360" scrolling="no" allowfullscreen="true">复制
- 微信扫一扫分享
IndexPaperRead
展开查看详情
1 .Improved Query Performance with Variant Indexes liyuanjian@baidu.com
2 .试用场景 周期性更新 更新时不可查 大规模数仓 现有的好办法: 特化索引 物化试图
3 .Value-List Indexs B/B+ Tree RID—Row IDentifier compression by each fragment size: 4 times of table rows
4 .BitMap Index Alternate of RID List Index Space efficient and CPU efficient mapping func + BitSet dense or sparse
5 .BitMap Index
6 .Other index Projection Index Bit-Slices Index! 图解
7 .Compare
8 .https://www.cs.duke.edu/courses/spring03/cps216/papers/oneil-quass-1997.pdf