]> 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:26:13 +0000 (09:26 +1300)
committerDavid Rowley <drowley@postgresql.org>
Mon, 9 Dec 2024 20:26:13 +0000 (09:26 +1300)
commit5e9e2a4ac7bbdc5a8c8ec06f1b6ac78cfb5fca67
treef54cf641736908a5cdbf364ddbf326332a60fedc
parent4089b9bd6f19362ccb093d7e1d55282a6577acb4
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