Сжатые файлы NTFS декомпрессируются на диск или память?

Оглавление:

Сжатые файлы NTFS декомпрессируются на диск или память?
Сжатые файлы NTFS декомпрессируются на диск или память?

Видео: Сжатые файлы NTFS декомпрессируются на диск или память?

Видео: Сжатые файлы NTFS декомпрессируются на диск или память?
Видео: ЭТА НАСТРОЙКА МЕШАЕТ ИГРАТЬ | ПОВЫШЕННАЯ ТОЧНОСТЬ УСТАНОВКИ УКАЗАТЕЛЯ МЫШИ В ВАЛОРАНТ УЛУЧШИТ АИМ - YouTube 2024, Май
Anonim
Если вы ищете способы настройки вашей системы Windows для экономии места на диске, вы можете посмотреть на сжатие NTFS в качестве опции. Но если вы выберете этот параметр, то как работает процесс декомпрессии? Сегодняшний вопрос о Q & A SuperUser имеет ответ на вопрос любопытного читателя.
Если вы ищете способы настройки вашей системы Windows для экономии места на диске, вы можете посмотреть на сжатие NTFS в качестве опции. Но если вы выберете этот параметр, то как работает процесс декомпрессии? Сегодняшний вопрос о Q & A SuperUser имеет ответ на вопрос любопытного читателя.

Сегодняшняя сессия вопросов и ответов приходит к нам благодаря SuperUser - подразделению Stack Exchange, основанной на сообществах сайтам Q & A.

Вопрос

Считыватель SuperUser CausingUnderflowsEverywhere хочет знать, распаковываются ли сжатые файлы NTFS на диск или в память:

How does NTFS decompression work in Windows? According to Microsoft, NTFS decompression is done by expanding the file, then using it. That sounds right, but my question is how does this process occur technically?

Does Windows load the compressed file into memory, expand it in memory, then read it from memory? Or does it load the compressed file into memory, expand it to disk or memory, write it to disk, then read it?

I am trying to figure out if I can improve my computer’s performance by using NTFS compression. That way, a slow hard drive or SSD that is unable to handle that many write operations will always have less data to write and read, and the powerful processor that is idling most of the time can decompress the files and improve my computer’s storage speed and health.

Сжаты ли сжатые файлы NTFS на диск или память?

Ответ

У вкладчика SuperUser Ben N есть ответ для нас:

Windows decompresses files into memory. Doing it to disk would completely obliterate any speed improvements and would cause a lot of unnecessary disk writing. See the end of this Microsoft blog article on NTFS sparse files and compression.

Of course, if you are low on memory, the memory used by the decompression process could cause other memory be paged out and written to disk in the page file. Fortunately, only the chunks containing sections that your programs actually read will be decompressed. NTFS does not have to decompress the whole thing if you only need a few bytes.
Of course, if you are low on memory, the memory used by the decompression process could cause other memory be paged out and written to disk in the page file. Fortunately, only the chunks containing sections that your programs actually read will be decompressed. NTFS does not have to decompress the whole thing if you only need a few bytes.

If your SSD is fast, you are probably not going to get any speed improvements from NTFS compression. It is conceivable that the time your processor spends decompressing data plus the time your disk spends reading the compressed data could add up to be more than the time your SSD takes to read the uncompressed data.

It also depends on the size of the files you work with. The minimum size of a compressible file ranges from 8 – 64 KB, depending on your cluster size. Any files less than that in size will not be compressed at all, but a tiny amount of bookkeeping would be added. If you do a lot of writing to compressed files, you could see a lot of variance in speed due to the compression algorithm used (LZ).

Further Reading

How Does NTFS Compression Affect Performance?

Есть что добавить к объяснению? Отключить звук в комментариях. Хотите узнать больше ответов от других пользователей Windows? Посмотрите здесь полную дискуссионную тему.

Image Credit: Jannis Andrija Schnitzer (Flickr)

Рекомендуемые: