US9515679B1 - Adaptive data compression - Google Patents

Adaptive data compression Download PDF

Info

Publication number
US9515679B1
US9515679B1 US14/712,045 US201514712045A US9515679B1 US 9515679 B1 US9515679 B1 US 9515679B1 US 201514712045 A US201514712045 A US 201514712045A US 9515679 B1 US9515679 B1 US 9515679B1
Authority
US
United States
Prior art keywords
match length
data segment
minimal match
sequence
minimal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US14/712,045
Other versions
US20160336963A1 (en
Inventor
Danny Harnik
Ety KHAITZIN
Sergey MARENKOV
Dmitry Sotnikov
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US14/712,045 priority Critical patent/US9515679B1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KHAITZIN, ETY, HARNIK, DANNY, MARENKOV, SERGEY, SOTNIKOV, DMITRY
Publication of US20160336963A1 publication Critical patent/US20160336963A1/en
Application granted granted Critical
Publication of US9515679B1 publication Critical patent/US9515679B1/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/46Conversion to or from run-length codes, i.e. by representing the number of consecutive digits, or groups of digits, of the same kind by a code word and a digit indicative of that kind
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/3084Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction using adaptive string matching, e.g. the Lempel-Ziv method
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/60General implementation details not specific to a particular type of compression
    • H03M7/6064Selection of Compressor
    • H03M7/6076Selection between compressors of the same type

Definitions

  • the present invention relates generally to data compression, and specifically to optimizing minimal repetition sizes while compressing data.
  • Lempel-Ziv 77 factorization One commonly used compression method is the Lempel-Ziv 77 factorization.
  • One technique utilized by the Lempel-Ziv 77 factorization is replacing a long repetition with a short pointer in order to save space. The longer the repetition, the more space can be saved by replacing it with a pointer. In operation, the effort invested in finding the longest possible repetition is one of the major variables in the time vs. space tradeoff described supra. For example, higher levels of compression typically allocate more resources towards finding longer repetitions.
  • a method including accessing, from a sequence of multiple data segments including a first data segment at a first location in the sequence followed by additional data segments having respective additional locations in the sequence, a current given data segment in the sequence, compressing the current data segment using a first minimal match length, calculating a compression ratio for the compressed current data segment, selecting, based on the compression ratio and the respective location of the current data segment, a second minimal match length, accessing a subsequent data segment that immediately follows the current data segment in the sequence, and compressing the subsequent data segment using the second minimal match length.
  • an apparatus including a memory configured to store a sequence of multiple data segments including a first data segment at a first location in the sequence followed by additional data segments having respective additional locations in the sequence, and a processor configured to access a current data segment in the sequence, to compress the current data segment using a first minimal match length, to calculate a compression ratio for the compressed current data segment, to select, based on the compression ratio and the respective location of the current data segment, a second minimal match length, to access a subsequent data segment that immediately follows the current data segment in the sequence, and to compress the subsequent data segment using the second minimal match length.
  • a computer program product including a non-transitory computer readable storage medium having computer readable program code embodied therewith, the computer readable program code including computer readable program code configured to access, from a sequence of multiple data segments including a first data segment at a first location in the sequence followed by additional data segments having respective additional locations in the sequence, a current given data segment in the sequence, computer readable program code configured to compress the current data segment using a first minimal match length, computer readable program code configured to calculate a compression ratio for the compressed current data segment, computer readable program code configured to select, based on the compression ratio and the respective location of the current data segment, a second minimal match length, computer readable program code configured to access a subsequent data segment that immediately follows the current data segment in the sequence, and computer readable program code configured to compress the subsequent data segment using the second minimal match length.
  • FIG. 1 is a block diagram that schematically illustrates a storage system comprising a storage controller, in accordance with an embodiment of the present invention
  • FIG. 2 is a block diagram that schematically illustrates a module of the storage controller configured to perform adaptive control data compression, in accordance with an embodiment of the present invention.
  • FIG. 3 is a flow diagram that schematically illustrates a method of performing adaptive control data compression, in accordance with a first embodiment of the preset invention.
  • compression systems Prior to compressing data, compression systems can be initialized by setting a minimum length of repetition. For example if the minimal repetition is eight, the compression system will look for strings of at least eight characters that occur multiple times in the data. When compressing the data, using the correct minimum repetition length can have a significant impact on the compression ratio for the data.
  • Embodiments of the present invention provide methods and systems for improving both compression speeds and compression ratios by adaptively increasing and reducing the minimal length of repetition during data compression.
  • systems implementing embodiments of the invention can find long repetitions instead of finding shorter repetitions, thereby increasing the overall compression ratio of the data.
  • the system can then look for shorter repetitions.
  • the data upon receiving data to be compressed, the data can be partitioned into a sequence of multiple segments (also referred to herein as data segments) comprising a first data segment followed by one or more additional data segments.
  • the minimal match length value used to compress each of the data segments can be determined based on the minimal match lengths and compression ratios of previous segments.
  • the first segment in the sequence is compressed using a default minimal match length, a compression ratio is calculated, and the next data segment in the sequence can then be compressed using a minimal match length that is selected based on the first segment's compression ratio and the minimal match length that was used to compress the first segment.
  • the minimal match length for each of the additional data segments is selected, until all the data is compressed.
  • While compressing data systems implementing embodiments of the present invention can periodically evaluate and change the minimal repetition length, thereby optimizing the compression ratio for the data, without compromising for data that predominantly contains long/short repetition lengths.
  • the adaptive control process of evaluating and changing the minimal repetition length requires very little resources and hence may have little effect on the compression performance. Additionally, when longer repetitions are found, both the compression speed and the decompression speed may actually improve dramatically.
  • FIG. 1 is a block diagram that schematically illustrates a data processing storage subsystem 20 , in accordance with an embodiment of the invention.
  • the particular subsystem (also referred to herein as a storage system) shown in FIG. 1 is presented to facilitate an explanation of the invention.
  • the invention can be practiced using other computing environments, such as other storage subsystems with diverse architectures and capabilities.
  • the adaptive compression approach described herein can be implemented and used with any type of physical or software defined storage system.
  • Storage subsystem 20 receives, from one or more host computers 22 , input/output (I/O) requests, which are commands to read or write data at logical addresses on logical volumes.
  • I/O input/output
  • Any number of host computers 22 are coupled to storage subsystem 20 by any means known in the art, for example, using a network.
  • host computers 22 and storage subsystem 20 are assumed to be coupled by a Storage Area Network (SAN) 26 incorporating data connections 24 and Host Bus Adapters (HBAs) 28 .
  • the logical addresses specify a range of data blocks within a logical volume, each block herein being assumed by way of example to contain 512 bytes.
  • Storage subsystem 20 may operate in, or as, a SAN system.
  • Storage subsystem 20 comprises a clustered storage controller 34 coupled between SAN 26 and a private network 46 using data connections 30 and 44 , respectively, and incorporating adapters 32 and 42 , again respectively.
  • adapters 32 and 42 may comprise host bus adapters (HBAs).
  • Clustered storage controller 34 implements clusters of storage modules 36 , each of which includes a processor 52 , an interface 38 (in communication between adapters and 42 ), and a cache 40 .
  • Each storage module 36 is responsible for a number of storage devices 50 by way of a data connection 48 as shown.
  • each storage module 36 further comprises a given cache 40 .
  • the number of caches 40 used in storage subsystem 20 and in conjunction with clustered storage controller 34 may be any convenient number. While all caches 40 in storage subsystem 20 may operate in substantially the same manner and comprise substantially similar elements, this is not a requirement.
  • Each of the caches 40 may be approximately equal in size and is assumed to be coupled, by way of example, in a one-to-one correspondence with a set of physical storage devices 50 , which may comprise disks. In one embodiment, physical storage devices may comprise such disks. Those skilled in the art will be able to adapt the description herein to caches of different sizes.
  • Each set of storage devices 50 comprises multiple slow and/or fast access time mass storage devices, herein below assumed to be multiple hard disks.
  • FIG. 1 shows caches 40 coupled to respective sets of storage devices 50 .
  • the sets of storage devices 50 comprise one or more hard disks, or solid state drives (SSDs) which can have different performance characteristics.
  • SSDs solid state drives
  • a given cache 40 may read or write data at addressable physical locations of a given storage device 50 .
  • caches 40 are able to exercise certain control functions over storage devices 50 . These control functions may alternatively be realized by hardware devices such as disk controllers (not shown), which are linked to caches 40 .
  • Each storage module 36 is operative to monitor its state, including the states of associated caches 40 , and to transmit configuration information to other components of storage subsystem 20 for example, configuration changes that result in blocking intervals, or limit the rate at which I/O requests for the sets of physical storage are accepted.
  • HBAs 28 may be coupled to storage modules 36 by at least one switch (not shown) of SAN 26 , which can be of any known type having a digital cross-connect function. Additionally or alternatively, HBAs 28 may be coupled to storage modules 36 .
  • data having contiguous logical addresses can be distributed among modules 36 , and within the storage devices in each of the modules.
  • the data can be distributed using other algorithms, e.g., byte or block interleaving. In general, this increases bandwidth, for instance, by allowing a volume in a SAN or a file in network attached storage to be read from or written to more than one given storage device 50 at a time.
  • this technique requires coordination among the various storage devices, and in practice may require complex provisions for any failure of the storage devices, and a strategy for dealing with error checking information, e.g., a technique for storing parity information relating to distributed data. Indeed, when logical unit partitions are distributed in sufficiently small granularity, data associated with a single logical unit may span all of the storage devices 50 .
  • clustered storage controller 34 may be adapted for implementation in conjunction with certain hardware, such as a rack mount system, a midplane, and/or a backplane. Indeed, private network 46 in one embodiment may be implemented using a backplane. Additional hardware such as the aforementioned switches, processors, controllers, memory devices, and the like may also be incorporated into clustered storage controller 34 and elsewhere within storage subsystem 20 , again as the skilled artisan will appreciate. Further, a variety of software components, operating systems, firmware, and the like may be integrated into one storage subsystem 20 .
  • Storage devices 50 may comprise a combination of high capacity hard disk drives and solid state disk drives.
  • each of storage devices 50 may comprise a logical storage device.
  • the logical storage devices may be referred to as logical units, or LUNs. While each LUN can be addressed as a single logical unit, the LUN may comprise a combination of high capacity hard disk drives and/or solid state disk drives.
  • SCSI Small Computer System Interface
  • FIG. 1 shows storage controller 34 comprising four modules 36 and each of the modules coupled to four storage devices 50
  • a given storage controller comprising any multiple of modules 36 coupled to any plurality of storage devices 50 is considered to be with the spirit and scope of the present invention.
  • FIG. 2 is a block diagram that schematically illustrates components of module 36 , in accordance with an embodiment of the present invention.
  • module 36 comprises a memory 54 .
  • processor 52 is configured to retrieve uncompressed data 56 from a given storage device 50 , store the uncompressed data to memory 54 , and segment the uncompressed data into multiple data segments 58 .
  • Processor 52 executes a compression application 60 (i.e., a compression engine) that is configured to compress segments 58 by selecting the best minimal repetition length for the segments.
  • a compression application 60 i.e., a compression engine
  • the functionality of processor 52 executing compression application 60 is described in detail in the description referencing FIG. 3 hereinbelow.
  • processor 52 can store the compressed data to the given storage device.
  • segment lengths 58 having a length of 56 characters for illustrative purposes
  • segment lengths of any lengths are considered to be within the spirit and scope of the present invention. In operation, the segment length is typically much longer (e.g., 64 KB).
  • compression application 60 executing on module 36 executing the compression application on any other type of computing device is considered to be within the spirit and scope of the present invention.
  • the configuration in FIG. 2 shows processor retrieving uncompressed data 56 from a given storage device 50 and storing compressed data 62 to the given storage device
  • processor 52 receiving the uncompressed data from another data source, and conveying the compressed data to another data destination
  • the data source and/or the data destination may comprise a computing device (e.g., a given host computer 22 ) coupled to module 36 via a computer network such as SAN 26 , a local area network (not shown) and a wide area network (not shown).
  • Processor 52 comprises a general-purpose central processing unit (CPU) or special-purpose embedded processors, which are programmed in software or firmware to carry out the functions described herein.
  • CPU central processing unit
  • special-purpose embedded processors which are programmed in software or firmware to carry out the functions described herein.
  • the logic and functionality of compression application 60 may implemented as a field programmable gate array (FPGA).
  • the software may be downloaded to modules 36 in electronic form, over a network, for example, or it may be provided on non-transitory tangible media, such as optical, magnetic or electronic memory media.
  • some or all of the functions of the processor may be carried out by dedicated or programmable digital hardware components, or using a combination of hardware and software elements.
  • the present invention may be a system, a method, and/or a computer program product.
  • the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
  • the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
  • the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
  • a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or Flash memory erasable programmable read-only memory
  • SRAM static random access memory
  • CD-ROM compact disc read-only memory
  • DVD digital versatile disk
  • memory stick a floppy disk
  • a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
  • a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
  • the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
  • a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • FIG. 3 is a flow diagram that schematically illustrates an adaptive control method for compressing data 56 , in accordance with a first embodiment of the preset invention.
  • a first initialization step 70 the following parameters are defined and specified: (a) a segment length, (b) one or more monitoring checkpoints, (c) a set of minimal match lengths that includes a default minimal match length, (d) a low compression threshold, (e) a high compression threshold, (f) an increase change limit, (g) a decrease change limit, (h) a maximum change threshold, and (i) a sensitivity threshold ⁇ .
  • Use of the parameters initialized in step 70 is described hereinbelow.
  • the initial parameters would be received as input from a user, or would be set by using some default predefined parameters that would be stored as file or even hardcoded as part of implementation.
  • each data segment 58 may be referenced by an index (A), where A is a number representing a given segment 58 .
  • A is a number representing a given segment 58 .
  • compression application 60 can split data 56 into 1024 segments so that the segments comprise segments 58 ( 1 )- 58 ( 1 , 024 ).
  • a partition step 72 compression application 60 splits (i.e., partitions) data 62 into multiple segments 58 , by using the specified segment length (e.g., 64 KB), and in a second initialization step 74 , the compression application sets a current minimal match length to the default minimal match length.
  • the compression engine retrieves (i.e., accesses) the next segment 58 , and compresses the retrieved segment using the current minimal match length.
  • segments 58 comprise a sequence of multiple data segments 58 comprising a first data segment (i.e., segment 58 ( 1 )) at a first location in the sequence that is followed by additional data segments (i.e., segment 58 ( 2 )-segment 58 ( n )) having respective additional locations in the sequence.
  • step 72 describes processor 52 partitioning data 62 into multiple segments, other methods of retrieving the segments in the sequence are considered to be within the spirit and scope of the present invention.
  • processor 52 can receive each segment 58 sequentially from a computer network (e.g., a LAN or WAN).
  • the compression application calculates a compression ratio for the compressed segment.
  • the compression ratio comprises the size of the compressed retrieved segment divided by the size of the original (i.e., uncompressed) segment. Therefore, lower compression ratios indicate greater space savings than higher compression ratios.
  • a first comparison step 80 if the retrieved segment comprises the data segment 58 ( 1 ) (i.e., the first data segment), then in a second comparison step 82 , compression application 60 checks if a decrease condition has been met.
  • the decrease condition comprises checking if (a) a given minimal match size is available (i.e., in the set of minimal match lengths) that is less than the current minimal match length, (b) the calculated compression ratio is greater than the low compression threshold (i.e., the calculated compression ratio is worse than the low compression threshold), and (c) the decrease change limit has not yet been reached.
  • the decrease condition can be met if (a) the set of minimal match lengths is ⁇ 3, 4, 6, 8, 16 ⁇ and the current minimal match size is 4, (b) the low compression ratio is 0.25 and the current compression ratio is 0.3, and (c) the decrease change limit is 5 and there has already been 2 decreases to the minimal match length while compressing the uncompressed data.
  • compression application 60 decreases the current minimal match length in a decrease step 84 .
  • the current minimal match length is 4 and the set of minimal match lengths is ⁇ 3, 4, 6, 8, 16 ⁇ , then compression application 60 decreases the current minimal match length to 3.
  • compression application 60 updates the status of compression application 60 by updating any parameters that have changed. For example, if the calculated compression ratio is 0.3, the compression application decreased the current minimal match length from 4 to 3, and there was previously 1 minimal match length decreases, then compression application 60 updates the status parameters by setting the previous compression ratio to 0.3, setting the previous minimal match length to 4, and increasing the number of minimal match decreases to 2. In operation, compression application 60 uses these status parameters when compressing one or more additional segments 58 .
  • a third comparison step 88 if there are additional segments 58 to be compressed, then the method continues with step 76 . However, if there are no additional segments 58 to be compressed, then all data 56 has been compressed, and the method ends.
  • compression application 60 checks if an increase condition has been met.
  • the increase condition comprises checking if (a) a given minimal match size is available (i.e., in the set of minimal match lengths) that is greater than the current minimal match length, (b) the calculated compression ratio is less than the high compression threshold (i.e., the calculated compression ratio is better than the high compression threshold), and (c) the increase change limit has not yet been reached.
  • the increase condition can be met if (a) the set of minimal match lengths is ⁇ 3, 4, 6, 8, 16 ⁇ and the current minimal match size is 6, (b) the high compression ratio is 0.25 and the current compression ratio is 0.2, and (c) the increase change limit is 5 and there has already been 4 increases to the minimal match length while compressing data 56 .
  • compression application 60 increases the current minimal match length in an increase step 90 , and the method continues with step 92 .
  • the current minimal match length is 4 and the set of minimal match lengths is ⁇ 3, 4, 6, 8, 16 ⁇ , then compression application 60 increases the current minimal match length to 6.
  • the increase condition is not met in step 90 , then the method continues with step 86 .
  • compression application 60 checks if the compression ratio has increased.
  • compression application 60 calculates the compression ratio for segment 58 ( 11 ) to be 0.45, then the compression ratio is considered to have increased.
  • compression application 60 sets the current minimal match length to the previous minimal match length, and the method continues with step 86 . For example, if compression application 60 has compressed segments 58 ( 1 )- 58 ( 9 ), then compression application 60 sets the current minimal match length to the previous minimal match length by setting the current minimal match length to the minimal match length that was used to compress segment 58 ( 8 ) (i.e., the data segment that immediately precedes the retrieved data segment in the sequence). In embodiments of the present invention, compression application 60 uses the current minimal match length to compress the next segment (i.e., segment 58 ( 10 )).
  • the minimal match length compression application 60 used to compress segment 58 ( 8 ) may or may not be the same minimal match length that was used to compress segment 58 ( 9 ). Therefore, setting the current minimal match length to the previous minimal match length may or may not change the current minimal match length.
  • compression application 60 checks if the segment retrieved and compressed in step 76 is a monitoring checkpoint. If the retrieved segment is a monitoring checkpoint, then in a second set step 100 , compression application 60 sets the current minimal match length to the previous minimal match length that is different from the minimal match length that was used to compress the retrieved segment.
  • the previous minimal match length that is different from the minimal match length that was used to compress the retrieved segment is 4.
  • processor 52 can go back from the retrieved segment (e.g., segment 58 ( 300 )), and locate the closest previously compressed segment in the sequence (e.g., segment 58 ( 200 )) that was compressed using a different minimal match length.
  • compression application 60 checks if there has been a large change in the compression ratio.
  • compression application 60 can use the maximum change threshold that was set in step 70 to determine of there was a large change in the compression ratio as follows: If
  • segment 58 ( 46 ) has a compression ratio of 0.5
  • segment 58 ( 47 ) i.e., the segment that was most recently compressed in step 76
  • the maximum change threshold is 0.2
  • segment 58 ( 46 ) has a compression ratio of 0.5
  • segment 58 ( 47 ) has a compression ratio of 0.4, then there has not been a large change in the compression ratio.
  • compression application 60 sets the current minimal match length to the default minimal match length, and the method continues with step 86 . However, if there has not been a large change in the compression ratio, then the method continues with step 82 .
  • processor 52 can maintain a decrease change counter and an increase change counter.
  • Processor 52 can use the decrease change counter in step 80 to determine if the decrease change limit has been reached by comparing the decrease change counter to the decrease change limit, and use the increase change counter in step 90 to determine if the increase change limit has been reached by comparing the increase change counter to the increase change limit.
  • processor 52 increment the increase change counter upon increasing the minimal match length (i.e., in steps 92 , 96 , 100 and 104 ), and increment the decrease change counter upon decreasing the minimal match length (i.e., in steps 84 , 96 , 100 and 104 ).
  • processor 52 upon setting the current minimal match length to the default minimal match length in step 104 , processor 52 can decrease the appropriate increase/decrease change counter in order to avoid exceeding the respective increase/decrease change limit.
  • compression application 60 can use various combinations of minimal match lengths (e.g., three, four and eight bytes) and segments sizes (e.g., 32 KB, 64 KB and 128 KB) to find the optimal combination of minimal match length and segment size for uncompressed data 56 .
  • minimal match lengths e.g., three, four and eight bytes
  • segments sizes e.g., 32 KB, 64 KB and 128 KB
  • the data segment retrieved and compressed in step 76 may also be referred to as a current data segment
  • the current minimal match length used to compress the current data segment (also in step 76 ) may also be referred to as a first minimal match length
  • the compression ratio calculated in step 78 may also be referred to as a current compression ratio
  • the minimal match length set in steps 84 , 92 , 96 , 100 and 104 may also be referred to herein as a second minimal match length
  • the data segment subsequently compressed using the second minimal match length i.e., by performing steps 88 and 76
  • previous minimal match length referred to in step 96 may also be referred to as a first previous minimal match length, and the data segment that precedes the current data segment in the sequence may also be referred to as a first previous data segment.
  • the previous minimal match length identified in step 100 that is different from the first minimal match length may also be referred to as a second previous minimal match length, and the closest previously compressed segment in the sequence that was compressed using the second previous minimal match length may also be referred to as a second previous data segment.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

Methods, computing systems and computer program products implement embodiments of the present invention that include accessing, from a sequence of multiple data segments including a first data segment at a first location in the sequence followed by additional data segments having respective additional locations in the sequence, a current given data segment in the sequence. In some embodiments, data to be compressed is received and partitioned into the multiple data segments. The current data segment is compressed the current data segment using a first minimal match length, and a compression ratio is calculated for the compressed current data segment. Based on the compression ratio and the respective location of the current data segment, a second minimal match length is selected, a subsequent data segment that immediately follows the current data segment in the sequence is accessed, and the subsequent data segment is compressed using the second minimal match length.

Description

FIELD OF THE INVENTION
The present invention relates generally to data compression, and specifically to optimizing minimal repetition sizes while compressing data.
BACKGROUND
There are typically tradeoffs between time and space when compressing data. Therefore, as long as data is compressible, more time can be invested in order to improve the compression and thereby saving more space. Many compression algorithms typically have several modes, ranging between fast and slow, with corresponding compression results.
One commonly used compression method is the Lempel-Ziv 77 factorization. One technique utilized by the Lempel-Ziv 77 factorization is replacing a long repetition with a short pointer in order to save space. The longer the repetition, the more space can be saved by replacing it with a pointer. In operation, the effort invested in finding the longest possible repetition is one of the major variables in the time vs. space tradeoff described supra. For example, higher levels of compression typically allocate more resources towards finding longer repetitions.
The description above is presented as a general overview of related art in this field and should not be construed as an admission that any of the information it contains constitutes prior art against the present patent application.
SUMMARY
There is provided, in accordance with an embodiment of the present invention a method, including accessing, from a sequence of multiple data segments including a first data segment at a first location in the sequence followed by additional data segments having respective additional locations in the sequence, a current given data segment in the sequence, compressing the current data segment using a first minimal match length, calculating a compression ratio for the compressed current data segment, selecting, based on the compression ratio and the respective location of the current data segment, a second minimal match length, accessing a subsequent data segment that immediately follows the current data segment in the sequence, and compressing the subsequent data segment using the second minimal match length.
There is also provided, in accordance with an embodiment of the present invention an apparatus, including a memory configured to store a sequence of multiple data segments including a first data segment at a first location in the sequence followed by additional data segments having respective additional locations in the sequence, and a processor configured to access a current data segment in the sequence, to compress the current data segment using a first minimal match length, to calculate a compression ratio for the compressed current data segment, to select, based on the compression ratio and the respective location of the current data segment, a second minimal match length, to access a subsequent data segment that immediately follows the current data segment in the sequence, and to compress the subsequent data segment using the second minimal match length.
There is further provided, in accordance with an embodiment of the present invention a computer program product, the computer program product including a non-transitory computer readable storage medium having computer readable program code embodied therewith, the computer readable program code including computer readable program code configured to access, from a sequence of multiple data segments including a first data segment at a first location in the sequence followed by additional data segments having respective additional locations in the sequence, a current given data segment in the sequence, computer readable program code configured to compress the current data segment using a first minimal match length, computer readable program code configured to calculate a compression ratio for the compressed current data segment, computer readable program code configured to select, based on the compression ratio and the respective location of the current data segment, a second minimal match length, computer readable program code configured to access a subsequent data segment that immediately follows the current data segment in the sequence, and computer readable program code configured to compress the subsequent data segment using the second minimal match length.
BRIEF DESCRIPTION OF THE DRAWINGS
The disclosure is herein described, by way of example only, with reference to the accompanying drawings, wherein:
FIG. 1 is a block diagram that schematically illustrates a storage system comprising a storage controller, in accordance with an embodiment of the present invention;
FIG. 2 is a block diagram that schematically illustrates a module of the storage controller configured to perform adaptive control data compression, in accordance with an embodiment of the present invention; and
FIG. 3 is a flow diagram that schematically illustrates a method of performing adaptive control data compression, in accordance with a first embodiment of the preset invention.
DETAILED DESCRIPTION OF EMBODIMENTS Overview
Prior to compressing data, compression systems can be initialized by setting a minimum length of repetition. For example if the minimal repetition is eight, the compression system will look for strings of at least eight characters that occur multiple times in the data. When compressing the data, using the correct minimum repetition length can have a significant impact on the compression ratio for the data.
Embodiments of the present invention provide methods and systems for improving both compression speeds and compression ratios by adaptively increasing and reducing the minimal length of repetition during data compression. When compressing data having many long repetitions, systems implementing embodiments of the invention can find long repetitions instead of finding shorter repetitions, thereby increasing the overall compression ratio of the data. In some embodiments, if the system fails to identify any long repetitions in the data, the system can then look for shorter repetitions.
As described hereinbelow, upon receiving data to be compressed, the data can be partitioned into a sequence of multiple segments (also referred to herein as data segments) comprising a first data segment followed by one or more additional data segments. In embodiments of the present invention, the minimal match length value used to compress each of the data segments can be determined based on the minimal match lengths and compression ratios of previous segments. In operation, the first segment in the sequence is compressed using a default minimal match length, a compression ratio is calculated, and the next data segment in the sequence can then be compressed using a minimal match length that is selected based on the first segment's compression ratio and the minimal match length that was used to compress the first segment. In a similar manner, the minimal match length for each of the additional data segments is selected, until all the data is compressed.
While compressing data, systems implementing embodiments of the present invention can periodically evaluate and change the minimal repetition length, thereby optimizing the compression ratio for the data, without compromising for data that predominantly contains long/short repetition lengths. The adaptive control process of evaluating and changing the minimal repetition length requires very little resources and hence may have little effect on the compression performance. Additionally, when longer repetitions are found, both the compression speed and the decompression speed may actually improve dramatically.
FIG. 1 is a block diagram that schematically illustrates a data processing storage subsystem 20, in accordance with an embodiment of the invention. The particular subsystem (also referred to herein as a storage system) shown in FIG. 1 is presented to facilitate an explanation of the invention. However, as the skilled artisan will appreciate, the invention can be practiced using other computing environments, such as other storage subsystems with diverse architectures and capabilities. For example, the adaptive compression approach described herein can be implemented and used with any type of physical or software defined storage system.
Storage subsystem 20 receives, from one or more host computers 22, input/output (I/O) requests, which are commands to read or write data at logical addresses on logical volumes. Any number of host computers 22 are coupled to storage subsystem 20 by any means known in the art, for example, using a network. Herein, by way of example, host computers 22 and storage subsystem 20 are assumed to be coupled by a Storage Area Network (SAN) 26 incorporating data connections 24 and Host Bus Adapters (HBAs) 28. The logical addresses specify a range of data blocks within a logical volume, each block herein being assumed by way of example to contain 512 bytes. For example, a 10 KB data record used in a data processing application on a given host computer 22 would require 20 blocks, which the given host computer might specify as being stored at a logical address comprising blocks 1,000 through 1,019 of a logical volume. Storage subsystem 20 may operate in, or as, a SAN system.
Storage subsystem 20 comprises a clustered storage controller 34 coupled between SAN 26 and a private network 46 using data connections 30 and 44, respectively, and incorporating adapters 32 and 42, again respectively. In some configurations, adapters 32 and 42 may comprise host bus adapters (HBAs). Clustered storage controller 34 implements clusters of storage modules 36, each of which includes a processor 52, an interface 38 (in communication between adapters and 42), and a cache 40. Each storage module 36 is responsible for a number of storage devices 50 by way of a data connection 48 as shown.
As described previously, each storage module 36 further comprises a given cache 40. However, it will be appreciated that the number of caches 40 used in storage subsystem 20 and in conjunction with clustered storage controller 34 may be any convenient number. While all caches 40 in storage subsystem 20 may operate in substantially the same manner and comprise substantially similar elements, this is not a requirement. Each of the caches 40 may be approximately equal in size and is assumed to be coupled, by way of example, in a one-to-one correspondence with a set of physical storage devices 50, which may comprise disks. In one embodiment, physical storage devices may comprise such disks. Those skilled in the art will be able to adapt the description herein to caches of different sizes.
Each set of storage devices 50 comprises multiple slow and/or fast access time mass storage devices, herein below assumed to be multiple hard disks. FIG. 1 shows caches 40 coupled to respective sets of storage devices 50. In some configurations, the sets of storage devices 50 comprise one or more hard disks, or solid state drives (SSDs) which can have different performance characteristics. In response to an I/O command, a given cache 40, by way of example, may read or write data at addressable physical locations of a given storage device 50. In the embodiment shown in FIG. 1, caches 40 are able to exercise certain control functions over storage devices 50. These control functions may alternatively be realized by hardware devices such as disk controllers (not shown), which are linked to caches 40.
Each storage module 36 is operative to monitor its state, including the states of associated caches 40, and to transmit configuration information to other components of storage subsystem 20 for example, configuration changes that result in blocking intervals, or limit the rate at which I/O requests for the sets of physical storage are accepted.
Routing of commands and data from HBAs 28 to clustered storage controller 34 and to each cache 40 may be performed over a network and/or a switch. Herein, by way of example, HBAs 28 may be coupled to storage modules 36 by at least one switch (not shown) of SAN 26, which can be of any known type having a digital cross-connect function. Additionally or alternatively, HBAs 28 may be coupled to storage modules 36.
In some embodiments, data having contiguous logical addresses can be distributed among modules 36, and within the storage devices in each of the modules. Alternatively, the data can be distributed using other algorithms, e.g., byte or block interleaving. In general, this increases bandwidth, for instance, by allowing a volume in a SAN or a file in network attached storage to be read from or written to more than one given storage device 50 at a time. However, this technique requires coordination among the various storage devices, and in practice may require complex provisions for any failure of the storage devices, and a strategy for dealing with error checking information, e.g., a technique for storing parity information relating to distributed data. Indeed, when logical unit partitions are distributed in sufficiently small granularity, data associated with a single logical unit may span all of the storage devices 50.
While such hardware is not explicitly shown for purposes of illustrative simplicity, clustered storage controller 34 may be adapted for implementation in conjunction with certain hardware, such as a rack mount system, a midplane, and/or a backplane. Indeed, private network 46 in one embodiment may be implemented using a backplane. Additional hardware such as the aforementioned switches, processors, controllers, memory devices, and the like may also be incorporated into clustered storage controller 34 and elsewhere within storage subsystem 20, again as the skilled artisan will appreciate. Further, a variety of software components, operating systems, firmware, and the like may be integrated into one storage subsystem 20.
Storage devices 50 may comprise a combination of high capacity hard disk drives and solid state disk drives. In some embodiments each of storage devices 50 may comprise a logical storage device. In storage systems implementing the Small Computer System Interface (SCSI) protocol, the logical storage devices may be referred to as logical units, or LUNs. While each LUN can be addressed as a single logical unit, the LUN may comprise a combination of high capacity hard disk drives and/or solid state disk drives.
While the configuration in FIG. 1 shows storage controller 34 comprising four modules 36 and each of the modules coupled to four storage devices 50, a given storage controller comprising any multiple of modules 36 coupled to any plurality of storage devices 50 is considered to be with the spirit and scope of the present invention.
FIG. 2 is a block diagram that schematically illustrates components of module 36, in accordance with an embodiment of the present invention. In addition to storage devices 50 and processor 52, module 36 comprises a memory 54. In operation, processor 52 is configured to retrieve uncompressed data 56 from a given storage device 50, store the uncompressed data to memory 54, and segment the uncompressed data into multiple data segments 58. Processor 52 executes a compression application 60 (i.e., a compression engine) that is configured to compress segments 58 by selecting the best minimal repetition length for the segments. The functionality of processor 52 executing compression application 60 is described in detail in the description referencing FIG. 3 hereinbelow. Upon compressing uncompressed data 56 to compressed data 62 in memory 54, processor 52 can store the compressed data to the given storage device.
While the example in FIG. 2 shows segments 58 having a length of 56 characters for illustrative purposes, segment lengths of any lengths are considered to be within the spirit and scope of the present invention. In operation, the segment length is typically much longer (e.g., 64 KB). Additionally, while the configuration in FIG. 2 shows compression application 60 executing on module 36, executing the compression application on any other type of computing device is considered to be within the spirit and scope of the present invention.
Furthermore, while the configuration in FIG. 2 shows processor retrieving uncompressed data 56 from a given storage device 50 and storing compressed data 62 to the given storage device, processor 52 receiving the uncompressed data from another data source, and conveying the compressed data to another data destination is considered to be within the spirit and scope of the present invention. For example, the data source and/or the data destination may comprise a computing device (e.g., a given host computer 22) coupled to module 36 via a computer network such as SAN 26, a local area network (not shown) and a wide area network (not shown).
Processor 52 comprises a general-purpose central processing unit (CPU) or special-purpose embedded processors, which are programmed in software or firmware to carry out the functions described herein. For example, the logic and functionality of compression application 60 may implemented as a field programmable gate array (FPGA). The software may be downloaded to modules 36 in electronic form, over a network, for example, or it may be provided on non-transitory tangible media, such as optical, magnetic or electronic memory media. Alternatively, some or all of the functions of the processor may be carried out by dedicated or programmable digital hardware components, or using a combination of hardware and software elements.
The present invention may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
Identifying Optimal Minimal Match Lengths
FIG. 3 is a flow diagram that schematically illustrates an adaptive control method for compressing data 56, in accordance with a first embodiment of the preset invention. In a first initialization step 70, the following parameters are defined and specified: (a) a segment length, (b) one or more monitoring checkpoints, (c) a set of minimal match lengths that includes a default minimal match length, (d) a low compression threshold, (e) a high compression threshold, (f) an increase change limit, (g) a decrease change limit, (h) a maximum change threshold, and (i) a sensitivity threshold σ. Use of the parameters initialized in step 70 is described hereinbelow. The initial parameters would be received as input from a user, or would be set by using some default predefined parameters that would be stored as file or even hardcoded as part of implementation.
In embodiments herein, each data segment 58 may be referenced by an index (A), where A is a number representing a given segment 58. For example, if the uncompressed data is 64 MB and the segment length is 64 KB, then compression application 60 can split data 56 into 1024 segments so that the segments comprise segments 58(1)-58(1,024). In some embodiments, compression application 60 can identify each Nth segment 58 as a monitoring checkpoint. For example, if N=1000, then the monitoring checkpoints comprise segment 58(1000), segment 58(2000), segment 58 (3000) etc.
In a partition step 72, compression application 60 splits (i.e., partitions) data 62 into multiple segments 58, by using the specified segment length (e.g., 64 KB), and in a second initialization step 74, the compression application sets a current minimal match length to the default minimal match length. In a retrieval and compression step 76, the compression engine retrieves (i.e., accesses) the next segment 58, and compresses the retrieved segment using the current minimal match length.
In embodiments of the present invention, segments 58 comprise a sequence of multiple data segments 58 comprising a first data segment (i.e., segment 58(1)) at a first location in the sequence that is followed by additional data segments (i.e., segment 58(2)-segment 58(n)) having respective additional locations in the sequence. While step 72 describes processor 52 partitioning data 62 into multiple segments, other methods of retrieving the segments in the sequence are considered to be within the spirit and scope of the present invention. For example, processor 52 can receive each segment 58 sequentially from a computer network (e.g., a LAN or WAN).
In a calculation step 78, the compression application calculates a compression ratio for the compressed segment. In embodiments described herein, the compression ratio comprises the size of the compressed retrieved segment divided by the size of the original (i.e., uncompressed) segment. Therefore, lower compression ratios indicate greater space savings than higher compression ratios.
In a first comparison step 80 if the retrieved segment comprises the data segment 58(1) (i.e., the first data segment), then in a second comparison step 82, compression application 60 checks if a decrease condition has been met. In some embodiments, the decrease condition comprises checking if (a) a given minimal match size is available (i.e., in the set of minimal match lengths) that is less than the current minimal match length, (b) the calculated compression ratio is greater than the low compression threshold (i.e., the calculated compression ratio is worse than the low compression threshold), and (c) the decrease change limit has not yet been reached. For example, the decrease condition can be met if (a) the set of minimal match lengths is {3, 4, 6, 8, 16} and the current minimal match size is 4, (b) the low compression ratio is 0.25 and the current compression ratio is 0.3, and (c) the decrease change limit is 5 and there has already been 2 decreases to the minimal match length while compressing the uncompressed data.
If the decrease condition has been met, then compression application 60 decreases the current minimal match length in a decrease step 84. For example if the current minimal match length is 4 and the set of minimal match lengths is {3, 4, 6, 8, 16}, then compression application 60 decreases the current minimal match length to 3.
In an update step 86, compression application 60 updates the status of compression application 60 by updating any parameters that have changed. For example, if the calculated compression ratio is 0.3, the compression application decreased the current minimal match length from 4 to 3, and there was previously 1 minimal match length decreases, then compression application 60 updates the status parameters by setting the previous compression ratio to 0.3, setting the previous minimal match length to 4, and increasing the number of minimal match decreases to 2. In operation, compression application 60 uses these status parameters when compressing one or more additional segments 58.
In a third comparison step 88, if there are additional segments 58 to be compressed, then the method continues with step 76. However, if there are no additional segments 58 to be compressed, then all data 56 has been compressed, and the method ends.
Returning to step 82, if the decrease condition has not been met, then in a fourth comparison step 90, compression application 60 checks if an increase condition has been met. In some embodiments, the increase condition comprises checking if (a) a given minimal match size is available (i.e., in the set of minimal match lengths) that is greater than the current minimal match length, (b) the calculated compression ratio is less than the high compression threshold (i.e., the calculated compression ratio is better than the high compression threshold), and (c) the increase change limit has not yet been reached. For example, the increase condition can be met if (a) the set of minimal match lengths is {3, 4, 6, 8, 16} and the current minimal match size is 6, (b) the high compression ratio is 0.25 and the current compression ratio is 0.2, and (c) the increase change limit is 5 and there has already been 4 increases to the minimal match length while compressing data 56.
If the increase condition is met, then compression application 60 increases the current minimal match length in an increase step 90, and the method continues with step 92. For example if the current minimal match length is 4 and the set of minimal match lengths is {3, 4, 6, 8, 16}, then compression application 60 increases the current minimal match length to 6. However if the increase condition is not met in step 90, then the method continues with step 86.
Returning to step 80, if the segment retrieved in step 76 is not the first segment in data 62, then in a fifth comparison step 94, compression application 60 checks if the compression ratio has increased. In some embodiments, compression application 60 can use sensitivity threshold σ to determine if the compression ratio has increased. For example if σ=0.1, the compression ratio for segment 58(10) was 0.3 and after compressing segment 58(11), compression application 60 calculates the compression ratio for segment 58(11) to be 0.38, then the compression ratio is not considered to have increased. Likewise, if σ=0.1, the compression ratio for segment 58(10) was 0.3 and after compressing segment 58(11), compression application 60 calculates the compression ratio for segment 58(11) to be 0.45, then the compression ratio is considered to have increased.
If the compression ratio has increased, then in a first set step 96, compression application 60 sets the current minimal match length to the previous minimal match length, and the method continues with step 86. For example, if compression application 60 has compressed segments 58(1)-58(9), then compression application 60 sets the current minimal match length to the previous minimal match length by setting the current minimal match length to the minimal match length that was used to compress segment 58(8) (i.e., the data segment that immediately precedes the retrieved data segment in the sequence). In embodiments of the present invention, compression application 60 uses the current minimal match length to compress the next segment (i.e., segment 58(10)). The minimal match length compression application 60 used to compress segment 58(8) (i.e., the previous minimal match length) may or may not be the same minimal match length that was used to compress segment 58(9). Therefore, setting the current minimal match length to the previous minimal match length may or may not change the current minimal match length.
Returning to step 94, if the compression ratio has not increased, then in a sixth comparison step 98 compression application 60 checks if the segment retrieved and compressed in step 76 is a monitoring checkpoint. If the retrieved segment is a monitoring checkpoint, then in a second set step 100, compression application 60 sets the current minimal match length to the previous minimal match length that is different from the minimal match length that was used to compress the retrieved segment. For example, if the retrieved segment comprises segment 58(300), and compression application 60 used a minimal match length having a length of 4 to compress segments 58(101-200) and used a minimal match length having a length of 8 to compress segments 58(201-300), then the previous minimal match length that is different from the minimal match length that was used to compress the retrieved segment is 4. In operation, processor 52 can go back from the retrieved segment (e.g., segment 58(300)), and locate the closest previously compressed segment in the sequence (e.g., segment 58(200)) that was compressed using a different minimal match length.
Returning to step 98, if the if the segment retrieved and compressed in step 76 is not a monitoring checkpoint, then in a seventh comparison step 102, compression application 60 checks if there has been a large change in the compression ratio. In some embodiments, compression application 60 can use the maximum change threshold that was set in step 70 to determine of there was a large change in the compression ratio as follows:
If |CR(N)−CR(N−1)|>Maximum Change Threshold
    • then there is a large change in the compression threshold
      where CR(N) is the compression ratio for the segment that was retrieved and compressed in step 76, and CR(N−1) is the compression ratio of the previously compressed segment 58.
For example, if the maximum change threshold is 0.2, segment 58(46) has a compression ratio of 0.5, and segment 58(47) (i.e., the segment that was most recently compressed in step 76) has a compression ratio of 0.25, then there has been a large change in the compression ratio. Likewise if the maximum change threshold is 0.2, segment 58(46) has a compression ratio of 0.5, and segment 58(47) has a compression ratio of 0.4, then there has not been a large change in the compression ratio.
If there has been a large change in the compression ratio, then in a third set step 104, compression application 60 sets the current minimal match length to the default minimal match length, and the method continues with step 86. However, if there has not been a large change in the compression ratio, then the method continues with step 82.
While performing the steps shown in the flow diagram, processor 52 can maintain a decrease change counter and an increase change counter. Processor 52 can use the decrease change counter in step 80 to determine if the decrease change limit has been reached by comparing the decrease change counter to the decrease change limit, and use the increase change counter in step 90 to determine if the increase change limit has been reached by comparing the increase change counter to the increase change limit. In operation, processor 52 increment the increase change counter upon increasing the minimal match length (i.e., in steps 92, 96, 100 and 104), and increment the decrease change counter upon decreasing the minimal match length (i.e., in steps 84, 96, 100 and 104). In some embodiments, upon setting the current minimal match length to the default minimal match length in step 104, processor 52 can decrease the appropriate increase/decrease change counter in order to avoid exceeding the respective increase/decrease change limit.
While embodiments herein describe compression application varying the minimal match length to find a given minimal match length yielding the highest compression ratio, the compression application can also test various lengths of segments 58 while compressing uncompressed data 56. For example, compression application 60 can use various combinations of minimal match lengths (e.g., three, four and eight bytes) and segments sizes (e.g., 32 KB, 64 KB and 128 KB) to find the optimal combination of minimal match length and segment size for uncompressed data 56.
In embodiments of the present invention, the data segment retrieved and compressed in step 76 may also be referred to as a current data segment, the current minimal match length used to compress the current data segment (also in step 76) may also be referred to as a first minimal match length, and the compression ratio calculated in step 78 may also be referred to as a current compression ratio. Also, the minimal match length set in steps 84, 92, 96, 100 and 104 may also be referred to herein as a second minimal match length, and the data segment subsequently compressed using the second minimal match length (i.e., by performing steps 88 and 76) may also be referred to herein as a subsequent data segment 58. Additionally, the previous minimal match length referred to in step 96 may also be referred to as a first previous minimal match length, and the data segment that precedes the current data segment in the sequence may also be referred to as a first previous data segment. Furthermore, the previous minimal match length identified in step 100 that is different from the first minimal match length may also be referred to as a second previous minimal match length, and the closest previously compressed segment in the sequence that was compressed using the second previous minimal match length may also be referred to as a second previous data segment.
The flowchart(s) and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
It will be appreciated that the embodiments described above are cited by way of example, and that the present invention is not limited to what has been particularly shown and described hereinabove. Rather, the scope of the present invention includes both combinations and subcombinations of the various features described hereinabove, as well as variations and modifications thereof which would occur to persons skilled in the art upon reading the foregoing description and which are not disclosed in the prior art.

Claims (16)

The invention claimed is:
1. A method, comprising:
accessing, from a sequence of multiple data segments comprising a first data segment at a first location in the sequence followed by additional data segments having respective additional locations in the sequence, a current given data segment in the sequence;
compressing the current data segment using a first minimal match length;
calculating a compression ratio for the compressed current data segment;
selecting, based on the compression ratio and the respective location of the current data segment, a second minimal match length;
accessing a subsequent data segment that immediately follows the current data segment in the sequence;
compressing the subsequent data segment using the second minimal match length; and
specifying a high compression threshold, a low compression threshold, a maximum change threshold, a default minimal match length, and one or more of the respective locations as respective checkpoints;
wherein selecting the second minimal match length comprises setting the second minimal match length to a value greater than the first minimal match length upon detecting that the compression ratio is less than the low compression threshold.
2. The method according to claim 1, wherein the first minimal match length comprises the default minimal match length upon the current data segment comprising the first data segment in the sequence.
3. The method according to claim 1, wherein selecting the second minimal match length comprises setting the second minimal match length to a value less than the first minimal match length upon detecting that the compression ratio is greater than the high compression threshold.
4. The method according to claim 1, wherein the compression ratio comprises a current compression ratio, and comprising upon the current data segment not comprising the first data segment in the sequence, identifying a first previous data segment that immediately precedes the current data segment in the sequence, identifying a third minimal match length that was used to compress the first previous data segment, identifying a previous compression ratio for the first previous data segment, and identifying a second previous data segment in the sequence that was most recently compressed using a fourth minimal match length different from the first minimal match length.
5. The method according to claim 4, wherein selecting the second minimal match length comprises setting the second minimal match length to the third minimal match length upon detecting that the current compression ratio is greater than the previous compression ratio.
6. The method according to claim 4, wherein selecting the second minimal match length comprises setting the second minimal match length to the fourth minimal match length upon detecting respective location of the current data segment comprises one of the one or more checkpoints.
7. The method according to claim 4, wherein selecting the second minimal match length comprises setting the second minimal match length to the default minimal match length upon detecting that an absolute value of a difference between the first and the second compression ratios exceeds the maximum change threshold.
8. An apparatus, comprising:
a memory configured to store a sequence of multiple data segments comprising a first data segment at a first location in the sequence followed by additional data segments having respective additional locations in the sequence; and
a processor configured:
to access a current data segment in the sequence,
to compress the current data segment using a first minimal match length,
to calculate a compression ratio for the compressed current data segment,
to select, based on the compression ratio and the respective location of the current data segment, a second minimal match length,
to access a subsequent data segment that immediately follows the current data segment in the sequence,
to compress the subsequent data segment using the second minimal match length, and
to specify a high compression threshold, a low compression threshold, a maximum change threshold, a default minimal match length, and one or more of the respective locations as respective checkpoints;
wherein selecting the second minimal match length comprises setting the second minimal match length to a value greater than the first minimal match length upon detecting that the compression ratio is less than the low compression threshold.
9. The apparatus according to claim 8, wherein the first minimal match length comprises the default minimal match length upon the current data segment comprising the first data segment in the sequence.
10. The apparatus according to claim 8, wherein the processor is configured to select the second minimal match length by setting the second minimal match length to a value less than the first minimal match length upon detecting that the compression ratio is greater than the high compression threshold.
11. The apparatus according to claim 8, wherein the compression ratio comprises a current compression ratio, and wherein upon the current data segment not comprising the first data segment in the sequence, the processor is configured to identify a first previous data segment that immediately precedes the current data segment in the sequence, to identify a third minimal match length that was used to compress the first previous data segment, to identify a previous compression ratio for the first previous data segment, and to identify a second previous data segment in the sequence that was most recently compressed using a fourth minimal match length different from the first minimal match length.
12. The apparatus according to claim 11, wherein the processor is configured to select the second minimal match length by setting the second minimal match length to the third minimal match length upon detecting that the current compression ratio is greater than the previous compression ratio.
13. The apparatus according to claim 11, wherein the processor is configured to select the second minimal match length by setting the second minimal match length to the fourth minimal match length upon detecting respective location of the current data segment comprises one of the one or more checkpoints.
14. The apparatus according to claim 11, wherein the processor is configured to select the second minimal match length by setting the second minimal match length to the default minimal match length upon detecting that an absolute value of a difference between the first and the second compression ratios exceeds the maximum change threshold.
15. The apparatus according to claim 8, wherein prior to storing the sequence of the multiple data segments in the memory, the processor is configured to receive the multiple data segments from a data source selected from a group consisting of a storage device and a computer network.
16. A computer program product, the computer program product comprising:
a non-transitory computer readable storage medium having computer readable program code embodied therewith, the computer readable program code comprising:
computer readable program code configured to access, from a sequence of multiple data segments comprising a first data segment at a first location in the sequence followed by additional data segments having respective additional locations in the sequence, a current given data segment in the sequence;
computer readable program code configured to compress the current data segment using a first minimal match length;
computer readable program code configured to calculate a compression ratio for the compressed current data segment;
computer readable program code configured to select, based on the compression ratio and the respective location of the current data segment, a second minimal match length;
computer readable program code configured to access a subsequent data segment that immediately follows the current data segment in the sequence;
computer readable program code configured to compress the subsequent data segment using the second minimal match length; and
computer readable program code configured to specify a high compression threshold, a low compression threshold, a maximum change threshold, a default minimal match length, and one or more of the respective locations as respective checkpoints;
wherein selecting the second minimal match length comprises setting the second minimal match length to a value greater than the first minimal match length upon detecting that the compression ratio is less than the low compression threshold.
US14/712,045 2015-05-14 2015-05-14 Adaptive data compression Expired - Fee Related US9515679B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/712,045 US9515679B1 (en) 2015-05-14 2015-05-14 Adaptive data compression

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US14/712,045 US9515679B1 (en) 2015-05-14 2015-05-14 Adaptive data compression

Publications (2)

Publication Number Publication Date
US20160336963A1 US20160336963A1 (en) 2016-11-17
US9515679B1 true US9515679B1 (en) 2016-12-06

Family

ID=57277406

Family Applications (1)

Application Number Title Priority Date Filing Date
US14/712,045 Expired - Fee Related US9515679B1 (en) 2015-05-14 2015-05-14 Adaptive data compression

Country Status (1)

Country Link
US (1) US9515679B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160309363A1 (en) * 2013-10-29 2016-10-20 Telefonaktiebolaget L M Ericsson (Publ) Dynamic compression coverage

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10185718B1 (en) 2017-08-23 2019-01-22 The Nielsen Company (Us), Llc Index compression and decompression
CN109696654B (en) * 2017-10-23 2020-12-15 深圳市优必选科技有限公司 Positioning method and terminal equipment

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5126739A (en) * 1989-01-13 1992-06-30 Stac Electronics Data compression apparatus and method
US5684478A (en) 1994-12-06 1997-11-04 Cennoid Technologies, Inc. Method and apparatus for adaptive data compression
US20030030575A1 (en) * 2001-05-07 2003-02-13 Harmonic Data Systems Ltd. Lossless data compression
US7460032B2 (en) 2005-10-27 2008-12-02 Evault, Inc. Methods and apparatus for performing adaptive compression
US7724974B2 (en) * 2005-12-23 2010-05-25 Canon Kabushiki Kaisha Efficient halftone image compression
US7903887B2 (en) * 2006-05-18 2011-03-08 Kabushiki Kaisha Toshiba Image processing circuit and liquid crystal display apparatus
US20110310955A1 (en) 2010-06-22 2011-12-22 Lei Zhang Method and system for repetition based adaptive video compression
US8331449B2 (en) 2008-05-28 2012-12-11 Korea Polytechnic University Industry Academic Cooperation Foundation Fast encoding method and system using adaptive intra prediction
US8499100B1 (en) 2005-12-07 2013-07-30 F5 Networks, Inc. Adaptive compression
US8750370B2 (en) 2009-09-04 2014-06-10 Brocade Communications Systems, Inc. Congestion-adaptive compression

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5126739A (en) * 1989-01-13 1992-06-30 Stac Electronics Data compression apparatus and method
US5684478A (en) 1994-12-06 1997-11-04 Cennoid Technologies, Inc. Method and apparatus for adaptive data compression
US20030030575A1 (en) * 2001-05-07 2003-02-13 Harmonic Data Systems Ltd. Lossless data compression
US7460032B2 (en) 2005-10-27 2008-12-02 Evault, Inc. Methods and apparatus for performing adaptive compression
US8499100B1 (en) 2005-12-07 2013-07-30 F5 Networks, Inc. Adaptive compression
US7724974B2 (en) * 2005-12-23 2010-05-25 Canon Kabushiki Kaisha Efficient halftone image compression
US7903887B2 (en) * 2006-05-18 2011-03-08 Kabushiki Kaisha Toshiba Image processing circuit and liquid crystal display apparatus
US8331449B2 (en) 2008-05-28 2012-12-11 Korea Polytechnic University Industry Academic Cooperation Foundation Fast encoding method and system using adaptive intra prediction
US8750370B2 (en) 2009-09-04 2014-06-10 Brocade Communications Systems, Inc. Congestion-adaptive compression
US20110310955A1 (en) 2010-06-22 2011-12-22 Lei Zhang Method and system for repetition based adaptive video compression

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Manzini et al, A Simple and Fast DNA Compressor, Feb. 17, 2004, pp. 1-15, Software-Practice and Experience, 2004, vol. 34, No. 14, pp. 1397-1411.

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160309363A1 (en) * 2013-10-29 2016-10-20 Telefonaktiebolaget L M Ericsson (Publ) Dynamic compression coverage
US10075872B2 (en) * 2013-10-29 2018-09-11 Telefonaktiebolaget Lm Ericsson (Publ) Dynamic compression coverage

Also Published As

Publication number Publication date
US20160336963A1 (en) 2016-11-17

Similar Documents

Publication Publication Date Title
US10700702B2 (en) Updating prefix codes for pseudo-dynamic data compression
US9569454B2 (en) Selective compression of objects in a storage compute device
US11138160B2 (en) Application performance using multidimensional predictive algorithm for automated tiering mechanisms
US9048862B2 (en) Systems and methods for selecting data compression for storage data in a storage system
US10558363B2 (en) Hybrid compressed media in a tiered storage environment
US9813079B2 (en) High-throughput compression of data
US10691343B2 (en) Reducing concurrency of garbage collection operations
US9509771B2 (en) Prioritizing storage array management commands
US9563524B2 (en) Multi level data recovery in storage disk arrays
US20150081981A1 (en) Generating predictive cache statistics for various cache sizes
US9727626B2 (en) Marking local regions and providing a snapshot thereof for asynchronous mirroring
US9515679B1 (en) Adaptive data compression
US9141295B2 (en) Load balancing of data reads in storage environments
US10452614B2 (en) Storage data reduction analysis and forecast
US11314432B2 (en) Managing data reduction in storage systems using machine learning
US10331371B2 (en) Determining maximum volume size
US10402321B2 (en) Selection and placement of volumes in a storage system using stripes
US10268537B2 (en) Initializing a pseudo-dynamic data compression system with predetermined history data typical of actual data
US9513813B1 (en) Determining prefix codes for pseudo-dynamic data compression utilizing clusters formed based on compression ratio
US20170286206A1 (en) Faulty component isolation in storage systems
US9223510B2 (en) Optimizing storage utilization by modifying a logical volume offset
US9086934B2 (en) Selecting output destinations for kernel messages
US11055258B2 (en) Directly accessing archived data and executable files
US10671533B2 (en) Fast cache demotions in storage controllers with metadata

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HARNIK, DANNY;KHAITZIN, ETY;MARENKOV, SERGEY;AND OTHERS;SIGNING DATES FROM 20150513 TO 20150514;REEL/FRAME:035638/0602

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20201206