I am generating a xml file for success or failure from two database tables, but it is taking 24 hours to generate it.
I have 2 select queries, one for success and one for failure.. I am hitting database for 1 million times for each records.
I am using JDBC and Java IO for writing in file.
Please suggest some good ideas