Backboards: 
Posts: 152
In response to "and what do you want to do with it? -- nm" by Beryllium

I am running a tool that extracts the data to my DB2 server where I will use it to load our new database.

Since it has about 200 million rows, it takes over 5 hours to extract the entire thing. My management wants me to try to split this into smaller groups of data that can be extracted on multiple threads to see if I can get the extract done quicker.

They want to shorten the downtime for when we switch from MySQL to DB2 in production.

It seems to work, but it does not accept the LIMIT keyword for some reason. I need to check with IBM on that one.


Responses:
Post a message   top
Replies are disabled on threads older than 7 days.