From: Manuel V. <man...@gm...> - 2007-01-08 09:02:15
|
Hello all, I noticed than, sometimes, mysql based phpwikis become slow when there are several concurrent access. I guess it's due to table locking for update operation (phpwiki locks whole table). I'm wondering if it could be a good idea to use innodb table type when available and replace table locks by transactions as other ACID complient engines (pgsql, ...) do ? What do you think ? -- Manuel |