Replies: 1 comment
-
Hello. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am frequently using the Data Transfer to copy data from one to another database.
Recently I was wondering how could I improve its performance.
I've been setting the fetch size to 10,000 and commit after 100,000 rows. It takes around an hour to perform this for around 4 GB of data.
Then I tried setting up the Multiple queries instead of Single queries and set the segment size to 100,000. But the fetches started growing, the export was slower.
I was wondering if there are any optimal values for fetch size or commit after X rows that I could set up to speed the data transfer.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions