Need more details on the what, where and how. (Database, From/To, Code, Linked Server, ETL tool etc…)
Regards,
Richard Schoen
Web:
http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx
------------------------------
message: 2
date: Tue, 2 Sep 2025 09:51:53 -0400
from: smith5646midrange@xxxxxxxxx
subject: Sever pulling a bazillion rows from IBMi via JDBC (I think)
We have a server that is pulling a bazillion rows via JDBC (I think) daily.
Unfortunately, we are stuck with this process as is for a while until we can
get a project on the plan to pull only net changes. It currently runs for
2-3 hours each day.
What is the fastest way to pull this data? Will it be faster to omit the
order by clause and just let SQL hand back data in whatever order that it
wants or would it be quicker to add an order by clause. It seems like
having an order by clause would slow it down because the file is not in any
particular sequence but I also didn't know if an order by RRN would help.
Any thoughts (other than rewriting the process which is in the plans but
probably not for this year)?
As an Amazon Associate we earn from qualifying purchases.