Level / level

Universal abstract-level database for Node.js and browsers.
MIT License
1.55k stars 106 forks source link

Minor Compactions is triggered frequently #231

Open huhengyuan opened 1 year ago

huhengyuan commented 1 year ago

When I perform the put operation, the minor compactionwill be triggered.The data in memtable will be persisted to an .ldb file.Please tell me how I can solve this problem,thank you very much indeed.