Having used both a little, I see no serious differences for what I gather you are planning. However, if you intend to get into serious data analysis, or would eventually like to move past the warmed-over SQL interface to the filesystem, I would go with postgreSQL. Despite the excellent documentation from MySQL that points out alternative techniques, I think supporting basic SQL concepts like sub-selects is important.

If you are going to be getting 100,000 hits a day, you might want to seriously investigate the speed differences with realistic tests of both systems on the same hardware. Other than that, the only reasons I can think of to go with MySQL are these: more widely used/supported, you have an application that you want to reuse that is built on it (and even with DBI, I can't imagine switching is as easy as changing a couple lines of Perl to point to a new db server in any but the most trivial applications), or you don't control the selection process (i.e. your ISP provides MySQL, but not postgreSQL). Otherwise I can't imagine why one wouldn't go with postgreSQL.

In reply to (ichimunki) Re: exploring XP DBI DBD DBM SQL RDMS MySQL Postgres by ichimunki
in thread exploring XP DBI DBD DBM SQL RDMS MySQL Postgres by mandog

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.