orochimaru
orochimaru copied to clipboard
Change the database engine and serialization
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.