in reply to Re^2: What is a fast way to get keys of a Berkeley DB into an array?
in thread What is a fast way to get keys of a Berkeley DB into an array?

As I understand DB_MULTIPLE_KEY would still retrieve complete entries, i.e. keys plus values, so any performance improvement (if the functionality was available, which I think it isn't) would likely only be marginal.

  • Comment on Re^3: What is a fast way to get keys of a Berkeley DB into an array?
  • Download Code