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.
slashdot (Score:2)
Re:slashdot (Score:2)
However where MS SQL Server doesn't work is when you get deadlocks. Its locking strategy is significantly poorer than PostgreSQL or Oracle's (i.e. it doesn't do MVCC - reading commited data while other transactions are in progress) - you can either lock completely, or allow dirty reads (reading uncommited data!). And locking completely often causes lock ups. Same problem in Sybase though (and other locking databases).
Reply to This
Parent
Re:slashdot (Score:1)