waynej at dccmn.com writes:
> One more difference between MySQL and Postgres.  Postgres supports
> record locks.  My preference for Web apps is Postgres.

With INSERT IGNORE, you rarely need locking.  And if you do, you can usually
simulate fine grained locking using GET_LOCK() and RELEASE_LOCK().

--
David Phillips <david at acz.org>
http://david.acz.org/


_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list