|
-
Transactions with rollback (we mainly do
SELECT s, and because we don't
do transactions, we can be much quicker on everything else). We will
support some kind of atomic operations on multiple tables,
though. Currently atomic operations can be done with LOCK
TABLES /UNLOCK TABLES but we will make this more automatic in the
future.
|