bmatsuo / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
158 stars 59 forks source link

Add Env.ReaderCheck to primary usage examples #111

Closed bmatsuo closed 7 years ago

bmatsuo commented 7 years ago

This method is actually pretty critical to using MDB in production. And it is not being called out at all in any documentation. If an application crashes for some (potentially unrelated) reason during a read transaction you can easily end up with stale readers and machines hitting their disk quotas.

bmatsuo commented 7 years ago

I accidentally committed this to master.... It's good though..