Skip to content

Commit 48c6959

Browse files
Doc: Tweak description of B-Tree duplicate tuples.
Defining duplicates as "close by" to each other was unclear. Simplify the definition. Backpatch: 13-, where deduplication was introduced (by commit 0d861bb)
1 parent 3be015c commit 48c6959

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/btree.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -635,10 +635,10 @@ options(<replaceable>relopts</replaceable> <type>local_relopts *</type>) returns
635635
A duplicate is a leaf page tuple (a tuple that points to a table
636636
row) where <emphasis>all</emphasis> indexed key columns have values
637637
that match corresponding column values from at least one other leaf
638-
page tuple that's close by in the same index. Duplicate tuples are
639-
quite common in practice. B-Tree indexes can use a special,
640-
space-efficient representation for duplicates when an optional
641-
technique is enabled: <firstterm>deduplication</firstterm>.
638+
page tuple in the same index. Duplicate tuples are quite common in
639+
practice. B-Tree indexes can use a special, space-efficient
640+
representation for duplicates when an optional technique is
641+
enabled: <firstterm>deduplication</firstterm>.
642642
</para>
643643
<para>
644644
Deduplication works by periodically merging groups of duplicate

0 commit comments

Comments
 (0)