DB_NOTFOUND on DB->open() with several (~800) partitions
995163Mar 6 2013 — edited Jul 16 2013Hello!
I'm testing the impact of the number of partitions on the performances of a BDB based application.
When I increase the number of partitions to about 800, the DB won't open correctly, and the following message will be returned by the DB->open() function:
BDB0073 DB_NOTFOUND: No matching key/data pair found+
Is there any undocumented limit on the number of partitions that could cause this?
Thanks!
Regards,
Nizar