码迷,mamicode.com
首页 > 其他好文 > 详细

什么是 Delta 文件

时间:2015-07-24 12:13:15      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:

什么是 Delta 文件

 

Delta 文件应用很广泛,特别是在数据库领域

 

What Is a Delta File?

During most computer operations, copying, downloading or uploading a file requires duplicating the entire file every time. For example, if you copy a file to a USB drive, then modify one line in the original file and copy it again, your computer will overwrite the entire file in order to update it. Delta files reduce this workload by updating only the parts of a file that change.

 

Examples of Delta Files

  • Numerous programs and services use delta files as a form of compression or to save bandwidth. For example, when you run Windows Update, rather than completely replacing the system files, your computer downloads the parts of each file that have changed and applies those changes to your existing files. Synchronization software such as Dropbox uses delta files to upload the changes you make to your documents rather than re-upload the entirety of each file you modify. Some hard drive backup programs also use this technique to make backups run faster.

Using Delta Files

  • Unless you‘re developing an application or working with advanced database software, you‘ll probably never need to manually use delta files. Software that makes use of delta files does so automatically in order to run faster and more efficiently; you won‘t need to open delta files directly or manage them by hand.

 



Read more : http://www.ehow.com/facts_7470315_delta-file_.html

 

http://www.ehow.com/facts_7470315_delta-file_.html

https://msdn.microsoft.com/en-us/library/bb417345.aspx?f=255&MSPPError=-2147217396

http://searchstorage.techtarget.com/definition/delta-differencing

 

什么是 Delta 文件

标签:

原文地址:http://www.cnblogs.com/MYSQLZOUQI/p/4672689.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!