limesurvey should use InnoDB by default
Bug #900172 reported by
Clint Byrum
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
limesurvey (Juju Charms Collection) |
Triaged
|
Medium
|
Unassigned |
Bug Description
./config-
MyISAM is *horrible* for concurrency, as it uses a table lock whenever a table changes. InnoDB is plenty fast and far more suited to modern scale-out use cases.
Changed in limesurvey (juju Charms Collection): | |
status: | New → Fix Committed |
To post a comment you must log in.
Just added an option for it to be settable in the config (and a few other things too). It's in merge proposal.