What is deduplication?
Deduplication is a process that reduces redundant data by storing one unique instance and replacing duplicates with references to the original.
What is data deduplication used for?
Data deduplication is commonly used in backups and storage systems to reduce storage consumption, lower bandwidth usage, and improve backup efficiency.
What is the difference between file-level and block-level deduplication?
File-level deduplication removes duplicate entire files (single instance storage). Block-level deduplication removes duplicate segments within files, even when the full files aren’t identical.
What is source-side deduplication?
Source-side deduplication finds and eliminates duplicates before data is transmitted to backup storage. This can reduce both network usage and storage consumption, making it useful for cloud backups and remote offices.
What is target-side deduplication?
Target-side deduplication removes duplicates after data has already been stored in the target storage system. It reduces storage usage but typically does not reduce the bandwidth required to transmit data.
What is post-process deduplication?
Post-process deduplication removes duplicates after data has landed in storage, often asynchronously. This is useful when deduplication during transfer isn’t feasible.
What is a deduplication ratio?
A deduplication ratio compares how much data would be stored without deduplication to how much is stored with deduplication. Higher ratios indicate more reduction, but ratios can be misleading depending on how repetitive the data is.
How do deduplication and encryption work together?
Because deduplication must read data to identify duplicates, encryption typically happens after deduplication. If data is encrypted first, duplicates are harder to detect because encrypted data appears unique.
Does Druva offer deduplication?
Yes. Druva uses global, source-side, block-level deduplication designed to reduce storage and bandwidth across a customer’s environment, while scaling across many devices and locations.