feat(lsm): pave the way for removals and updates

This commit is contained in:
Jef Roosens 2023-11-10 16:10:20 +01:00
parent ddc38452be
commit 418de748f0
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 30 additions and 16 deletions

View file

@ -7,8 +7,6 @@
#include "lsm.h"
#include "lsm/str.h"
#define LSM_STORE_DISK_THRESHOLD 1024
/**
* A handle referencing an entry inside a store. Read/write operations from/to
* the entry go through this handle.