Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
:blank: (i@declin.eu)'s status on Tuesday, 08-Aug-2023 03:41:10 JST:blank: @ademan @alex postgresql's process/server based arch just sucks for massively KV things, LMDB/RocksDB are definitely better
looking over the code, there's a sqlite DB per thread so there's never a lock, and queries either go over all of them, or query the right shard/thread
very elegant, uber performant