Why might full image copies be faster to implement than an
incremental image copy?
Answer Posted / mehdee
- Incremental image copies are for very large DB2 tables,
and it will not work if you are also loading data into it.
It will work only if this very large DB2 table is being
updated or inserted or deleted. Now that for the backup
purpose we do image copy every day, you can tell that the
daily updated or inserted or deleted rows are no match to
the number of rows that this DB2 table contains. And since
these image copies will be on tapes then you can tell how
faster and more efficient is to do incremental image copies.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is alias in db2?
What is the role of schema in the db2 database?
i want to maintain uniqueness on pdf without make lf??????????
How is a typical db2 batch pgm executed?
How to find the number of rows in db2 tables?
How to rename a table in DB2 ?
What is the difference between oracle and db2?
Which component is responsible for processing sql statements and selecting access paths?
Explain the function done by data manager?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
Explain packages.
What is the maximum size of varchar data type in db2?
Is it possible using max on a char column?
Mention the different locking levels that are available in db2.
What is rebind in db2?