posted 15 years ago
We have given a file which contains some records (no of records might be in lakhs). Now problem is we have to read the data from this file and then query the database using the data from file. Finally we'd export the data in CSV.
What could be the best way so that we can do this very quick and it should be memory efficient also.
Thanks in advance.