100,000 rows, 20 columns with at most 20 chars per column?
That's only 40 Mb of data. The only reason you might need
a database is for its transactional support. But 40 Mb of
data is enough to keep in memory on a modern day low entry
box.
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
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.