BTrDB / btrdb-server

Berkeley Tree Database (BTrDB) server
http://btrdb.io
MIT License
909 stars 66 forks source link

flush open trees under starvation #39

Open immesys opened 7 years ago

immesys commented 7 years ago

When the open_trees pool is starved, a scavenger should pick the best tree and flush it to open up a slot. At the moment the client must wait until a tree times out.