Chrome Version: M69
OS: All
Today Chrome has ~10 unique LevelDB databases storing protocol buffers using the //components/leveldb_proto component. This is technically unnecessary, and we should investigate whether it has a positive performance impact to have a single database for browser features, using a prefix to shard the data into unique namespaces.
We should aim to keep a similar API as the current leveldb_proto::ProtoDatabase, and migrate all current clients to the new database.
Comment 1 by bugdroid1@chromium.org
, Aug 13