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

Commit79172a5

Browse files
committed
Document BRIN's pages_per_range in CREATE INDEX
Author: Michael Paquier
1 parent155c0f2 commit79172a5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎doc/src/sgml/ref/create_index.sgml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,23 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class=
380380
</listitem>
381381
</varlistentry>
382382
</variablelist>
383+
384+
<para>
385+
<acronym>BRIN</> indexes accept a different parameter:
386+
</para>
387+
388+
<variablelist>
389+
<varlistentry>
390+
<term><literal>pages_per_range</></term>
391+
<listitem>
392+
<para>
393+
Defines the number of table blocks that make up one block range for
394+
each entry of a <acronym>BRIN</> index (see <xref linkend="brin-intro">
395+
for more details). The default is <literal>128</>.
396+
</para>
397+
</listitem>
398+
</varlistentry>
399+
</variablelist>
383400
</refsect2>
384401

385402
<refsect2 id="SQL-CREATEINDEX-CONCURRENTLY">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp