Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Choosing a database for a new project

by BoyPlankton (Novice)
on Oct 16, 2002 at 03:19 UTC ( [id://205626]=note: print w/replies, xml ) Need Help??


in reply to Choosing a database for a new project

If you decide to go down the DB File path, one option that you can definitely consider would be using the MLDBM module. The MLDBM module lets you store a multi-level hash structure in a single level tied hash.

Basically it would eliminate the need to store everything in seperate DB Files. Of course, the tradeoff is that it becomes really slow with large datasets. However, I think that 1000 records would be small enough.

  • Comment on Re: Choosing a database for a new project

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://205626]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-24 00:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found