views:

27

answers:

0

I wanted to get Btree statistics from a database implemented in Sleepycat API's for Berkely Database. Also can anyone suggest a few hacks to make the bdb database access faster if it's only being used in READONLY environment? Also setting cache size, both from EnvironmentConfig and DataBaseConfig doesn't increase the actual size of cache being alloted. What am I doing wrong?