RE: Storing large records in a database

2005-02-10 Thread Gomez, Juan
-Original Message- From: Chris Devers [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 11:11 AM To: Jay Cc: Perl Beginners List; [EMAIL PROTECTED] Subject: Re: Storing large records in a database On Thu, 10 Feb 2005, Jay wrote: > If you're storing large amounts of

Re: Storing large records in a database

2005-02-10 Thread Chris Devers
On Thu, 10 Feb 2005, Jay wrote: > If you're storing large amounts of complex dtat, though, it may be > time to think about some kind SQL-based RDBM. If you don't need a > full-fledged server like MySQL, take a look at DBD::SQLite. SQLite seems to be what all the cool kids are using these days.

Re: Storing large records in a database

2005-02-10 Thread Jay
On Wed, 9 Feb 2005 13:59:56 -0800, Phil Schaechter <[EMAIL PROTECTED]> wrote: > I'm using MLDBM to store multi-level hashes in a database, and I need to find > a solution (other than compression) to store more than the 1024 byte limit. > Is there another database package I should be looking at? >