Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There really are only two ways to make backup, and more important recovery, run faster: 1. backup less data and/or 2. have a bigger pipe to the backup media</p> <p>I think you got a lot of suggestions on how to reduce the amount of data that you back up. Basically, you should be creating a backup strategy that relies on relatively infrequent full backup and much more frequent backups of changed (since last full backup) data. I encourage you to take a look at the "Configure Automatic Maintenance" wizard in the DB2 Control Center. It will help you with creating automatic backups and with other utilities like REORG that <a href="http://antoniocangiano.com/" rel="nofollow noreferrer">Antonio</a> suggested. Things like compression obviously can help as the amount of data is much lower. However, not all DB2 editions offer compression. For example, <a href="http://www.ibm.com/db2/express/?S_TACT=LKFREE002&amp;S_CMP=ECDDWW01" rel="nofollow noreferrer">DB2 Express-C</a> does not. Frankly, doing compression on a 200GB database may not be worth while anyway and that is precisely why free DBMS like <a href="http://FreeDB2.com/" rel="nofollow noreferrer">DB2 Express-C</a> don't offer compression. </p> <p>As far as openign a bigger pipe for your backup you first have to decide if you are going to backup to disk or to tape. There is a big difference in speed (obviously disk is a lot faster). Second, DB2 can paralelize backups. So, if you have multiple devices to back to, it will backup to all of them at the same time i.e. your elapsed time will be a lot less depending how many devices you have to throw at the problem. Again, DB2 Control Center can help you have it set up.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload