cozodb / cozo

A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!
https://cozodb.org
Mozilla Public License 2.0
3.44k stars 108 forks source link

Feature request: Add FoundationDB backend #197

Closed creatorrr closed 10 months ago

creatorrr commented 1 year ago

I believe FoundationDB could be an excellent backend for cozo. It's highly performant, distributed and transactional key-value store. Thoughts @zh217 ?

docteurklein commented 1 year ago

I also considered fdb when discussing tikv support in #2. It's for sure a good idea, but would suffer the same perf limitations due to remote storage.

creatorrr commented 1 year ago

makes sense

creatorrr commented 10 months ago

closing this for now