Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit aa976d3

Browse files
committed
doc: PG 13 relnotes: add duplicate btree optimization details
1 parent ca4599b commit aa976d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/release-13.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ More efficiently store duplicates in btree indexes (Anastasia Lubennikova, Peter
359359
</para>
360360

361361
<para>
362-
This allows efficient btree indexing of low cardinality columns.
363-
Users upgrading with pg_upgrade will need to use REINDEX to make use of
364-
this feature.
362+
This allows efficient btree indexing of low cardinality columns by storing
363+
duplicate keys only once. Users upgrading with pg_upgrade will need to
364+
use REINDEX to make use of this feature.
365365
</para>
366366

367367
</listitem>

0 commit comments

Comments
 (0)