in reply to Re: MLDBM - store multi-level hash structure in single level tied hash
in thread MLDBM - store multi-level hash structure in single level tied hash

It takes 2-3 seconds to retrieve and store data when using Storable. Isn't it slow? Thanks.
  • Comment on Re: Re: MLDBM - store multi-level hash structure in single level tied hash

Replies are listed 'Best First'.
Re: Re: Re: MLDBM - store multi-level hash structure in single level tied hash
by perrin (Chancellor) on Aug 26, 2002 at 15:54 UTC
    That is very slow. Maybe your filesystem is on the slow side, or maybe your data structure is unusually complex. At any rate, MLDBM helps with this problem in most situations.