CodeIgniter Forums
maximum rows and fields - 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: maximum rows and fields (/showthread.php?tid=2344)



maximum rows and fields - El Forum - 07-31-2007

[eluser]Unknown[/eluser]
has anybody tested codeigniter to query a database of 4000 + rows with 100 fields.
Currently i just select the fields that i want to get queried, but what if i really
need to have 100 fields?


maximum rows and fields - El Forum - 07-31-2007

[eluser]Glen Swinfield[/eluser]
This wouldn't be something that CI would limit in any way.

Performance issues would be more to do with your php/server/db setup. In MySQL for example 4000 rows isn't that many - 100 fields seems like quite a lot though. If you want to know how well it will work - try it, and use the benchmark class to monitor performance.