mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
doc: PG 13 relnotes: add duplicate btree optimization details
This commit is contained in:
@ -359,9 +359,9 @@ More efficiently store duplicates in btree indexes (Anastasia Lubennikova, Peter
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This allows efficient btree indexing of low cardinality columns.
|
This allows efficient btree indexing of low cardinality columns by storing
|
||||||
Users upgrading with pg_upgrade will need to use REINDEX to make use of
|
duplicate keys only once. Users upgrading with pg_upgrade will need to
|
||||||
this feature.
|
use REINDEX to make use of this feature.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user