单词 | copy-on-write |
释义 | copy-on-writecopy-on-writeA file system feature that makes modifications to separate copies of data when updating is required. Data being read are shared by pointers to one master set. However, when changes are made by one of the applications or users, a copy of the data is made, and the copy is updated. Eventually, the copy is written to the master set. Copy-on-write (COW) is used when data can be slightly out-of-date for a short period of time. See file system and Btrfs. |
随便看 |
英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。