koculu / ZoneTree

ZoneTree is a persistent, high-performance, transactional, ACID-compliant ordered key-value database for NET. It can operate in memory or on local/cloud storage.

Home Page:https://tenray.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZoneTree vs MS Garnet comparison

MedAnd opened this issue · comments

Hi, I came across your project recently and found it interesting.

More a question actually; I am wondering how ZoneTree compares to MS Garnet both in terms of performance and features?

Thx.

Hi @MedAnd ,

Thanks for your interest in ZoneTree!

ZoneTree and MS Garnet serve different purposes. Garnet is a server application that supports the Redis protocol, whereas ZoneTree is a library implementing LSM Tree.

Comparison of these products does not make sense to me.

Thanks.

Hi @koculu - what are the main use cases where you see ZoneTree excelling?

I think the Wikipedia article explains this concept more effectively: Log-structured merge-tree