What is "incremental" in DB2?

RDBMS from IBM and IBM's Hierarchical DBMS and Transaction Manager (IMS DC).
Post Reply
Hemendra Singh
New Member
Posts: 2
Joined: Wed Aug 06, 2014 1:36 pm

What is "incremental" in DB2?

Post by Hemendra Singh »

Hi,

What is "incremental" in DB2? For example, I have seen usage like "incremental" IMAGE Copy? Is it like it's applicable to only a specific task or this is used in a generalized way? But in any case what exactly it means?
William Collins
Global Moderator
Global Moderator
Posts: 490
Joined: Sun Aug 25, 2013 7:24 pm

Re: What is "incremental" in DB2?

Post by William Collins »

An incremental copy just copies the things which have changed since the last incremental copy. Somewhere at the back there will be a full copy. The incremental copies means that you have a "state" at various points. To rebuild completely, you have to go to the base full copy, then apply each incremental copy.

There will often be a combination of copy policies, to satisfy different requirements through flexibility.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: What is "incremental" in DB2?

Post by Robert Sample »

The term is a common one when discussing back ups. Full back ups allow restoration of the entire data base (or system, depending upon what is being backed up), but take longer. An incremental back up requires the full back up base and all incremental back ups from the base to be available, and hence can require more storage (or tapes) overall, but the incremental back up will usually be smaller and hence run faster -- possibly quite a bit faster.
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: What is "incremental" in DB2?

Post by zprogrammer »

http://www-01.ibm.com/support/knowledge ... opies.html

A very good link to start...

If you need to know incremental image copy

http://www-01.ibm.com/support/knowledge ... ml?lang=en

Merge copy is used to copy incremental copy with full image copy to make a new full image copy
zprogrammer
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “IBM DB2 and IMS DB/DC”