Hi,
I am working on DB2 database performance. In our production environment daily jobs are running which are loading bulk of data in db2 database.
Loading the data into database is not taking much time but after loading the data we are running runstats on table in which we are loading the data.
Loading the data take only 5 minute to load million of record but runstats will take on hour to complete.
My question is can omit this runstats on daily basis. Instead of running daily can we run weekly will it going to impact query performance in any way?
Thanks..
I am working on DB2 database performance. In our production environment daily jobs are running which are loading bulk of data in db2 database.
Loading the data into database is not taking much time but after loading the data we are running runstats on table in which we are loading the data.
Loading the data take only 5 minute to load million of record but runstats will take on hour to complete.
My question is can omit this runstats on daily basis. Instead of running daily can we run weekly will it going to impact query performance in any way?
Thanks..
Comment