Why might full image copies be faster to implement than an
incremental image copy?

Answers were Sorted based on User's Feedback



Why might full image copies be faster to implement than an incremental image copy?..

Answer / s

Full image copy uses tablespace scan to make a copy.
Incremental copy has to access the space map pages to check
if the page has been updated or not before copying the
page.

Is This Answer Correct ?    0 Yes 0 No

Why might full image copies be faster to implement than an incremental image copy?..

Answer / andank

I think the question is wrong. Full image Copies are not
faster than incremental image copies.

Is This Answer Correct ?    0 Yes 0 No

Why might full image copies be faster to implement than an incremental image copy?..

Answer / 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

Why might full image copies be faster to implement than an incremental image copy?..

Answer / mahesh vasudevan

It all depends on the size of the tablespace. Full image
copy gives us full recovery consitent state. In case of
Incremental image copy the page needs to be checked against
the condition provided for incremental image copy and in
addition to it just by merging the incremental image copies
we can not get a full recovery of tablespaces...additional
archive log records and prior full image copies are
required. so from the recovery point of view full image copy
would be faster than these incremental image copy.....by the
way the question should be very precise and not be vauge as
it has been posted.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

Can we use group-by clause in sub-query? If 'yes' means,Will it be executed successfully or else If 'no' means why should we not using that method? Give me your suggestion please....

1 Answers  


What is db2 look?

0 Answers  


While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?

4 Answers   CTS, IBM,


What is concurrency in db2?

1 Answers  


What is the role of data manager in the db2 database?

0 Answers  






What are the various data types available in db2?

0 Answers  


is it possible to get -811 error when you use cursors. why?

2 Answers   IBM,


What are the isolation levels possible ?

3 Answers  


How to select the duplicate rows from a table?

4 Answers  


What is a composite index and how does it differ from a multiple index?

1 Answers  


What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?

0 Answers   MCN Solutions,


What is the meaning of -805 SQL return code?

3 Answers  


Categories