logoalt Hacker News

michaelsbradley05/14/20251 replyview on HN

Can you do a compare/contrast with CozoDB?

https://github.com/cozodb/cozo


Replies

xavcochran05/14/2025

apart from the fact Cozo seems to be pretty dead, we use a different storage engine which makes our reads much faster. based on their benchmarks I estimate our most of our reads to be 10x faster. I think our query language is much simpler, and easy to understand than Datalog which is what they use.