DBD::Pg has never been state of the art. In fact, it has suffered from lack of dedicated maintainership for years. However, in the last year or so development seems to be picking up. Monk Greg Sabino Mullane aka turnstep is very active in development right now.

Apart from lack of performance, there are issues with lack of complete backend functionality coverage and stability problems (bugs / crashes / corner cases etc.). Said this, the driver mostly "works" (i.e. it is not in a "broken" state right now).

The issues with DBD::Pg are a bottleneck which prevents the use of what I think is a superior database IMO in heavy-duty environments. I use the space here to ask people who are involved with real DB application development to try to subscribe to the mailing list and report bugs / fixes, share experiences, post suggestions, ask for features etc. Don't let the trail run cold.

DBD::Pg needs you!

Another interesting PostgreSQL / Perl project is PLperl NG. It makes possible to write server-side procedures in Perl, very cool indeed. However, development goes at a very slow pace, this project also desperately needs more people involved.


In reply to Re: Why is DBD::Pg slower than DBD::mysql? by calin
in thread Why is DBD::Pg slower than DBD::mysql? by danb

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.