|
|
|
|
|
by didip
308 days ago
|
|
Very interesting project. Couple of notes: * What is the back story here? Why create this in the first place? * Seems like it's less performant than Dragonfly. Why not consolidate effort and help Dragonfly instead? * To ride the AI wave, y'all need to gain Vector related features, similarity search, etc. |
|
EloqKV is only slightly slower than Dragonfly—about 10–20%—but for good reason. Dragonfly is a pure in-memory database with a highly optimized network layer and a very specialized design. EloqKV, on the other hand, is a full-featured database with all the checkboxes you can think of: fully consistent, durable, distributed transactions, fault-tolerant, tiered storage, and more. Despite this, we incur very little overhead compared with state-of-the-art, purpose-built databases when we have the same workload guarantee. Our thesis is that we may not need dedicated specialized solutions if we can achieve comparable performance (and cost) with general-purpose systems.
We will also add vector support very soon. Please stay tuned.