Export millions of records to textfile
Hi everybody,
I'm using CF 9 Standard Edition and an Oracle 11g database .
In my CF-Application I have queries with millions of records which I want to export to a textfile (csv).
Is this possible in ColdFusion? If yes, what is the fastest way to do that?
I try to use UDF QueryToCSV2 of CFLIB.org (http://www.cflib.org/udf/QueryToCSV2)
and then export the data via <cffile action="write"> to a file,
but it takes too much time , so that I get a Server error.
Any ideas?
Thanks in advance.
Claudia
