CN108153483A - A kind of time series data compression method based on attribute grouping - Google Patents

A kind of time series data compression method based on attribute grouping Download PDF

Info

Publication number
CN108153483A
CN108153483A CN201611106869.XA CN201611106869A CN108153483A CN 108153483 A CN108153483 A CN 108153483A CN 201611106869 A CN201611106869 A CN 201611106869A CN 108153483 A CN108153483 A CN 108153483A
Authority
CN
China
Prior art keywords
sequence
timestamp
grouped
time series
series data
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.)
Granted
Application number
CN201611106869.XA
Other languages
Chinese (zh)
Other versions
CN108153483B (en
Inventor
张俊
钱峰
徐丹
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.)
NR Electric Co Ltd
NR Engineering Co Ltd
Original Assignee
NR Electric Co Ltd
NR Engineering Co Ltd
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 NR Electric Co Ltd, NR Engineering Co Ltd filed Critical NR Electric Co Ltd
Priority to CN201611106869.XA priority Critical patent/CN108153483B/en
Publication of CN108153483A publication Critical patent/CN108153483A/en
Application granted granted Critical
Publication of CN108153483B publication Critical patent/CN108153483B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0608Saving storage space on storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0646Horizontal data movement in storage systems, i.e. moving data in between storage devices or systems
    • G06F3/065Replication mechanisms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0655Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
    • G06F3/0656Data buffering arrangements

Abstract

The present invention discloses a kind of time series data compression method being grouped based on attribute, and the data of each measuring point are saved in buffering area, time series data sequence is divided into timestamp, value, Quality Codes sequence;Logging timestamp sequence initial time, then the timestamp with the identical change period is sequentially grouped, record the difference of every group of initial time stamp and this buffering area initial time, the period of change of the group and this group of timestamp number;Floating number is resolved into " symbol index " position and " mantissa bit ", the floating number with identical " symbol index " position is sequentially grouped, records " symbol index " position, floating number number and " mantissa " bit sequence being each grouped;Quality Codes sequence with identical quality code value is sequentially grouped, records the value and number being each grouped;Grouped data is copied into compressed buffer, lossless compression is carried out to the buffering area using zlib algorithms.Such method has the characteristics that compression ratio is high and fireballing, can effectively save memory space use.

Description

