Commit aa976d3b authored by Bruce Momjian's avatar Bruce Momjian

doc: PG 13 relnotes: add duplicate btree optimization details

parent ca4599b0
...@@ -359,9 +359,9 @@ More efficiently store duplicates in btree indexes (Anastasia Lubennikova, Peter ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment