feat(lsm): always store entry data on disk
This commit is contained in:
parent
35c301955f
commit
ef33825b7b
6 changed files with 77 additions and 110 deletions
|
|
@ -181,7 +181,7 @@ lsm_error lsm_entry_data_append_raw(lsm_store *store, lsm_entry_handle *handle,
|
|||
* @param handle entry handle to read from
|
||||
* @param len how many bytes to read at most
|
||||
*/
|
||||
lsm_error lsm_entry_data_read(uint64_t *out, char *buf,
|
||||
lsm_error lsm_entry_data_read(uint64_t *out, char *buf, lsm_store *store,
|
||||
lsm_entry_handle *handle, uint64_t len);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue