on 2016 May 31 2:58 AM
Hello , I am new in that field. My Question is :- what encryption / decryption techniques used BACKUP Compression/DeCompression in SQL Anywhere.
Thanks,
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
30 | |
8 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.