New Zenner
- Join Date:
- Mar 2008
- Posts:
- 14
- Plugin Contributions:
- 0
Can Zen-Cart run with transaction-isolation=READ-COMMITTED?
Hello,
We're using MySQL 5.1.51, Zen 1.3.8a patched with InnoDB referential integrity support.
MySQL's default transaction isolation is READ-REPEATABLE and I am wondering if ZenCart would still work properly with READ-COMMITTED
Transaction isolation levels are listed here:
http://dev.mysql.com/doc/refman/5.1/en/set-transaction.html
If we can run READ-COMMITTED, our DB will run a bit faster with respect to locking queries.
Your thoughts?
-Eric