cancel
Showing results for 
Search instead for 
Did you mean: 

encoding and decoding methods for backup compression and decompression

Former Member
0 Kudos
2,736

Hello , I am new in that field. My Question is :- what encryption / decryption techniques used BACKUP Compression/DeCompression in SQL Anywhere.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Backups in SQL Anywhere are basically a 'page for page' backup. No extra encryption or compression is performed.

If the source database is already encrypted then the database file pages will be encrypted 'over the wire' and at the destination; and no decryption is performed at any point during the backup.

For transaction logs, unused pages at the end of the file will not be copied so the destination copy can be smaller by that amount. For database files, depending upon the nature of the backup, checkpoint log pages might also be eliminated; depending upon which 'WITH CHECKPOINT LOG' option you choose (if any). But neither of those are compression, in the normal meaning of that word even the the end result may be a bit smaller.