A kind of time series data compression method based on attribute grouping
Technical field
The invention belongs to time series data process field, more particularly to a kind of time series data compression side based on attribute grouping Method.
Background technology
Time series data treatment technology be widely used in Wide Area Measurement System (WAMS), supervisory control of substation, scheduling, direct current, In multiple systems such as steady control, meets the needs of it stores magnanimity, high-frequency data.The technology is mainly used for storing second grade, Millisecond High-frequency data, this type data generally have periodic characteristics, and each storage period, which can generate batch of data, to be needed to store, therefore Data volume is very big, more demanding to the compression of data, and different from traditional relational database, the storage of time series data will meet While storing required precision, its compression ratio is improved as possible, maximally utilizes disk space.
Since data volume is big, high, traditional when ordinal number is required to processing speed and compression ratio for storage for time series data It is as follows according to compression method type and its defect:
(1) revolving door compresses
This method sets " dead band value " and " dead time " before compression, realizes data compression by the two attributes, is A kind of compression method, it will usually data be made to have a degree of distortion, be not suitable for data precision and accuracy rate requirement Higher scene.
(2) initial data combines compression algorithm of increasing income
It using zlib or lz series of compression algorithms, is directly compressed to initial data, this method is realized simply, but is pressed Shrinkage is not high, the characteristics of not making full use of time series data, realizes fully compression.
Based on traditional time series data compression method there are the defects of, thus this case generates.
Invention content
The purpose of the present invention is to provide a kind of time series data compression method being grouped based on attribute, with compression ratio High and fireballing feature can effectively save memory space use.
In order to achieve the above objectives, solution of the invention is:
A kind of time series data compression method based on attribute grouping, includes the following steps:
(1) server-side receives and preserves the data of each measuring point to buffering area, by time series data sequence be divided into timestamp, Value, Quality Codes sequence;
(2) logging timestamp sequence initial time, then the timestamp with the identical change period is sequentially grouped, record is every Group initial time stamp and the difference of this buffering area initial time, the period of change and this group of timestamp number of the group;
(3) floating number is resolved into " symbol-index " position and " mantissa bit ", there will be the floating of identical " symbol-index " position Points are sequentially grouped, and record " symbol-index " position, floating number number and " mantissa " bit sequence being each grouped;
(4) the Quality Codes sequence with identical quality code value is sequentially grouped, records the Quality Codes being each grouped and quality Code number;
(5) grouped data is copied into compressed buffer, lossless compression is carried out to the buffering area using zlib algorithms.
In above-mentioned steps (1), each buffer size acquiescence is set as 1024, and every time series data is a triple<When Between stab, be worth, Quality Codes>, it is that a buffering area is distributed per data, when buffering area is full, by time series data sequence in buffering area It is timestamp sequence by three Attribute transpositions, value sequence, Quality Codes sequence, starts compression process.
In above-mentioned steps (2), for the timestamp sequence { t that a length is m1,t2,…tm, it is assumed that it is divided into s grouping, Sequence after being then grouped becomes { TΔ1,P1,n1},{TΔ2,P2,n2},{TΔ3,P3,n3}…{TΔs,Ps,ns, wherein n1+n2+…ns =m.
In above-mentioned steps (3), a floating-point Number Sequence with k different " symbol-index " positions is with following form: {sign1,n1,tail1},{sign2,n2,tail2},…,{signk,nk,tailk, wherein, signiIt is public " symbol-refer to Number " position, tailiIt is mantissa's bit sequence, niIt is mantissa for sequence length, i=1,2 ..., k.
The detailed content of above-mentioned steps (3) is:It is represented according to the memory of 32 single precision floating datums, floating number is split into 1 bit sign position, 8 exponent bits, 23 mantissa bits extract 9 public " symbol-index " positions, will have identical " symbol-refer to The floating number of number " position is sequentially grouped, " symbol-index " position, " mantissa bit " sequence, mantissa bit sequence length in record group.
In above-mentioned steps (4), the form of a Quality Codes sequence for having l grouping is:{f1,n1},{f2,n2},{f3, n3},…,{fl,nl, wherein, fiIt is quality code value, niIt is the identical Quality Codes number of the group, i=1,2 ..., l.
In above-mentioned steps (5), memory distribution in compressed buffer is as follows:Initial time, and timestamp grouping, floating point values grouping, Quality Codes are grouped }.
After using the above scheme, the invention has the characteristics that:
(1) compression ratio significantly improves, and average loss-less compression ratio is greatly saved memory space and occupied up to 10 times;
(2) data volume for needing to compress the grouping of initial data is greatly reduced, compression efficiency is high;
(3) even for the unconspicuous time series data of periodic regularity, also there is good compression effectiveness.
Description of the drawings
Fig. 1 is that the present invention is grouped schematic diagram by attribute;
Fig. 2 is timestamp sequence of packets schematic diagram of the present invention;
Fig. 3 is floating point values sequence of packets schematic diagram of the present invention;
Fig. 4 is Quality Codes sequence of packets schematic diagram of the present invention;
Fig. 5 is the flow chart of the present invention.
Specific embodiment
Below with reference to attached drawing, technical scheme of the present invention and advantageous effect are described in detail.
As shown in figure 5, the present invention provides a kind of time series data compression method based on attribute grouping, include the following steps:
(1) data that server-side receives and preserves each measuring point, when buffering area is full, buffering area are divided into buffering area Three timestamp sequence, value sequence and Quality Codes sequence sequences start compression process;
(2) the initial time T of logging timestamp sequencestart, sequential scan timestamp sequence will have the identical change period Timestamp be classified as one group, record the initial time stamp of the group and this buffering area initial time TstartPoor TΔ, re-record the group Period of change P and this group of timestamp number, realize timestamp compression;
For the timestamp sequence { t that a length is m1,t2,…tm, it is assumed that it is divided into s grouping, then the sequence after being grouped Become { TΔ1,P1,n1},{TΔ2,P2,n2},{TΔ3,P3,n3}…{TΔs,Ps,ns, wherein, n1+n2+…ns=m;TstartUse 8 Byte long shaping expression, TΔIt is represented using 4 byte shapings, P is represented using 2 byte shapings, and n is represented using 2 byte shapings.For Timestamp sequence with identical period of change, occupied byte number is 8+4+2+2=16 bytes after grouping, far fewer than Original series byte number 8*1024=8192 bytes.
(3) floating-point Number Sequence according to sign bit, exponent bits, decimal place is decomposed, extracts public " symbol-index Position ", and mantissa is blocked, retain 16 mantissa, composition mantissa sequence realizes the compression to floating-point Number Sequence;
Particular content is:Represented according to the memory of 32 single precision floating datums, by floating number split into 1 bit sign position, 8 Exponent bits, 23 mantissa bits, according to the characteristics of time series data, within one continuous time, the sign bit and index of floating number Position will not generally change, therefore extract 9 public " symbol-index " positions, will have the floating of identical " symbol-index " position Points are sequentially grouped, " symbol-index " position, " mantissa bit " sequence, mantissa bit sequence length in record group.23 mantissa bits can root It is blocked according to different storage precision:It is very high for required precision, do not allow the memory requirement of any loss of significance, without It is any to block;And exchange the requirement of more high compression rate for for certain storage precision can be sacrificed, mantissa bit is usually truncated into 16 Position is even less.One floating-point Number Sequence with k different " symbol-index " positions is with following form:{sign1,n1, tail1},{sign2,n2,tail2},…,{signk,nk,tailk, wherein signiIt is public " symbol-index " position, tailiIt is Mantissa's bit sequence, niIt is mantissa for sequence length, i=1,2 ..., k.
Sign is represented using 2 byte shapings, is 16 by mantissa rounding, is represented tail using 2 byte shapings, is used 2 words It saves shaping and represents n.For the floating-point value sequence with identical " symbol-index " position, shared byte number is 2+2+ after grouping 2*1024=2052, original occupancy byte number is 4*1024=4096, realizes the compression connect by about one time.
(4) Quality Codes sequence is sequentially traversed, the Quality Codes sequence with identical quality code value is sequentially grouped, and is recorded every The Quality Codes of a grouping and its Quality Codes number, realize the compression to Quality Codes;
One Quality Codes sequence for having l grouping has this form:{f1,n1},{f2,n2},{f3,n3..., { fl,nlIts In, fiIt is quality code value, niIt is the identical Quality Codes number of the group, i=1,2 ..., l.
F is represented using 4 byte shapings, n is represented using 2 byte shapings, for the sequence with identical Quality Codes, is divided Shared byte number is 4+2=6 after group, and original occupancy byte number is 4*1024=4096.
(5) it by the above-mentioned data by grouping, copies in one piece of continuous compressed buffer, compressed buffer memory point Cloth is schematically as follows:{ initial time, timestamp grouping, floating point values grouping, Quality Codes grouping }, buffers compression using zlib algorithms Area carries out lossless compression.
Below with reference to the realization step of specific embodiment, illustrate technical scheme of the present invention:
(1) as shown in Figure 1, receiving and caching time series data to buffering area, which has following characteristics:When Between stamp from 2016-9-2800:00:00 starts (UTC timestamp is expressed as in memory), and storing frequencies are 1 second, and floating point values is initially 3.14, each cycle increases by 0.01, and Quality Codes are constant for 3.According to the three of time series data sequence attributes, it is divided into the time Three stamp, value, Quality Codes sequences, are one per data<Timestamp, value, Quality Codes>Triple, when buffering area reaches 1024 During data, start compression process.
(2) as shown in Fig. 2, in the form of UTC timestamp logging timestamp sequence initial time Tstart= 1474992000000000, timestamp sequence is divided into one group { 0,1000,1024 }, wherein rising by sequential scan timestamp sequence Beginning timestamp and TstartDifference TΔ=0, the period of change P=1000 (ms) of this group, this group of timestamp number n=1024.
(3) as shown in figure 3, " symbol-index " position of floating-point Number Sequence is extracted, due to the value variation range of floating-point Number Sequence Smaller, which has identical " symbol-index " position, and " mantissa " position is blocked, and retains 16 mantissa, whole with 2 bytes Shape stores, and forms 3 groupings:{ 128,87, tail1, { 129,399, tail2, { 130,538, tail3}。
(4) as shown in figure 4, due to Quality Codes all same, it is only necessary to the Quality Codes and its number that record is uniquely grouped, this point Group form is { 3,1024 }.
(5) it after the completion of above-mentioned grouping, copies data in the buffer of compressed buffer, the buffer structures after replicating Continuous arrangement for above-mentioned grouping:{ 1474992000000000 } { 0,1000,1024 } { 128,87, tail1129,399, tail2{ 130,538, tail3{ 3,1024 }, lossless compression is carried out to the buffering area using zlib algorithms.
The present invention is suitable for the compression storing data of timing sequence library server-side, has the characteristics that compression ratio is high, compression speed is fast, Under the premise of not influencing to store precision, solve the problems, such as that magnanimity time series data memory space utilization rate is low, breach tradition The bottleneck of lossless compression mode.
Above example is merely illustrative of the invention's technical idea, it is impossible to protection scope of the present invention is limited with this, it is every According to technological thought proposed by the present invention, any change done on the basis of technical solution each falls within the scope of the present invention Within.

Claims (7)

1. a kind of time series data compression method based on attribute grouping, it is characterised in that include the following steps:
(1) server-side receives and preserves the data of each measuring point to buffering area, by time series data sequence be divided into timestamp, value, Quality Codes sequence;
(2) logging timestamp sequence initial time, then the timestamp with the identical change period is sequentially grouped, it records every group and rises Beginning timestamp and the difference of this buffering area initial time, the period of change and this group of timestamp number of the group;
(3) floating number is resolved into " symbol-index " position and " mantissa bit ", the floating number that there will be identical " symbol-index " position It is sequentially grouped, records " symbol-index " position, floating number number and " mantissa " bit sequence being each grouped;
(4) the Quality Codes sequence with identical quality code value is sequentially grouped, records the Quality Codes being each grouped and Quality Codes Number;
(5) grouped data is copied into compressed buffer, lossless compression is carried out to the buffering area using zlib algorithms.
2. a kind of time series data compression method based on attribute grouping as described in claim 1, it is characterised in that:The step (1) in, each buffer size acquiescence is set as 1024, and every time series data is a triple<Timestamp, value, Quality Codes>, A buffering area is distributed for every data, when buffering area is full, is by three Attribute transpositions by time series data sequence in buffering area Timestamp sequence, value sequence, Quality Codes sequence start compression process.
3. a kind of time series data compression method based on attribute grouping as described in claim 1, it is characterised in that:The step (2) in, for the timestamp sequence { t that a length is m1,t2,…tm, it is assumed that it is divided into s grouping, then the sequence after being grouped becomes Into { TΔ1,P1,n1},{TΔ2,P2,n2},{TΔ3,P3,n3}…{TΔs,Ps,ns, wherein n1+n2+…ns=m.
4. a kind of time series data compression method based on attribute grouping as described in claim 1, it is characterised in that:The step (3) in, a floating-point Number Sequence with k different " symbol-index " positions is with following form:{sign1,n1,tail1}, {sign2,n2,tail2},…,{signk,nk,tailk, wherein, signiIt is public " symbol-index " position, tailiIt is mantissa bit Sequence, niIt is mantissa for sequence length, i=1,2 ..., k.
5. a kind of time series data compression method based on attribute grouping as described in claim 1, it is characterised in that:The step (3) detailed content is:Represented according to the memory of 32 single precision floating datums, by floating number split into 1 bit sign position, 8 refer to Numerical digit, 23 mantissa bits extract 9 public " symbol-index " positions, and the floating number with identical " symbol-index " position is pressed Sequence is grouped, " symbol-index " position, " mantissa bit " sequence, mantissa bit sequence length in record group.
6. a kind of time series data compression method based on attribute grouping as described in claim 1, it is characterised in that:The step (4) in, the form of a Quality Codes sequence for having l grouping is:{f1,n1},{f2,n2},{f3,n3},…,{fl,nl, wherein, fiIt is quality code value, niIt is the identical Quality Codes number of the group, i=1,2 ..., l.
7. a kind of time series data compression method based on attribute grouping as described in claim 1, it is characterised in that:The step (5) in, memory distribution in compressed buffer is as follows:{ initial time, timestamp grouping, floating point values grouping, Quality Codes grouping }.
CN201611106869.XA 2016-12-06 2016-12-06 Time sequence data compression method based on attribute grouping Active CN108153483B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611106869.XA CN108153483B (en) 2016-12-06 2016-12-06 Time sequence data compression method based on attribute grouping

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611106869.XA CN108153483B (en) 2016-12-06 2016-12-06 Time sequence data compression method based on attribute grouping

Publications (2)

Publication Number Publication Date
CN108153483A true CN108153483A (en) 2018-06-12
CN108153483B CN108153483B (en) 2021-04-20

Family

ID=62469879

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611106869.XA Active CN108153483B (en) 2016-12-06 2016-12-06 Time sequence data compression method based on attribute grouping

Country Status (1)

Country Link
CN (1) CN108153483B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110504974A (en) * 2019-08-20 2019-11-26 北京四方继保自动化股份有限公司 D-PMU measurement data segmentation slice mixing compression and storage method and device
CN110545106A (en) * 2019-08-06 2019-12-06 清华大学 Method and device for coding time series data
CN110995273A (en) * 2019-10-21 2020-04-10 武汉神库小匠科技有限公司 Data compression method, device, equipment and medium for power database
CN114327264A (en) * 2021-12-22 2022-04-12 北京力控元通科技有限公司 Time sequence data compression method, device and equipment
CN114595270A (en) * 2022-02-23 2022-06-07 南京云蝙信息技术有限公司 Time sequence data efficient compression method based on big data
CN116069743A (en) * 2023-03-06 2023-05-05 齐鲁工业大学(山东省科学院) Fluid data compression method based on time sequence characteristics

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030088417A1 (en) * 2001-09-19 2003-05-08 Takahiro Kamai Speech analysis method and speech synthesis system
CN1463495A (en) * 2001-03-29 2003-12-24 皇家菲利浦电子有限公司 Reduced data stream for transmitting signal
CN102427369A (en) * 2011-10-19 2012-04-25 广东电网公司电力科学研究院 Real-time holographic lossless compression method for productive time sequence data
CN103312336A (en) * 2013-06-28 2013-09-18 京信通信系统(中国)有限公司 Data compression method and device
CN103794006A (en) * 2012-10-31 2014-05-14 国际商业机器公司 Method and device for processing time series data of multiple sensors
CN104734726A (en) * 2015-04-01 2015-06-24 东方电子股份有限公司 Time series data online compression method supporting editing
US20150186434A1 (en) * 2014-01-02 2015-07-02 Frank Eichinger Efficiently Query Compressed Time-Series Data in a Database
CN104991741A (en) * 2015-06-24 2015-10-21 江苏瑞中数据股份有限公司 Key value model based contextual adaptive power grid big data storage method
US20160094862A1 (en) * 2013-06-06 2016-03-31 Nec Corporation Time series data encoding apparatus, method, and program, and time series data re-encoding apparatus, method, and program
CN105574074A (en) * 2015-11-23 2016-05-11 江苏瑞中数据股份有限公司 Smart grid WAMS-based time-series big data storage method

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1463495A (en) * 2001-03-29 2003-12-24 皇家菲利浦电子有限公司 Reduced data stream for transmitting signal
US20030088417A1 (en) * 2001-09-19 2003-05-08 Takahiro Kamai Speech analysis method and speech synthesis system
CN102427369A (en) * 2011-10-19 2012-04-25 广东电网公司电力科学研究院 Real-time holographic lossless compression method for productive time sequence data
CN103794006A (en) * 2012-10-31 2014-05-14 国际商业机器公司 Method and device for processing time series data of multiple sensors
US20160094862A1 (en) * 2013-06-06 2016-03-31 Nec Corporation Time series data encoding apparatus, method, and program, and time series data re-encoding apparatus, method, and program
CN103312336A (en) * 2013-06-28 2013-09-18 京信通信系统(中国)有限公司 Data compression method and device
US20150186434A1 (en) * 2014-01-02 2015-07-02 Frank Eichinger Efficiently Query Compressed Time-Series Data in a Database
CN104734726A (en) * 2015-04-01 2015-06-24 东方电子股份有限公司 Time series data online compression method supporting editing
CN104991741A (en) * 2015-06-24 2015-10-21 江苏瑞中数据股份有限公司 Key value model based contextual adaptive power grid big data storage method
CN105574074A (en) * 2015-11-23 2016-05-11 江苏瑞中数据股份有限公司 Smart grid WAMS-based time-series big data storage method

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110545106A (en) * 2019-08-06 2019-12-06 清华大学 Method and device for coding time series data
CN110545106B (en) * 2019-08-06 2020-07-17 清华大学 Method and device for coding time series data
CN110504974A (en) * 2019-08-20 2019-11-26 北京四方继保自动化股份有限公司 D-PMU measurement data segmentation slice mixing compression and storage method and device
CN110504974B (en) * 2019-08-20 2023-10-27 北京四方继保自动化股份有限公司 D-PMU measurement data segmented slice hybrid compression storage method and device
CN110995273A (en) * 2019-10-21 2020-04-10 武汉神库小匠科技有限公司 Data compression method, device, equipment and medium for power database
CN110995273B (en) * 2019-10-21 2023-04-07 武汉神库小匠科技有限公司 Data compression method, device, equipment and medium for power database
CN114327264A (en) * 2021-12-22 2022-04-12 北京力控元通科技有限公司 Time sequence data compression method, device and equipment
CN114595270A (en) * 2022-02-23 2022-06-07 南京云蝙信息技术有限公司 Time sequence data efficient compression method based on big data
CN116069743A (en) * 2023-03-06 2023-05-05 齐鲁工业大学(山东省科学院) Fluid data compression method based on time sequence characteristics

Also Published As

Publication number Publication date
CN108153483B (en) 2021-04-20

Similar Documents

Publication Publication Date Title
CN108153483A (en) A kind of time series data compression method based on attribute grouping
CN109871362A (en) A kind of data compression method towards streaming time series data
CN110062233B (en) Compression method and system for sparse weight matrix of full connection layer of convolutional neural network
CN108873062A (en) A kind of Multi-encoder high-speed seismic data parallel lossless compression method based on FPGA
CN116016606B (en) Sewage treatment operation and maintenance data efficient management system based on intelligent cloud
CN105530013A (en) Waveform data compression method and system
CN116702708B (en) Road pavement construction data management system
CN102904580B (en) X-BIT Coding Compression Algorithm
CN113868206A (en) Data compression method, decompression method, device and storage medium
CN107659629B (en) Efficient electric power archive synchronization method suitable for electricity consumption information acquisition system
CN117097906B (en) Method and system for efficiently utilizing regional medical resources
EP3993273A1 (en) Method and apparatus for data compression in storage system, device, and readable storage medium
CN101751897A (en) Lookup table compression and decompression method and relevant device thereof
CN112290953B (en) Array encoding device and method, array decoding device and method for multi-channel data stream
CN112667633A (en) Data compression method and system based on statistical probability
CN105631000B (en) The data compression method of terminal buffers based on mobile terminal locations characteristic information
CN202931290U (en) Compression hardware system based on GZIP
CN114024952B (en) File compression transmission method based on DL/T698.45-2007 protocol
CN102469307B (en) Decoder and code stream analyzing device
GB1280488A (en) Data processing systems
CN104734726B (en) A kind of time series data line compression method for supporting to edit
CN110021349A (en) The coding method of gene data
CN110175185B (en) Self-adaptive lossless compression method based on time sequence data distribution characteristics
CN102811062B (en) Curve sparse processing method for high-density time sequence data in power system wide-area measurement system (WAMS)
CN106549672B (en) A kind of three axis data compression methods of acceleration transducer

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant