> Hmm.. in addition to my previous question;
>
> Is all LOB data included in incr. backups, regardless of changed of
> LOBs? Because the database DOES have a lot of large objects.
> If any changes happened to the LOB data, then it will also be included
> in the incremental backup image.
>
> Thanks,
> vj_dba
Hello. Well.. according to the documentation; any changes done to any
page in the tablespace containing the lOBS, DB2 will include *ALL* LOBS
contained in that tablespace.
I quote from IBM:
"If a table space contains long field or large object data and an
incremental backup is taken, all of the long field or large object data
will be copied into the backup image if any of the pages in that table
space have been modified since the previous backup."
A find on all *.LB* files on our storage states that we have 48GB LOB
data. So I think this kinda explaines our huge increment.
So now we chose to skip the increments, and send over logs instead and
use them in combination with a weekly backup in order to get a daily
'backup' (something from which we can restore to that day).
-R-
Sanjuro - 27 Sep 2007 16:13 GMT
> vijay...@gmail.com wrote:
>
[quoted text clipped - 22 lines]
>
> -R-
If you have compromised on the frequency of your backups because of
space constraints, I suggest you look at DB2 v9 compression. Row
compression may potentially reduce your database size by 75% (may be
less in your case of lot of large objects). Or you can just use Backup
compression or a combination of both.
Cheers,
~sanjuro