Closed Bug 697472 Opened 14 years ago Closed 14 years ago

Make sure MySQL runs the database on the InnoDB engine

Categories

(Pancake Graveyard :: Back-end, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: oyiptong, Assigned: st3fan)

Details

(Whiteboard: [golive])

The pancake app currently uses MyISAM as db engine. MyISAM is great for reads, but does not perform well when there are both reads and writes; MyISAM locks the whole table whenever there is a write. We should specify InnoDB as the engine to use.
Assignee: nobody → sarentz
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Deployed to staging.
You need to log in before you can comment on or make changes to this bug.