bloom 是一个提供基于Bloom过滤器的索引访问方法的contrib模块。
bloom 于 PostgreSQL 9.6 中添加。
参考资料
- PostgreSQL文档: bloom
有用链接
- PostgreSQL中的索引 — 10 (Bloom) - 2020年10月PostgresPro的博客文章
- PostgreSQL中的Bloom索引 - 2019年6月Percona的博客文章
- 试用Postgres Bloom索引 - 2016年12月CyberTec
- 选择PostgreSQL Bloom索引参数 - 2016年12月Fabien Coelho的博客文章
- Bloom filter - 维基百科概述
