leveldb icon indicating copy to clipboard operation
leveldb copied to clipboard

open db oom error when the database has a large manifest file

Open halibobo1205 opened this issue 3 years ago • 0 comments

hi, due to the manifest file rewrite when db is reopen, the db is running a very long time, manifest file grew up 4.3G.when i reopen the db, versionset.recover cause a oom error because of this Builder /** * A helper class so we can efficiently apply a whole sequence * of edits to a particular state without creating intermediate * Versions that contain full copies of the intermediate state. */ can this manifest deal with batch? image image

halibobo1205 avatar May 21 '21 03:05 halibobo1205