Out-of core similarity matching

US9727573B1 · US · B1

Patent metadata
FieldValue
Publication numberUS-9727573-B1
Application numberUS-201414482589-A
CountryUS
Kind codeB1
Filing dateSep 10, 2014
Priority dateDec 22, 2011
Publication dateAug 8, 2017
Grant dateAug 8, 2017

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A method for storing data in a data storage system by partitioning the data into a plurality of data chunks and generating representative data for each of the plurality of chunks by applying a predetermined algorithm to each chunk of the plurality of chunks. Subsequently, the representative data is compared and sorted. Representative data for base data chunks and representative data for other data chunks that can be stored relative to the base data chunks are identified by evaluating the sorted set of representative data. Finally, each of the other data chunks identified as those that can be stored relative to a base data chunk are stored in the data storage system as the difference between the data chunk and a base data chunk.

First claim

Opening claim text (preview).

What is claimed is: 1. A computer-implemented method for data reduction, the method comprising: in response to a request for compressing data in a data storage system, partitioning the data into a plurality of data chunks, including a target data chunk and a base data chunk; generating representative data for the target data chunk and the base data chunk by applying a predetermined algorithm to the target data chunk and the base data chunk, the representative data including fingerprints of the target data chunk and the base data chunk and a plurality of features extracted from the target data chunk and the base data chunk, wherein each of the plurality of features is a value having a property that a probability of the target data chunk having same representative value as the base data chunk is proportional to data similarity of the target data chunk and the base data chunk; sorting the representative data for the target data chunk and the base data chunk to form a sorted representative data list based on a first feature defined in the representative data for the target data chunk and the base data chunk; and generating a delta data chunk as the difference between the target data chunk and the base data chunk where the representative data of the target chunk is proximate to the representative data of the base data chunk in the sorted representative data list. 2. The computer-implemented method of claim 1 , wherein the representative data of the base data chunk is proximate to the representative data of the target data chunk such that the representative data of the base data chunk has one or more features that are identical to one or more corresponding features of the representative data of the target data chunk. 3. The computer-implemented method of claim 1 , wherein the base data chunk is chosen based on an age comparison with the target data chunk. 4. The computer-implemented method of claim 1 , wherein the base data chunk is chosen based on physical locality in the data storage system in relation to the target data chunk. 5. The computer-implemented method of claim 1 , further comprising: storing the delta data chunk and the base data chunk in the data storage system, wherein the delta data chunk and the base data chunk represent the target data chunk. 6. The computer-implemented method of claim 5 , further comprising: removing the target data chunk from the data storage system after the delta data chunk is generated. 7. The computer-implemented method of claim 1 , further comprising: transmitting the delta data chunk and the base data chunk to an auxiliary data storage system. 8. The computer-implemented method of claim 1 , further comprising: estimating the compression achievable of delta encoding the target data chunk relative to the base data chunk. 9. The computer-implemented method of claim 1 , wherein sorting the representative data comprises: dividing representative data of the plurality of data chunks into a plurality of bin files where representative data of the plurality of data chunks sharing common representative data are placed in a same bin file, each of the plurality of bin files sized to fit within a main memory of the data storage system; reading into the main memory each of the plurality of bin files; and comparing and sorting each of the plurality of bin files according to a first feature defined in representative data of the plurality of data chunks. 10. The computer-implemented method of claim 9 , wherein sorting the representative data occurs for each feature of the representative data such that the representative data in the representative data list is first sorted based on the first feature of the plurality of data chunks and subsequently sorted based on a second feature of the plurality of data chunks, and wherein during the sorting iteration using the first feature delta data chunks are generated for one or more pairs of data chunks that have identical first features and wherein during the sorting iteration using the second feature delta data chunks are generated for one or more pairs of data chunks that have identical second features. 11. The computer-implemented method of claim 10 , further comprising: removing, following generation of delta data chunks for one or more pairs of data chunks that have equal first features and prior to sorting the representative data list based on the second feature, the representative data from the representative data list for one of the data chunks in each pair of data chunks. 12. The computer-implemented method of claim 9 , wherein representative data of the plurality of data chunks in the same bin file share the first feature, wherein sorting the representative data occurs in each bin file using the first feature of the plurality of data chunks and secondarily based on a second feature of the plurality of data chunks, and wherein delta data chunks are generated for one or more pairs of data chunks that have one or more of identical first features or identical second features. 13. The computer-implemented method of claim 12 , further comprising: sorting, following generating the delta data chunks for one or more pairs of data chunks that have identical first or second features, the representative data using the second feature; and generating one or more pairs of delta data chunks for data chunks that have representative data with identical second features. 14. The computer-implemented method of claim 1 , wherein generating representative data comprises: inputting a data chunk into a collision-resistant hash function; receiving from the hash function a hash value for the data chunk; and assigning the hash value to the data chunk. 15. The computer-implemented method of claim 14 , wherein generating representative data further comprises: extracting one or more features from each of the plurality of data chunks; and assigning the features to each of the plurality of data chunks so that representative data includes the one or more features and the hash value. 16. The computer-implemented method of claim 1 , wherein the predetermined algorithm extracts one or more features from each of the plurality of data chunks. 17. A non-transitory computer-readable storage medium having instructions stored therein, which when executed by a computer, cause the computer to: in response to a request for compressing data in a data storage system, partition the data into a plurality of data chunks, including a target data chunk and base data chunk; generate representative data for the target data chunk and the base data chunk by applying a predetermined algorithm to the target data chunk and the base data chunk, the representative data including fingerprints of the target data chunk and the base data chunk and a plurality of features extracted from the target data chunk and the base data chunk, wherein each of the plurality of features is a value having a property that a probability of the target data chunk having same representative value as the base data chunk is proportional to data similarity of the target data chunk and the base data chunk; sort the representative data for the target data chunk and the base data chunk to form a sorted representative data list based on a first feature defined in the representative data for the target data chunk and the base data chunk; and generate a delta data chunk in the data storage system as the difference between the target data chunk and the base data chunk where the representative data of the target chunk is proximate to the representative data of the base data chunk in

Assignees

Inventors

Classifications

  • Indexing; Data structures therefor; Storage structures · CPC title

  • Redundancy elimination performed by the file system (error detection or correction of the data by redundancy in operations G06F11/14) · CPC title

  • Saving storage space on storage systems · CPC title

  • based on file chunks · CPC title

  • Aggregation; Duplicate elimination · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9727573B1 cover?
A method for storing data in a data storage system by partitioning the data into a plurality of data chunks and generating representative data for each of the plurality of chunks by applying a predetermined algorithm to each chunk of the plurality of chunks. Subsequently, the representative data is compared and sorted. Representative data for base data chunks and representative data for other d…
Who is the assignee on this patent?
Emc Ip Holding Co Llc
What technology area does this patent fall under?
Primary CPC classification G06F16/1744. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Aug 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time) (B1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 1 related publication on this page (citations in our corpus or others sharing the same primary CPC).