Comment on Show HN: TidesDB – A persistent key-value store optimized for modern hardwareComments−atmanactive6moWith your own words, as an author, please explain briefly, TidesDB vs MemCached. Thanks.−alexpadulaOP6moTidesDB is a storage engine, you use it to build databases. It's persistent and built on a log-structured-merge tree (LSM) with modern research incorporated such as* Spooky - Granulating LSM-Tree Compactions Correctly* WiscKey - Key-value seperationTidesDB has cache layers such as a clock block cache but it's mainly a persistent layer and a library.I also have a presentation on TidesDB you can find here: https://www.youtube.com/watch?v=7HROlAaiGVQMemcached is a cache, TidesDB is an engine for building databases, think a game engine for building games like say Unity.
Comments
With your own words, as an author, please explain briefly, TidesDB vs MemCached. Thanks.
TidesDB is a storage engine, you use it to build databases. It's persistent and built on a log-structured-merge tree (LSM) with modern research incorporated such as
* Spooky - Granulating LSM-Tree Compactions Correctly
* WiscKey - Key-value seperation
TidesDB has cache layers such as a clock block cache but it's mainly a persistent layer and a library.
I also have a presentation on TidesDB you can find here: https://www.youtube.com/watch?v=7HROlAaiGVQ
Memcached is a cache, TidesDB is an engine for building databases, think a game engine for building games like say Unity.