This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
documents:cakephp_best_practice [2015/04/25 14:14] admin |
documents:cakephp_best_practice [2015/04/25 14:19] (current) admin |
||
---|---|---|---|
Line 2: | Line 2: | ||
=== 1. Save large record set === | === 1. Save large record set === | ||
- | If we have to insert large data, existed method saveAll() will be slow rather than core query. | + | If we have to insert **<color green>large data</color>**, existed method saveAll() will be slow rather than core query. |
<PHP> | <PHP> |