in reply to Perl and Databases

> Is there a "recomended" database to use with Perl?

No. Perl is perfect with ANY database. DBI is the most wonderful thing in the world.

(Added with slight edits)
> tell me some good and bad facts about databases

()-()                                                      ()-()
 \"/    DON'T   BLAME   ME,   I  VOTED   FOR    PACO!       \"/
  `                                                          ` 

Replies are listed 'Best First'.
Re: Re: Perl and Databases
by Clownburner (Monk) on Mar 29, 2002 at 16:35 UTC
    Gee, I think we can detect which way you're bias inclines you without much difficulty.

    For my 2 centidollars, I use MySQL on Linux with much success. I have found it to be very fast, even with large datasets, although my idea of large is much smaller than some of these TB cowboys. I mostly work in lowly GB. ;-)


    "Non sequitur. Your facts are un-coordinated." - Nomad
      My comments concerning MySQL stem from a few things:
      • Experience working with High Traffic sites that had some painful crash and burns using MySQL. (Back your ass up, baby!)
      • The fact that MySQL cuts a few RDBMS corners that I consider important in order to get a speed boost.