C# Class DBreeze.Storage.TrieSettings

Show file Open project: hhblaze/DBreeze Class Usage Examples

Public Properties

Property Type Description
POINTER_LENGTH ushort

Property Details

POINTER_LENGTH public property

User parameter for the table.

Quantity of bytes which represent pointer inside of raw file (5 bytes = 1 Terrabyte, so the trie with 5 bytes pointer len can't be longer then 1 terrabyte).

If you plan to have your table more then 1TB, set this value to bigger value, before table creation

public ushort POINTER_LENGTH
return ushort