i built lsm-tree storage engine from scratch.
what all features i implemented:
> memtables: in mem sorted kv store
> writeAheadLog (WAL) for crash durability.
> SStables
> Bloom FIlters for fast negative checks.
cool, thankyou!
i built lsm-tree storage engine from scratch.
what all features i implemented:
> memtables: in mem sorted kv store
> writeAheadLog (WAL) for crash durability.
> SStables
> Bloom FIlters for fast negative checks.
cool, thankyou!