public marks

PUBLIC MARKS from ddelangle with tag mysql

2008

Tools | MySQL Performance Blog

by 2 others
This page contains links to various tools we found helpful to use in practice. Some tools are written by us, others by third parties, yet another ones may be shipped with your operating system you just need to find they are there.

2006

MySQL 5.0 Reference Manual :: 13.4.7 XA Transactions

(via)
A global transaction involves several actions that are transactional in themselves, but that all must either complete successfully as a group, or all be rolled back as a group. In essence, this extends ACID properties “up a level” so that multiple ACID transactions can be executed in concert as components of a global operation that also has ACID properties. (However, for a distributed transaction, you must use the SERIALIZABLE isolation level to achieve ACID properties. It is enough to use REPEATABLE READ for a non-distributed transaction, but not for a distributed transaction.)

ddelangle's TAGS related to tag mysql

acid +   groupe:clever age +   performance +   XA +