Level / levelup

A wrapper for abstract-leveldown compliant stores, for Node.js and browsers.
MIT License
4.08k stars 266 forks source link

Minor Compactions is triggered frequently #753

Closed huhengyuan closed 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.

vweevers commented 1 year ago

https://github.com/Level/level/issues/232#issuecomment-1469651392