zoukankan      html  css  js  c++  java
  • 什么是 Delta 文件

    什么是 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

  • 相关阅读:
    辅助随笔:因知识点不足暂时错过的题目
    NOIP2019翻车前写(and 抄)过的代码
    NOIP2019翻车前计划以及日记
    Luogu P3706 [SDOI2017]硬币游戏
    Luogu P5296 [北京省选集训2019]生成树计数
    Luogu P3307 [SDOI2013]项链
    Gaussian整数
    Problem. S
    LOJ6696 复读机 加强版
    数据库约束
  • 原文地址:https://www.cnblogs.com/MYSQLZOUQI/p/4672689.html
Copyright © 2011-2022 走看看