CodeIgniter Forums
Using indexed columns with Active Record - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Using indexed columns with Active Record (/showthread.php?tid=10943)



Using indexed columns with Active Record - El Forum - 08-19-2008

[eluser]sherbo[/eluser]
Hello,

One of the objections to using Active Record is that it nullifies the optimization of using indexed columns.

Is there a way to specify that you want to use an indexed column?

Does using indexed columns increase performance when using Active Record?

cheers,
Sherbo