473,378 Members | 1,106 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

What effects size of incremental delta backup?


We have recently moved a ClearQuest database to db2 V8 on linux. We
take a full compressed backup on sundays (~400Mb) and compressed
incremental/incremental delta other weekdays. What puzzles me is that
despite low activity in the database, the delta backups are the same
size as the full backups.

Using db2look I've found that there is a number of tables with BLOBS
in them. Would it help to move theses tables to a separate tablespace
(currently all tables located in userspace1)?

Any suggestions welcome
/Lennart

Feb 13 '07 #1
2 3923
From an online infocenter lookup of "delta backup":

Note:
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.
This reads that if one page has been modified; then ALL long data will
be backed up. Long binary data may not compress well, especially if it's
already compressed (ie. jpeg images).

You could move the tables containing LOB type things to another
tablespace. I don't see this as an answer, however, because, unless
there's no updating of them, you will still need to backup the tables
containing the LOB data.

LOBs can also be stored in their own tablespace. This may be a better
solution for your needs. You'll need to verify how incremental backups
handle LOB only tablespaces to see if this will decrease the size of
your backups.

Phil Sherman
Lennart wrote:
We have recently moved a ClearQuest database to db2 V8 on linux. We
take a full compressed backup on sundays (~400Mb) and compressed
incremental/incremental delta other weekdays. What puzzles me is that
despite low activity in the database, the delta backups are the same
size as the full backups.

Using db2look I've found that there is a number of tables with BLOBS
in them. Would it help to move theses tables to a separate tablespace
(currently all tables located in userspace1)?

Any suggestions welcome
/Lennart
Feb 13 '07 #2
On Feb 13, 4:40 pm, Phil Sherman <psher...@ameritech.netwrote:
From an online infocenter lookup of "delta backup":

Note:
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.

This reads that if one page has been modified; then ALL long data will
be backed up. Long binary data may not compress well, especially if it's
already compressed (ie. jpeg images).

You could move the tables containing LOB type things to another
tablespace. I don't see this as an answer, however, because, unless
there's no updating of them, you will still need to backup the tables
containing the LOB data.

LOBs can also be stored in their own tablespace. This may be a better
solution for your needs. You'll need to verify how incremental backups
handle LOB only tablespaces to see if this will decrease the size of
your backups.
Thanks Phil, I'll look into this.

/Lennart
Feb 13 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: jane | last post by:
HI, I had a question on incremental backup. We had an incremental backup every weekend. We did full backup every other week. That is one week incremental + full , the other week is...
3
by: Peter Postlbauer | last post by:
Hi, I try to perform an incremental backup of an entire database. My problem: the option's for incremental backup are disabled. OS: W2003Srv UDB: 8.1 Any idea? Are there any parameters, which I...
3
by: apple | last post by:
UDB v8 fp 6a on AIX 5.1.0.0 Below is a manual incremental recover from compressed backup datasets. With external compress backup datasets, can it be coded to do an automatic incremental recover?...
0
by: Skyline | last post by:
Anyone find that the backup time for incremental backup (no matter incremental/delta) is not quite proportion to the volume of the backup? Anyone know there is anything I can tune to improve its...
0
by: Willem | last post by:
Based on MK's TSI_SOON (http://www.trigeminal.com/)I've created a nifty little procedure that - whenever you compact you db you get an incremental backup copy. Given that you have a table with...
5
by: Joel Matthew | last post by:
My boss was asking about incremental backups. I was scratching my head, thinking that the transaction log and a backup policy (script) for each record set (sorry about the archaic terminology)...
4
by: shenanwei | last post by:
DB2 UDB Work Group Server Edition V8.1.5 Nightly incremental delta backup, and the image size is 3GB. But the transaction log for a whole day is less than 100MB. How could this be possible?...
7
by: manobas | last post by:
I am getting -911 on online incremental or delta backup , anybody have any explanation, backups go to tsm. thanks
1
by: lhemski | last post by:
Guys, im using dB2 Version 9. I perform all the re-configuration of database parameter for incremental backup. I perform initial full backup and after adding some records, i perform incremental delta...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.