Slide 42
Slide 42 text
Convenience
- Big benefits required
- The effort to solve a problem is often more bother than the pain that causes it...
- Case: Easy Query
- High performance of bulkInsert()
- A CakePHP standard method, saveMany() doesn't have it
- Inspection: insert 100 records to a tags table
- saveMany() 2.93 sec
- bulkInsert() 2.01 sec
- Enviorment: CentOS6, MySQL5.6, CPU 2core, Memory 2GB (Docker for Mac)