Why might full image copies be faster to implement than an
incremental image copy?
Answer Posted / 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 View All Answers
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
How to retrieve rows from a db2 table in embedded sql?
Explain what are the various isolation levels possible?
What is innodb buffer pool?
What does db2 plan contain?
Mention some fields that are a part of sqlca.
What is a collection in db2?
What is host variable in db2 cobol?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
How do you select a row using indexes in db2?
What is db2 and what is the use of db2 optimizer?
What do you mean by rollback?
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
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 ?...
How many databases are there?