Name | Type | Default value | Description |
---|---|---|---|
compactArity | int | 4 | Number of consecutive slots to trigger a compact. |
nbBloomBitsPerElement | int | 20 | Number of bits per elements in the DIH's StrBTree's bloom filter. |
nbElementsInLeaf | int | 100 | Number of entries in each of the DIH's StrBTree's leaves. |
readMode | enum(auto, direct, mmap, mmap_mlock, mmap_mload, pagecache, random, sequential) | mmap | Read mode of the DIH's StrBTree, except for enumeration. Value can be null or one of • auto • direct • mmap • mmap_mlock • mmap_mload • pagecache • random • sequential |
enumMode | enum(auto, direct, mmap, mmap_mlock, mmap_mload, pagecache, random, sequential) | mmap | Read mode of the DIH's StrBTree, for enumeration. Value can be null or one of • auto • direct • mmap • mmap_mlock • mmap_mload • pagecache • random • sequential |
compactMode | enum(auto, direct, mmap, mmap_mlock, mmap_mload, pagecache, random, sequential) | mmap | Read mode of the DIH's StrBTree, for compact. Value can be null or one of • auto • direct • mmap • mmap_mlock • mmap_mload • pagecache • random • sequential |