yangtse has asked for the wisdom of the Perl Monks concerning the following question:
I am considering if I need to us MLDBM to store and retrieve my data. My data size can be over 20M. My question is the performance of this module. I have been used the Storable.pm, and feel it is slow because I have to load the whole data structure each time when I need to modify it even for one single record. That is why I consider to use MLDBM.pm. Just not sure if it will fit my needs that I need to edit big data on the fly and want to have a reasonable performance.
Any suggestions? Thanks in advance!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MLDBM - store multi-level hash structure in single level tied hash
by perrin (Chancellor) on Aug 26, 2002 at 15:05 UTC | |
by yangtse (Acolyte) on Aug 26, 2002 at 15:28 UTC | |
by perrin (Chancellor) on Aug 26, 2002 at 15:54 UTC |