Capacity optimization (original) (raw)

About DBpedia

Capacity optimization is a general term for technologies used to improve storage use by shrinking stored data. Primary technologies used for capacity optimization are data deduplication and data compression. These are delivered as software or hardware, integrated with storage systems or delivered as standalone products. Deduplication algorithms look for redundancy in sequences of bytes across comparison windows. Typically using cryptographic hash functions as identifiers of unique sequences, sequences are compared to the history of other such sequences, and where possible, the first uniquely stored version of a sequence is referenced rather than stored again. Different methods for selecting data windows include 4KB blocks to full-file comparisons known as single-instance storage (SIS).

Property Value
dbo:abstract Capacity optimization is a general term for technologies used to improve storage use by shrinking stored data. Primary technologies used for capacity optimization are data deduplication and data compression. These are delivered as software or hardware, integrated with storage systems or delivered as standalone products. Deduplication algorithms look for redundancy in sequences of bytes across comparison windows. Typically using cryptographic hash functions as identifiers of unique sequences, sequences are compared to the history of other such sequences, and where possible, the first uniquely stored version of a sequence is referenced rather than stored again. Different methods for selecting data windows include 4KB blocks to full-file comparisons known as single-instance storage (SIS). Capacity optimization generally refers to the use of this kind of technology in a storage system. An example of this kind of system is the Venti file system in the Plan9 open source OS. There are also implementations in networking (especially wide-area networking), where they are sometimes called bandwidth optimization or WAN optimization. Commercial implementations of capacity optimization are most often found in backup/recovery storage, where storage of iterating versions of backups day to day creates an opportunity for reduction in space using this approach. The term was first used widely in 2005. (en)
dbo:wikiPageExternalLink https://doi.org/10.1007%2Fs11590-011-0345-8)
dbo:wikiPageID 2380971 (xsd:integer)
dbo:wikiPageLength 2635 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1083875031 (xsd:integer)
dbo:wikiPageWikiLink dbc:Software_optimization dbr:Cryptographic_hash_functions dbr:WAN_optimization dbr:Data_compression dbr:Data_deduplication dbr:Single-instance_storage
dbp:wikiPageUsesTemplate dbt:See_also dbt:Software-eng-stub
dct:subject dbc:Software_optimization
gold:hypernym dbr:Term
rdf:type owl:Thing
rdfs:comment Capacity optimization is a general term for technologies used to improve storage use by shrinking stored data. Primary technologies used for capacity optimization are data deduplication and data compression. These are delivered as software or hardware, integrated with storage systems or delivered as standalone products. Deduplication algorithms look for redundancy in sequences of bytes across comparison windows. Typically using cryptographic hash functions as identifiers of unique sequences, sequences are compared to the history of other such sequences, and where possible, the first uniquely stored version of a sequence is referenced rather than stored again. Different methods for selecting data windows include 4KB blocks to full-file comparisons known as single-instance storage (SIS). (en)
rdfs:label Capacity optimization (en)
rdfs:seeAlso dbr:Data_deduplication
owl:sameAs freebase:Capacity optimization wikidata:Capacity optimization https://global.dbpedia.org/id/4f17n
prov:wasDerivedFrom wikipedia-en:Capacity_optimization?oldid=1083875031&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Capacity_optimization
is dbo:wikiPageWikiLink of dbr:Dell_EMC_Data_Domain dbr:Data_deduplication dbr:Record_linkage dbr:Dialogic_Corp dbr:Single-instance_storage dbr:Symantec_Operations_Readiness_Tools dbr:Permabit
is foaf:primaryTopic of wikipedia-en:Capacity_optimization