]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes
authorDavid Rowley <drowley@postgresql.org>
Mon, 9 Dec 2024 20:25:50 +0000 (09:25 +1300)
committerDavid Rowley <drowley@postgresql.org>
Mon, 9 Dec 2024 20:25:50 +0000 (09:25 +1300)
commitb0a04ce0916b370e70ccf0a2e6a5d4d7607efe25
tree4e148758bf7d6be40f817c91546755c60aea25d2
parentbe9dac9afc25a1edaf4ad708b4efb909029b4198
Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes

It looks like the example case was once modified to increase the number
of rows but the EXPLAIN ANALYZE output wasn't updated to reflect that.

Also adjust the text which discusses the index sizes.  With the example
table size, the bloom index isn't quite 8 times more space efficient
than the btree indexes.

Discussion: https://postgr.es/m/CAApHDvovx8kQ0=HTt85gFDAwmTJHpCgiSvRmQZ_6u_g-vQYM_w@mail.gmail.com
Backpatch-through: 13, all supported versions
doc/src/sgml/bloom.sgml