Welcome Guest, Not a member yet? Register   Sign In
maximum rows and fields
#1

[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?
#2

[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.




Theme © iAndrew 2016 - Forum software by © MyBB