nalgeon / redka

Redis re-implemented with SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmark comparison with relational or nosql databases

kugesh-Rajasekaran opened this issue · comments

I believe it's crucial to benchmark against RDBMS or NoSQL databases, such as Postgres and ScyllaDB, which are the real competitors. This comparison will highlight the value creation offered by this project.

I don't see them as competitors. So I have no current plans for such comparisons.

The goal here is not to compete with general-purpose database engines. Redka aims to provide a convenient API to work with specific data structures (like maps or sets) with a SQLite backend. No world domination plans.