CodeIgniter Forums
What is maximum size of dynamic data object ? - 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: What is maximum size of dynamic data object ? (/showthread.php?tid=40896)



What is maximum size of dynamic data object ? - El Forum - 04-21-2011

[eluser]Unknown[/eluser]
Hi,

I have to dig a bunch of rows of data out of a database.
Then I want to throw it into a table and show it.

The result of the sql query might be > 2 megabytes.

Is that ok ? Is there a limit ?

Best

Phil


What is maximum size of dynamic data object ? - El Forum - 04-21-2011

[eluser]InsiteFX[/eluser]
I think it would depend on the amount of memory in the server.

PHP has settings for memory in php.ini

InsiteFX