in reply to Re: BerkeleyDB performance tuning using perl API
in thread BerkeleyDB performance tuning using perl API

I had a look at Geo::PostalCode. Unfortunately they use the old Berkeley DB API called DB_File rather than BerkeleyDB. Do you know how to set the CacheSize with the new API ? It's not mentionned in the doc.
  • Comment on Re^2: BerkeleyDB performance tuning using perl API

Replies are listed 'Best First'.
Re^3: BerkeleyDB performance tuning using perl API
by Limbic~Region (Chancellor) on Jul 28, 2006 at 16:39 UTC
    tbusch,
    It's not mentionned in the doc.

    What docs are you reading? From the synopsis in TFM, [ -CacheSize    => $number, ]

    Cheers - L~R