RE: Fetch speed in SQL Developer
Date: Thu, 9 Mar 2017 07:14:21 -0800 (PST)
Message-ID: <41ae3b10-cf29-48ab-baf4-c3565c8d60bd_at_default>
Let's take a good chunk of the app dealing with the data before doing another fetch bit of the equation.
Instead of using the data grid, run the same query with F5. That way there's no worrying about the grid doing its work to display the data before getting the next batch of data.
Also, what's your SQL Array Fetch size set to in Preferences > Database > Advanced?
50 won't be very friendly if you're going to grab 100k rows, go up to the max we allow, 200. I'm guessing the grid, ctrl + PgDn will go a bit faster this time.
Jeff
-----Original Message-----
From: Lothar Flatz [mailto:l.flatz_at_bluewin.ch]
Sent: Thursday, March 09, 2017 10:07 AM
To: Jeff Smith <jeff.d.smith_at_oracle.com>
Cc: oracle-l_at_freelists.org
Subject: Fetch speed in SQL Developer
--
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 09 2017 - 16:14:21 CET