mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
doc: PG 13 relnotes: add duplicate btree optimization details
This commit is contained in:
parent
ca4599b0dc
commit
aa976d3b90
1 changed files with 3 additions and 3 deletions
|
|
@ -359,9 +359,9 @@ More efficiently store duplicates in btree indexes (Anastasia Lubennikova, Peter
|
|||
</para>
|
||||
|
||||
<para>
|
||||
This allows efficient btree indexing of low cardinality columns.
|
||||
Users upgrading with pg_upgrade will need to use REINDEX to make use of
|
||||
this feature.
|
||||
This allows efficient btree indexing of low cardinality columns by storing
|
||||
duplicate keys only once. Users upgrading with pg_upgrade will need to
|
||||
use REINDEX to make use of this feature.
|
||||
</para>
|
||||
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue