Skip to content

Latest commit

 

History

History
124 lines (25 loc) · 3.14 KB

20180714_04.md

File metadata and controls

124 lines (25 loc) · 3.14 KB

PostgreSQL Indexes don't mean slow inserts - 索引改进PPT(写优化, lsm, Fractal, index buffer, COLA)

作者

digoal

日期

2018-07-14

标签

PostgreSQL , LSM , index buffer , COLA , Cache-oblivious lookahead arrays , Fractal Tree , Covering and Unique


背景

https://wiki.postgresql.org/images/8/8b/WO-Indexes_1.0.pdf

<Indexes don't mean slow inserts>

PPT内介绍了索引引入的写开销,以及有哪些降低写开销的思路,例如 lsm, index buffer, fractal tree, 二级索引 等。(PG可能在未来的版本中进行写优化)

同时PG在索引方面已经具备了的丰富特性如下:

1、《PostgreSQL 9种索引的原理和应用场景》

2、《PostgreSQL SQL自动优化案例 - 极简,自动推荐索引》

3、《PostgreSQL Oracle 兼容性之 - INDEX SKIP SCAN (递归查询变态优化) 非驱动列索引扫描优化》

4、《PostgreSQL 10.0 preview 功能增强 - 唯一约束+附加字段组合功能索引》

5、在线创建索引(create index CONCURRENTLY)

6、并行创建索引(PG 11)

您的愿望将传达给PG kernel hacker、数据库厂商等, 帮助提高数据库产品质量和功能, 说不定下一个PG版本就有您提出的功能点. 针对非常好的提议,奖励限量版PG文化衫、纪念品、贴纸、PG热门书籍等,奖品丰富,快来许愿。开不开森.

digoal's wechat