Documentation ¶
Index ¶
Constants ¶
View Source
const ( BNODE_NODE = 1 //internal nodes without values BNODE_LEAF = 2 //leaf nodes with values )
View Source
const ( MODE_UPSERT = 0 //insert or replace MODE_UPDATE_ONLY = 1 // update existing keys MODE_INSERT_ONLY = 2 //add only new keys )
View Source
const BTREE_MAX_KEY_SIZE = 1000
View Source
const BTREE_MAX_VAL_SIZE = 3000
View Source
const BTREE_PAGE_SIZE = 4096
View Source
const HEADER = 4
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.