Welcome Guest, Not a member yet? Register   Sign In
Performance is concern, Should use CI?
#10

[eluser]m4rw3r[/eluser]
The problem with all ORM tools is that they iterate over the whole result set before they return the data.

The same counts for CI's Db abstraction, so the fastest code is to use the PHP functions for your database directly.

But you can still use CI for everything else except for that large table (because it is only there the performance gain is noticeable).


Messages In This Thread
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 04:21 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 04:31 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 04:34 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 04:35 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 04:39 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 04:49 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 04:55 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 04:58 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 05:03 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 09:14 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 09:33 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 10:30 AM
Performance is concern, Should use CI? - by El Forum - 12-15-2008, 11:06 AM
Performance is concern, Should use CI? - by El Forum - 12-16-2008, 03:53 AM
Performance is concern, Should use CI? - by El Forum - 12-16-2008, 04:16 AM
Performance is concern, Should use CI? - by El Forum - 12-16-2008, 04:20 AM
Performance is concern, Should use CI? - by El Forum - 12-16-2008, 05:34 AM
Performance is concern, Should use CI? - by El Forum - 12-23-2008, 10:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB