UMG Developer
Member²
We are coming from SQL Navigator, and while I like a lot of things about PL/SQL Developer (7.1.5.1398) it seems considerably slower at some things.
For instance to run a query that returns 40484 rows:
SQL Navigator:
Initial query execution: 244 seconds
Load all records into on screen grid: 3 seconds
Export all records to Excel: 12 seconds
Total time: 259 seconds
PL/SQL Developer:
Initial query execution: 198 seconds
Load all records into on screen grid: 52 seconds
Copy all records to Excel: 87 seconds
Total time: 337 seconds
So PL/SQL Developer is about 30% slower overall, even though it is about 20% faster on the initial execution.
Are there default options that I can change to speed it up a little?
Also, how about adding an "Export to Excel" option that lets you pick the file name, and exports all the records like the other exports. (So you don't have to load the entire grid, and then select copy to Excel.)
Thanks!
For instance to run a query that returns 40484 rows:
SQL Navigator:
Initial query execution: 244 seconds
Load all records into on screen grid: 3 seconds
Export all records to Excel: 12 seconds
Total time: 259 seconds
PL/SQL Developer:
Initial query execution: 198 seconds
Load all records into on screen grid: 52 seconds
Copy all records to Excel: 87 seconds
Total time: 337 seconds
So PL/SQL Developer is about 30% slower overall, even though it is about 20% faster on the initial execution.
Are there default options that I can change to speed it up a little?
Also, how about adding an "Export to Excel" option that lets you pick the file name, and exports all the records like the other exports. (So you don't have to load the entire grid, and then select copy to Excel.)
Thanks!