bdbの信頼度

OpenLDAPとかSubversionとか調べてみると、ときどき(よく?)「bdb(Berkeley DB)が壊れた」というのを目にします。
私も、OpenLDAPのbackendとしてbdbを使用した時、2度ほどデータベースが壊れた時はありました。

実際のところどうなんでしょうか?

OpenLDAPのFAQによると、以下のような記述もありますね。
http://www.openldap.org/faq/data/cache/893.html

On a very busy system you might see error messages talking about running out of locks, lockers, or lock objects. Usually the default values are plenty, and in older versions of the BDB library the errors were more likely due to library bugs than actual system load. However, it is possible that you have actually run out of lock resources due to heavy system usage. If this happens, you should read about the set_lk_max_lockers, set_lk_max_locks, and set_lk_max_objects keywords.