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

Commit98afb83

Browse files
committed
contrib/bloom documentation improvement
This commit documents rounding of "length" parameter and absence of supportfor unique indexes and NULLs searching. Backpatch to 9.6 where contrib/bloomwas introduced.Discussion:https://postgr.es/m/CAF4Au4wPQQ7EHVSnzcLjsbY3oLSzVk6UemZLD1Sbmwysy3R61g%40mail.gmail.comAuthor: Oleg Bartunov with minor editorialization by meBackpatch-through: 9.6
1 parentb403ea4 commit98afb83

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

‎doc/src/sgml/bloom.sgml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<term><literal>length</literal></term>
5252
<listitem>
5353
<para>
54-
Length of each signature (index entry) in bits. The default
55-
is <literal>80</literal> bits and maximum is <literal>4096</literal>.
54+
Length of each signature (index entry) in bits, it is rounded up to the nearest
55+
multiple of 16. The defaultis <literal>80</literal> bits and maximum is <literal>4096</literal>.
5656
</para>
5757
</listitem>
5858
</varlistentry>
@@ -242,6 +242,20 @@ DEFAULT FOR TYPE text USING bloom AS
242242
operations in the future.
243243
</para>
244244
</listitem>
245+
246+
<listitem>
247+
<para>
248+
<literal>bloom</literal> access method doesn't support
249+
<literal>UNIQUE</literal> indexes.
250+
</para>
251+
</listitem>
252+
253+
<listitem>
254+
<para>
255+
<literal>bloom</literal> access method doesn't support searching for
256+
<literal>NULL</literal> values.
257+
</para>
258+
</listitem>
245259
</itemizedlist>
246260
</para>
247261
</sect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp