Question

  Asked: Jan 16 2006   6:37 AM GMT
  Asked by: BinooDas1234


Compressing Old Files


Business/IT alignment, Project management, Backup & recovery, PC/Windows Connectivity, Web development, Career development, Certifications, Training, CRM, Hardware, Software, Data analysis, Data mining/analysis, Ecommerce applications, Sales force automation applications, DataCenter, Database, Oracle, DB2, E-business, Exchange, Spam, Exchange security, Servers, Administration, Data management and storage, File, Fax and print management, Hardware selection and management, Monitoring, Performance and availability, Replication, Security, OS, SQL Server, Desktops, Management, Access, Microsoft Windows, Patch management, Storage, Storage products and equipment, Adapters/Interfaces, Disk drives, Storage management, Storage servers, Tape drives/Libraries, Desktop management applications, Online transaction processing, Systems management software, Tech support

Hello,

I would like to know the option(Compressing Old Files) which comes up during disk cleanup in win XP and win 2000. Is it good or bad? I mean, If I do the compression regularly will that effect my system/files in a long run? Is it same to that option (compress drive to save space) in disk properties? If I compress drive to save disk space will that create any problem during formating in future problem?

Please have your advice on this.

Thanks in advance.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0



Hi there,
I have been working with PC's for a long time and I have been compressing files through disk cleanup with no problems at all. When I re-format a machine I also have no problems. I would recommend you do this on a regular basis to keep your machine operational and responsive.

Compression does have some overhead to it, so it can at times slow your system down. Especially if you compress a file that is highly used by either a read or write process--- for example IIS log files, SQL MDF/LDF datafiles, or Exchange database files.

Also keep in mind, once it's compressed--- it's compressed, so you can't compress it more. Additionally, compression on the disk does very little for already compressed files like zips, jpgs, etc.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on CIO, Development and Storage.

Looking for relevant CIO Whitepapers? Visit the SearchCIO-Midmarket.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Chippy088  |   Jan 19 2006  7:29AM GMT

Compression is always something that is fleetingly touched upon at some stage of a systems life.

Old file compression is used to make more disk space available by ’squashing the air out’ of files that are no longer accessed on a regular basis.

This is a good thing, because it frees-up space for saving more files, and also temp files like those created by the user application swapping out memory to disk when working on data files bigger than available memory etc. (This action of swapping-out is used by apps like wordprocessing etc.)

BTW Checking for last change/usage is done by the prog, by comparing the file time/date stamp attached to a file each time it is saved, against system date which gives the time elapsed since last file change.

This means it is possible to open, read and close a file without saving, daily for months, and the system will think that the last time it was used was the actual day it was last saved. i.e. lookup files saved at the beginning of the month which holds, perhaps, currency exchange rates used by accounts, is only updated when the exchange rate changes, but is referenced by apps daily.

If you need to keep these files available, compressing is not a bad idea, if they are only referenced occassionally, if they are used frequently, they are decompressed ‘on the fly’ each time they are opened, so depending on the file size, compressiondecompresion could take up valuable CPU time if the file is read frequently. Not so good sometimes.

Hope this helps you to decide whether the disk space saved is worth it.

 

BinooDas1234  |   Jan 20 2006  2:53AM GMT

Thanks all for their replies. I really appreciate.

Actually I am bit confused with another option which is there in disk properties. i.e. compress drive to save disk space. Is there any problem with this in a long run?

Compressing old files also compresses some of the system files in REPAIR and REGBACK folder. Will those files create any problem during registry back up and repair?

Thanks for your valuable times.