Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileLoadingMode ¶
type FileLoadingMode int
FileLoadingMode specifies how data in LSM table files and value log files should be loaded.
const ( // FileIO indicates that files must be loaded using standard I/O FileIO FileLoadingMode = iota // LoadToRAM indicates that file must be loaded into RAM LoadToRAM // MemoryMap indicates that that the file must be memory-mapped MemoryMap )
Click to show internal directories.
Click to hide internal directories.