Remix.run Logo
shukantpal 6 hours 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 6 hours ago | parent [-]

You might want to start here: https://docs.cozodb.org/en/latest/releases/v0.3.html

andriy_koval 6 hours ago | parent [-]

That project has 0 commits for 2 years.

onlyrealcuzzo 5 hours ago | parent | next [-]

What does that have to do with their research on the exact topic OP was looking into?

andriy_koval 5 hours ago | parent [-]

Abandoned research of unknown quality is strong signal to downprioritize that direction

recursive 6 hours ago | parent | prev [-]

Sounds pretty stable