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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between dbm cfg and db cfg file in db2 ?

1243


Mention the various locks that are available in db2.

767


What is image copy in db2?

745


can any one provide me the link for the db2 v7 & db2 v8 manual for Z/os? i need to know about the syntax of REORG in both versions & need to know the difference as well

1996


Explain in detail about buffer manager and its functionalities?

765


What is check constraint. Explain with example.

829


what is a corelated subquerry?

820


Which are the db2 tools to protect integrity of the database?

877


How do you eliminate duplicate values in db2?

890


Which command is used to connect to a database in DB2 ? Give the Syntax.

814


by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?

8254


Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....

2092


What is db2 purescale?

744


How to restart a DB2 program?

1561


How can we read records for specific member in CL? AND rpg?

426