Joined: Thu Jan 15, 2009 12:56 am Posts: 3 Location: Bangalore, India
|
I want some help on improving perfomance while using hibernate to read large volume of data from the oracle database (upwards of 100 Billion records). I read the data from the database by executing scalar queries, loop thru the resultset and write the records to the java object. Subsequently, i upload the objects to the cache server. till now i have tested with 1.8 mln records, it takes almost 18 minutes to do this operation. i am target this to come down to few seconds. Can anyone please help
|
|