orochimaru icon indicating copy to clipboard operation
orochimaru copied to clipboard

Change the database engine and serialization

Open chiro-hiro opened this issue 2 years ago • 0 comments

SQLite is a wrong choice, the performance is poor and cost to serialize the JSON is very expensive. It would be better if we use rocksdb + profobuf. Just pure K-V and protobuf, we also able to implement gRPC base on the same protobuf.

chiro-hiro avatar Jan 15 '23 08:01 chiro-hiro