in reply to Selecting the right database for perl
But if you get more data, or if your data is highly volotile, you might want to use a database. But which database is appropriate doesn't depend on the fact you happen to work with Perl. It depends on your data. How much data, what are you going to do with it, how intensive is it accessed/modified, how fast does it need to be, how much support is needed, how much can you spend on a license. Those are important question, that's what determines your database. Perl will happily interface with almost all databases. Don't let Perl determine your database, let your data determine it. Perl will adapt.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Selecting the right database for perl
by waswas-fng (Curate) on Aug 19, 2003 at 21:36 UTC | |
by Abigail-II (Bishop) on Aug 19, 2003 at 21:50 UTC | |
by TacoVendor (Pilgrim) on Aug 19, 2003 at 22:05 UTC | |
|
Re: Re: Selecting the right database for perl
by bean (Monk) on Aug 19, 2003 at 21:35 UTC |