nalgeon / redka

Redis re-implemented with SQLite
BSD 3-Clause "New" or "Revised" License
3.24k stars 87 forks source link

Benchmark comparison with relational or nosql databases #9

Closed kugesh-Rajasekaran closed 2 months ago

kugesh-Rajasekaran commented 2 months ago

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.

nalgeon commented 2 months ago

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.