Skip to content
Snippets Groups Projects
Commit 5076130e authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Documentation updates for ordered integer indexing

parent 8a1764b2
Branches
Tags
No related merge requests found
......@@ -456,7 +456,8 @@ feature. The default is 0.
.B olcIndexIntLen: <integer>
Specify the key length for ordered integer indices. The most significant
bytes of the binary integer will be used for index keys. The default
value is 4, which provides exact indexing for 32 bit values.
value is 4, which provides exact indexing for 31 bit values.
A floating point representation is used to index too large values.
.TP
.B olcIndexSubstrIfMaxlen: <integer>
Specify the maximum length for subinitial and subfinal indices. Only
......
......@@ -473,7 +473,8 @@ continuing with the next line of the current file.
.B index_intlen <integer>
Specify the key length for ordered integer indices. The most significant
bytes of the binary integer will be used for index keys. The default
value is 4, which provides exact indexing for 32 bit values.
value is 4, which provides exact indexing for 31 bit values.
A floating point representation is used to index too large values.
.TP
.B index_substr_if_minlen <integer>
Specify the minimum length for subinitial and subfinal indices. An
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment