4 ms·
Yes, agreed on SQLite/Postgres. But I'm going to benchmark RocksDB next and see what the performance characteristics are. I suspect the LSM tree storage engine
by shukantpal 4mo ago
Yes, agreed on SQLite/Postgres. But I'm going to benchmark RocksDB next and see what the performance characteristics are. I suspect the LSM tree storage engine of RocksDB might perform better since agents are so write heavy when running highly concurrent workloads. After all, you are streaming LLM tokens into disk and fanning them out to subscribed clients.
- onlyrealcuzzo 4mo agoYou might want to start here: https://docs.cozodb.org/en/latest/releases/v0.3.html https://docs.cozodb.org/en/latest/releases/v0.3.html
- andriy_koval 4mo agoThat project has 0 commits for 2 years.
- recursive 4mo agoSounds pretty stable
- password4321 4mo agov0.7 with the following disclaimer: > Versions before 1.0 do not promise syntax/API stability or storage compatibility.
- onlyrealcuzzo 4mo agoWhat does that have to do with their research on the exact topic OP was looking into?
- andriy_koval 4mo agoAbandoned research of unknown quality is strong signal to downprioritize that direction
- password4321 4mo agoThank you for sharing a benchmark pretty much exactly like the parent comment is planning to do. Also thanks for the incidental exposure to a DB I'd never heard of before... with a browser-based demo CozoDB may be a good way to start experimenting with Datalog.