Data Reduction Techniques
Organizations are struggling to maintain quality information, what with the vast amount of data floating around in all their departments. Effective data storage and data management techniques involve reduction of the data by minimizing the storage capacity or the bandwidth used. A few data reduction techniques are:
- Single-Instance Storage: which are used by e-mail applications to store only one instance of multiple copies of the same e-mail or attachment.
- Content Addressed Storage (CAS): which are systems used in archival of data to ferret out identical files or chunks of files and then minimize the number of copies that need to be stored.
- Wide Area File Services (WAFS): which try to minimize bandwidth used by transmitting only the bytes that have changes between multiple site servers.
- Backup Agents: which are used to reduce the amount of data sent by backup clients to the backup server by sending only parts of files that have changed since the last backup.
- Disk-based Backup Systems: which are used to maintain backup data over long periods of time with only the minimum amount of disk capacity.

Comments