克雷格·克尔斯蒂恩斯:Postgres 会使用我的索引吗?Postgres 的假想索引

Postgres is a great database with a ton of features including really rich indexing. Postgres itself maintains all sorts of data under the covers about things like cache hits and misses, when...

HypoPG是一个Postgres扩展,可以为Postgres添加假想索引,以便进行索引规划。它支持b-tree、brin和hash索引,但不支持gin或gist索引。使用HypoPG可以查看假想索引是否会被使用,并可以查看索引大小。HypoPG可以帮助改善查询性能,是Crunchy Bridge的一部分,可以尝试使用它。

克雷格·克尔斯蒂恩斯:Postgres 会使用我的索引吗?Postgres 的假想索引
原文英文,约600词,阅读约需2分钟。发表于:
阅读原文