Compression – Not for saving for optimizing
2011
The first thing people think of when investigating compression technologies is, “How can I save space?”. For the advanced users, and some companies, compression is not necessarily for saving space, but optimizing it. If you calculate the amount of time spent waiting for emails to download, opening large files, and searching, you will start to realize that compression plays a big role in workers efficiency.
The type of compression that I’m discussing here is file specific compression. These are compression technologies that operate on single file types, and have special algorithms to reduce the size of those file types. The two most common examples are JPEG image files and PDF files. Using type specific compression has the benefit of being able to manipulate the files as you would normally. The opposite of type specific is compression technologies such as Zip or Tar. Here you have to uncompress the files before utilizing them.
Because the file types are left intact with type specific compression, it means that you can email the files after compression, search engines can index them, and they can be opened in your typical viewer. The reality is that hard drive space is cheap and adding more is relatively easy. So for some, compression is more about efficiency. With proper compression, emails are sent and received faster, search engines crawl faster and indexes are smaller, and opening large files takes less time.
This is not to diminish the use of compression to save space in an ever increasing data collection world. The purpose of this article is to highlight the other and substantial benefits of type specific file compression. The trick now becomes finding the right compression tools that create high quality compressed files and compatible with typical file browsers.
Chris Riley – About
Find much more about document technologies at www.cvisiontech.com.
Comments