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
List down the data types in the db2 database.
Define data page.
How can you find out the # of rows updated after an update statement?
What is deadlock in db2?
What is the syntax for FETCH in DB2 ?
What parameters are used to control the free space in DB2?
How can you classify the locks in db2?
What is a db2 cursor?
What is check constraint in db2?
What is null indicator in cobol db2?
Explain about cursor stability?
How to access db2 tables in mainframe?
define clustering index.
Can you tell me how can you find out the # of rows updated after an update statement?
What is the syntax for creating a table in the db2 database?