bitable
0.1
Ordered immutable key value storage system.
|
#include <bitablecommon.h>
Data Fields | |
char * | leafPath |
char * | largeValuePath |
char * | branchPaths [BITABLE_MAX_BRANCH_LEVELS] |
The file paths for different files used by a bitable
char* BitablePaths::branchPaths[BITABLE_MAX_BRANCH_LEVELS] |
The path of branch level files, up to the maximum branch level.
char* BitablePaths::largeValuePath |
The path of the large value file
char* BitablePaths::leafPath |
The path of the main data file