Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48c6959

Browse files
Doc: Tweak description of B-Tree duplicate tuples.
Defining duplicates as "close by" to each other was unclear. Simplifythe definition.Backpatch: 13-, where deduplication was introduced (by commit0d861bb)
1 parent3be015c commit48c6959

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 tuplethat's close byin the same index. Duplicate tuples are
639-
quite common inpractice. B-Tree indexes can use a special,
640-
space-efficientrepresentation for duplicates when an optional
641-
technique isenabled: <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)

[8]ページ先頭

©2009-2025 Movatter.jp