projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca4599b
)
doc: PG 13 relnotes: add duplicate btree optimization details
author
Bruce Momjian
<
[email protected]
>
Tue, 12 May 2020 01:24:08 +0000
(21:24 -0400)
committer
Bruce Momjian
<
[email protected]
>
Tue, 12 May 2020 01:24:08 +0000
(21:24 -0400)
doc/src/sgml/release-13.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-13.sgml
b/doc/src/sgml/release-13.sgml
index 102b8366c51367d697555221bfb316379dcc3283..83470e9ba15de2f3cb77b92bad74abe77313baed 100644
(file)
--- a/
doc/src/sgml/release-13.sgml
+++ b/
doc/src/sgml/release-13.sgml
@@
-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>