NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
MySQL vs. PostgreSQL (Score:3, Insightful)
One feature I cannot seem to live without is the ability to do complex subselects and joins. It's a thorn in my side when I can't do this with MySQL, but somehow I manage to not need it when I'm hacking with MySQL. Another favorite feature of mine is the ability to create and query against
Re:MySQL vs. PostgreSQL (Score:3, Informative)
Both offer row locking
Actually, PostgreSQL implements a solution called "Multi Version Concurrency Control" or MVCC, which is billed as "better than row-level locking." This is even more advanced that what Oracle uses, although I would not expect that gap to stay open long.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:MySQL vs. PostgreSQL (Score:1)
Ilya Martynov (http://martynov.org/ [martynov.org])
Reply to This
Parent