PDA

View Full Version : massive data output


rubyonrails-talk
August 27th, 2006, 08:55 AM
Hi.
I've got huge size of data to show to client browser.
It is actually text rows of database.
It's about 200,000 rows and 10 columns.
When I tried it by save it as instance variables and then pass it to
rhtml,
it made server freeze since it is huge data and needs very big size of
memory.
I'm wordering if there is any other way to accomplish this.

More... (http://groups.google.com/group/rubyonrails-talk/msg/20728872ce3f97d0)