- default mysql engine is MyISAM. if you want another engine, modify migration file.
- default charset is ascii. if you want utf-8, modify migration file - auto increment step size is 10. because their replication policy. (ex, id is 11.. 21.. 31... 41.. not 1, 2, 3, 4)
i use ClearDB for personal project so don't know about performance.