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 cascading rollback?
What is dbrm? When it will be created?
What is the use of runstats in db2?
What is a buffer in memory?
What is the syntax for seeing the columns and data types of a table in the db2 database?
Before you give the explain statement, what are the prerogatives?
What is a db2 schema?
Explain the benefits you can get from mainframe connect?
How do I optimize a query in db2?
How does coalesce work?
Can we insert update delete in view?
What is meant by explain?
What is db2 purescale?
Mention the various locks that are available in db2.
What does sqlcabc has?