Gouravmoy / QueryGenerator

Generic Query Generator For ETL Projects
1 stars 0 forks source link

Support for Handling huge volume of records #18

Closed Gouravmoy closed 8 years ago

Gouravmoy commented 8 years ago

Support for Handling huge volume of records in the Execute Query UI

Priority - Low

Gouravmoy commented 8 years ago

No concrete methord found. Here are some of the algorithims those can be implemented hugeVolume Algo.txt

Also Some other methods

Gouravmoy commented 8 years ago

Possible Solution by using // Turn use of the cursor on. Statement .setFetchSize(50);

Gouravmoy commented 8 years ago

Completed. Ready to test

VivekBasidoni commented 8 years ago

Try Thisalso

Gouravmoy commented 8 years ago

Implemented