Hello,
I have a very simple query (Oracle 19c) from one table with about 25.000 records in the result set. It takes about 10 seconds to fetch all rows to my SQL client. Is there any way to speed it up (besides network performance) ?
SELECT ID from Table_Name;