Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes
authorDavid Rowley <drowley@postgresql.org>
Mon, 9 Dec 2024 20:24:43 +0000 (09:24 +1300)
committerDavid Rowley <drowley@postgresql.org>
Mon, 9 Dec 2024 20:24:43 +0000 (09:24 +1300)
commit36d0229b8ff5907ccff782e9425d1647401b7e99
tree3a795a631e96d26af5a522bab17706e0dec1fbfc
parent73a392d236965f14b84c0d09f011bda2cba6f8ca
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