I am new to DB2 databases in general and I can't be the only one with
this problem and was looking for a best practice.
I need to make nightly data feeds from another system. I was using an
import statement but that was taking a long time so I switched to a
load statement. The only problem is that the tables are unavailable
for both solutions.
What is the best way to load data into a table and keep the
information available for the longest amount of time.
We are in the need to be 24 7 but I have to spend 30 40 minutes
loading this data.
Is there something you can do with temporary tables, views, or
aliases. Any thoughts would be appreciated.
Thank you.
Steven
this problem and was looking for a best practice.
I need to make nightly data feeds from another system. I was using an
import statement but that was taking a long time so I switched to a
load statement. The only problem is that the tables are unavailable
for both solutions.
What is the best way to load data into a table and keep the
information available for the longest amount of time.
We are in the need to be 24 7 but I have to spend 30 40 minutes
loading this data.
Is there something you can do with temporary tables, views, or
aliases. Any thoughts would be appreciated.
Thank you.
Steven
Comment