CN1731364A - Method for compression and search of database backup data - Google Patents

Method for compression and search of database backup data Download PDF

Info

Publication number
CN1731364A
CN1731364A CN 200510089161 CN200510089161A CN1731364A CN 1731364 A CN1731364 A CN 1731364A CN 200510089161 CN200510089161 CN 200510089161 CN 200510089161 A CN200510089161 A CN 200510089161A CN 1731364 A CN1731364 A CN 1731364A
Authority
CN
China
Prior art keywords
data
database
file
backup
search
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
CN 200510089161
Other languages
Chinese (zh)
Other versions
CN1318974C (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.)
JIUZHOU COMPUTER NETWORK CO Ltd BEIJING
Original Assignee
JIUZHOU COMPUTER NETWORK CO Ltd BEIJING
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 JIUZHOU COMPUTER NETWORK CO Ltd BEIJING filed Critical JIUZHOU COMPUTER NETWORK CO Ltd BEIJING
Priority to CNB2005100891613A priority Critical patent/CN1318974C/en
Publication of CN1731364A publication Critical patent/CN1731364A/en
Application granted granted Critical
Publication of CN1318974C publication Critical patent/CN1318974C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a novel compress mode for data base's data backup, wherein the compression ratio of the structured data in data base can be increased to 10-30 times from 2-3 times, thus substantially decreasing the storage capacity and transmission flow of the backup data, the invention also provides a simplified method for the query of backup data, which requires no data base recovery operation.

Description

The compression of database back-up data and search method
Technical field
Technical field of the present invention belongs to the DB Backup technology.
Background technology
The mass data of database online query generally all needs schedule backup.The data of database backup generally has two purposes: the one, for the security consideration of Database Systems, when Database Systems break down, recover with Backup Data; The 2nd, the time is inquired about the very little data of frequency for a long time, file storage, so that still can retrieve when needing.
To the compression of database back-up data, generally by backup storage device for example the compression chip on the magnetic tape station handle.The memory size of compression chip is generally less, XKB for example, carrying out backed up data also compresses by the corresponding data block size, and the compression of data block, be regardless of data type (text, image, or packed data etc. not), adopt without exception with a kind of compressed encoding, for example LZ compressed encoding etc.
When backup storage device self does not provide the chip compression, present backup software also can provide the software compression, but the mode of compression is also similar with the chip compression, is also undertaken by less data block, and also do not distinguish data type, adopt with a kind of compressed encoding without exception.
Existing data backup system, no matter above-mentioned chip compress mode or software compress mode, all has only very low compressibility, usually doubly less than 2-3, and,, carry out the compression of LZ and so on again as jpeg picture etc. to the data of having compressed, do not have any compression effectiveness yet, can take the compression processing time by whitecap.
Except above-mentioned data compression problem, to the retrieval of Backup Data, also lack simple, fast means at present.To the retrieval of Backup Data, existing mode is at first it to be returned in the corresponding service database of online query, is deleted from the associated databases of online query after the inquiry again.The above-mentioned course of work needs database server to carry out a series of operation, and is both very loaded down with trivial details time-consuming, increases the probability of makeing mistakes again easily.
Purpose of the present invention provides the efficient compression and the real-time search method of database back-up data, exactly to improve the above-mentioned defective of present DB Backup technology greatly.
Summary of the invention
Main contents of the present invention comprise two parts:
1, to the Backup Data of database, do not adopt the small data piece compress mode in the present data backup system, and serve as the compression process object with the data file that database is derived, and to the data of different types file, automatically adopt different compress techniques, thereby can greatly improve the compressibility of Backup Data, significantly reduce the memory capacity and the delivery flow rate of Backup Data.
2, to the retrieval of the Backup Data of database filing storage, the database recovery operation of not wasting time and energy, but directly backed up data file is retrieved, or create the volatile data base table and retrieve, thereby can greatly improve the search efficiency of database back-up data.
Description of drawings
Fig. 1 is a system logic structure synoptic diagram of the present invention;
Fig. 2 is the schematic flow sheet of database back-up data compress mode of the present invention;
Fig. 3 is the schematic flow sheet of database back-up data search method of the present invention;
Fig. 4 is the schematic flow sheet of the another kind of search method of database back-up data of the present invention.
Embodiment
System logic structure synoptic diagram of the present invention, as shown in Figure 1.Backup file server among the figure is mainly used in storage and inquiry backed up data file.Press the search method of the compression method and the database filing Backup Data of database back-up data below, be specifically described respectively.
First: the compression method of database back-up data:
The database of database server governs logically is made up of table space.When the data of database backup is the data file of file service management, the invention provides database back-up data compression method as described below.
1, the data with database table form two class data files.
To draw up the data of the database table of part by backup software, together with its structural information (field name, field length, field data types and constraint condition etc.), export to a buffer zone with direct-connected compression/de-compression server of database server or database server, form corresponding data file.The data of a tables of data can form one or several data file.
Data in the database table comprise two classes usually: the one, and the structured field data, as the character type field data, numeric type field data, time type field data etc.; Another kind of is the destructuring large object data, promptly usually said LOB, and as pictorial data, video data, spatial data, big text data etc.
When comprising destructuring large object data LOB in the database table, what deposit in this field is not large object data itself, but the address information of large object data.This address information can be specific table space address, also can be the external file address.
When the data of tables of data exported as data file, its structured field information comprised the address information in the LOB field, together with the structural information of this database table, formed a structured data file; Its large object data forms another one unstructured data file,
When a database table did not have large object data LOB, this database table just only formed a structured data file; Otherwise in a database table, when comprising a more than LOB field, then each large object data forms an independent lob data file.
2, to established two class data files, adopt different compress techniques respectively.
To established structured data file, can adopt a kind of general lossless compression-encoding to compress.For the unstructured data file, then according to different situations, for example be text, be image file, or composite file, be compressed file, or compressed file or the like not, adopt different compress modes respectively.
Automatically carried out by system for ease of squeeze operation, for set Database Systems, the information type of its LOB is normally known, can be to each LOB, and default compress mode code, shown in following inventory:
The LOB file AAA BBB CCC DDD EEE NNN
The compress mode code 05 01 00 03 00 09
Each compress mode code in the inventory, corresponding corresponding compress mode is called corresponding condensing routine.For example 00 representative is not compressed, and 01 represents the LZ compression, and 02 represents the JPEG compression, and 09 representative is adopted different compress mode etc. respectively to the different information objects in the composite file.The schematic flow sheet of above-mentioned compress mode, as shown in Figure 2.
When data file was inconvenient to compress too greatly, also it can be divided into suitable data block capacity (for example XMB) compressed, the data file after the synthetic again compression.
3, generate the title table of comparisons of database table and its backup file.
Data file after the compression is sent the backup file server stores by common backup software.Recover when breaking down, or be convenient to the database data of filing is retrieved again, the table of comparisons of database table and its backup data files can be left in database server and the backup server simultaneously for ease of system.
Second portion: to the search method of database archival back-up data.
Backup Data to the database filing storage the invention provides two kinds of search methods: the one, directly the data file of filing storage is carried out search operaqtion; Another is based on Database Systems and retrieves.Now be respectively described below:
One, directly the data file of filing storage is carried out search operaqtion
1, determines to answer the data retrieved file
For this reason, application program provides and the same or analogous search interface of online data library searching for the user.When the user imports search condition at Application Program Interface, but the just database table title that will use of deterministic retrieval of application program.Because the application program of database is when using the SQL query statement, From statement wherein is to specify to inquire about from which database table.
After this, according to the title table of comparisons of database table and its backup data files, (this table of comparisons can read from backup file server or database server) just can be found and answer the data retrieved file.
2, carry out the preceding associative operation of document retrieval
Search method provided by the present invention both can be used for retrieving the formed archival back-up data file of the present invention, also can be used for retrieving the formed archival back-up data file of non-the present invention.Therefore, carrying out for the 3rd step " carrying out the search operaqtion of data file " before, need carry out following associative operation:
(1) determines whether this data file will carry out decompression
According to the filing data file name that finds previously, the backup file server reads in its buffer zone to corresponding data file.If the file that is read in is handled through overcompression, then " backup file server " request " compression/de-compression server " is carried out decompression to the information of being read in.
(2) determine whether comprise database table structure information in this data file
Non-compression filing data in the backup file server parses core buffer.If have database table structure information in the filing data, then system obtains database table structure information from buffer zone; If do not have database table structure information in the Backup Data, the pairing database table title of this backup data files of system searching is then obtained the structural information of this database table again from " database server ".
3, carry out the search operaqtion of data file
According to the search condition that database table structure information and user import on the user interface that application program provides, the backup file server just can directly carry out search operaqtion to structurized data file.
For example, the search condition that the structural information of certain database table and user import on application program user interface, in the following example shown in:
Storehouse list structure information Name Sex Date of birth Schooling Technology specialty The work post
Search condition In June, 〉=1975 Master or doctor Computing machine
According to storehouse list structure information, application program just can compare operation with the data recording of above-mentioned search condition and this data file.This compare operation, can be undertaken by following any mode:
A kind of mode is that the respective field with each bar data recording of whole search conditions and data file compares one by one, will satisfy the data recording of whole search conditions simultaneously, charges to the result for retrieval file.For example, in the example, the respective field of three search conditions to each bar data recording of data file compared one by one in the above, three data recording that search condition satisfies are simultaneously just charged in the destination file.
Another kind of mode is that by each search condition of user's input, the respective field to the data record compares operation successively.Compare by the field of first search condition (for example going up " date of birth " in the example) earlier, qualified data recording is charged to first temporary file with every data recording of data file; And then, carry out the compare operation of second search condition (for example going up " schooling " in the example) to each bar data recording of first temporary file, form second temporary file again; And the like, N temporary file of N (last) search condition formation, as the result for retrieval file.
The third mode is that when backup data files had index and ordering, the compare operation in the then above-mentioned dual mode was only carried out in the data recording scope that limits.Mobile phone charge record inventory for example normally is the master index key with the phone number.The phone number of China Mobile is divided into " Global Link ", and " walk in the Divine Land " and " M-ZONE " etc., Global Link divides 137,138,139 or the like again.The telephone expenses record of the mobile phone that number is 137xxxxxxxx obviously only needs to inquire about in the index area is 137 recording interval.
To top giving an example, no matter which kind of retrieval mode obviously can draw identical result for retrieval, example is as follows:
Name Sex Date of birth Schooling Technology specialty The work post
Open xx The man In November, 1980 The master Computing machine Xxx
King x The man In February, 1976 Doctor Computing machine Xxx
Ouyang xx The woman In July, 1981 The master Computing machine Xxx
When search condition relates to a more than data file, obviously can carry out in a manner described successively different data files.The schematic flow sheet of above-mentioned search method to database archival back-up data, as shown in Figure 3.
Two, based on the search operaqtion of Database Systems
For the Backup Data of filing storage, also can retrieve based on Database Systems.
This moment system preceding two operation stepss, with preceding two operation stepss of aforementioned " directly the data file of filing storage being carried out search operaqtion " (1, determine to answer the data retrieved file; 2, carry out the preceding associative operation of document retrieval), be duplicate.Its difference only is the database retrieval operation of carrying out as described below.
When carrying out the database retrieval operation, application program is not with the data in the backup data files, again import in the original database table, and in database server, open up independent table space, create interim database table, and according to its database table structure information, in the new volatile data base table of creating of the backup file data importing in the backup file server buffers district.
After this,, just can continue to use original online retrieving application program and carry out, only need the database table that retrieval is original, become the volatile data base table of retrieving novel the retrieval of Backup Data.After search complete, application program was again with this volatile data base list deletion.
Above-mentioned volatile data base table also can be created in (the non-database server that is used for online retrieving) in the independent database server, and this database server still uses the data base management system (DBMS) the same with original online database server.
The schematic flow sheet of above-mentioned another kind of search method to database filing data, as shown in Figure 4.
Explanation for alleviating the load of backup server, to the search operaqtion of data file, also can be carried out on client computer in passing; The data retrieved file is too big when intending, and also can it be read in the core buffer of backup server or client computer in batches.
Important value of the present invention mainly comprises following several aspect:
1, the present invention can greatly improve the compressibility of Backup Data, generally can with the compressibility of database structure data by present less than 2-3 doubly, bring up to 10-30 doubly.This not only can save the equipment investment of back-up storage greatly, and can significantly reduce the data traffic in the transmission channel.Thus, also available under many circumstances LAN IP channel replaces fiber channel, with scsi interface equipment, replaces fibre-optic interface device, thereby reduces the cost of total system greatly.
2, because the very big raising of data compression rate, also be very beneficial for the height redundancy with failover capabilities of implementation data database data, two copies of a data library file backup for example, (RAID mirror image), thus also can greatly improve the reliability of standby system.
3,, no longer need the database recovery operation of wasting time and energy very much, and can carry out in real time simply and easily to the inquiry of Backup Data.

Claims (20)

1, the compression method of database back-up data, its main characteristic is:
When data of database backs up, do not compress processing, but the backup information of earlier database table being derived forms data file, more such data file is compressed processing in small data piece (for example X KB) mode.
2, the compression method of database back-up data as claimed in claim 1, when excessive by the formed data file of backup information of database table derivation, (for example XGB) during the inconvenience compression, is divided into bigger data block capacity (for example X MB) with it and compresses processing.
3, the compression method of database back-up data as claimed in claim 1, when the table data of derived data storehouse, with its storehouse list structure information (as field name, field length, field data types and constraint condition etc.), derive in the lump, and form backup data files with the data that derive by database table.
4, the compression method of database back-up data as claimed in claim 1, the field formula information with database table is derived forms structured data file; With the large object data of database table appointment, form the unstructured data file.
5, the compression method of database back-up data as claimed in claim 1 with the backup data files title of database table title and its formation, is set up the corresponding title table of comparisons.
6, the compression method of database back-up data, its main characteristic is:
To the compression of data file, according to its different file type, system adopts different compress modes automatically, does not for example compress Zip compression, JPEG compression etc.
7, as the compression method of claim 6 described database back-up datas,, can preset its compress mode to its each large object data LOB, and each large object data be compressed by default compress mode for set Database Systems.
8, the squeeze operation of claim 6, or undertaken, or undertaken by hardware by software, or combine with hardware by software and to carry out.
9, the squeeze operation of claim 7, or undertaken, or undertaken by hardware by software, or combine with hardware by software and to carry out.
10, the search method of database back-up data, its main characteristic is:
Also be kept at the Backup Data in the corresponding data file on the backup file server by the database table derivation, it does not imported in the former database table again and retrieve, and directly this backup data files is carried out retrieval process by application program.
11, as the search method of the database back-up data of claim 10, wherein application program provides and the same or analogous search interface of online data library searching for the user, according to the search condition of user's input, determines to answer data retrieved storehouse table; According to the title table of comparisons of database table and its backup data files, need to determine the backup data files of retrieval again.
12, as the search method of the database back-up data of claim 10, wherein application program is used the structural information of associated databases table when directly backup data files being retrieved.This structural information is to be included in the data file that is retrieved, or obtain by database server.
13, as the search method of the database back-up data of claim 10, when the data file is retrieved, according to corresponding database list structure information,, every data recording of data file is compared operation by application program by whole search conditions of user input.To satisfy the data recording of whole search conditions simultaneously, list the result for retrieval file in.
14, as the search method of the database back-up data of claim 10, when the data file is retrieved, by the structural information of application program according to its associated databases table, by each search condition of user's input, the respective field to the data record compares operation successively.Elder generation compares by the respective field of every data recording of first search condition and data file, and qualified data recording is charged to first temporary file; And then, carry out the compare operation of second search condition to each bar data recording of first temporary file, form second temporary file again; And the like, N temporary file of N (last) search condition formation, as the result for retrieval file.
15, as the search method of the database back-up data of claim 10, when data file had index and ordering, the compare operation of then above-mentioned search condition and data recording was only carried out in the data recording scope of index qualification.
16, the search method of database filing data, its main characteristic is:
Derive the Backup Data that also has been kept on the backup file server by database table, it is not imported former database table again and retrieve, but create the volatile data base table that is specifically designed to the filing data retrieval again.
17, the search method of database filing data as claimed in claim 16 wherein is used for filing data
The volatile data base table of retrieval is structured on the independent database management system platform.
18, the search method of database filing data as claimed in claim 16 wherein is used for the volatile data base table that filing data is retrieved, and is structured on the original data base administration platform, but will creates independently table space for it.
19, the search method of database filing data as claimed in claim 16, wherein application program provides and the same or analogous search interface of online data library searching for the user, search condition according to user's input, determine to answer data retrieved storehouse table, according to the title table of comparisons of database table and its backup data files, need to determine the backup data files of retrieval again.
20, the search method of database filing data as claimed in claim 16, used storehouse list structure information when wherein creating the volatile data base table is included in the filing data file, or from professional database server, obtain.
CNB2005100891613A 2005-08-05 2005-08-05 Method for compression and search of database backup data Expired - Fee Related CN1318974C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2005100891613A CN1318974C (en) 2005-08-05 2005-08-05 Method for compression and search of database backup data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2005100891613A CN1318974C (en) 2005-08-05 2005-08-05 Method for compression and search of database backup data

Publications (2)

Publication Number Publication Date
CN1731364A true CN1731364A (en) 2006-02-08
CN1318974C CN1318974C (en) 2007-05-30

Family

ID=35963724

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2005100891613A Expired - Fee Related CN1318974C (en) 2005-08-05 2005-08-05 Method for compression and search of database backup data

Country Status (1)

Country Link
CN (1) CN1318974C (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887388A (en) * 2010-06-18 2010-11-17 中兴通讯股份有限公司 Data backup system and method based on memory database
CN101923498A (en) * 2009-06-11 2010-12-22 升东网络科技发展(上海)有限公司 Database full-volume automatic backup system and method
CN102638579A (en) * 2012-03-29 2012-08-15 深圳市高正软件有限公司 Data processing method and system based on data transmission of mobile equipment
CN102684705A (en) * 2012-05-30 2012-09-19 奇智软件(北京)有限公司 Method and device for data compression
CN102761339A (en) * 2012-05-30 2012-10-31 北京奇虎科技有限公司 Data compression method and device
CN102761540A (en) * 2012-05-30 2012-10-31 北京奇虎科技有限公司 Data compression method, device and system and server
CN103023994A (en) * 2012-11-29 2013-04-03 深圳市新国都技术股份有限公司 Remote downloading method for POS (point-of-sale) machine
CN104375903A (en) * 2014-10-29 2015-02-25 中国建设银行股份有限公司 Asynchronous data processing method and device for trading flow records
CN106649436A (en) * 2016-09-08 2017-05-10 东软集团股份有限公司 Data archiving method and device
CN103778203B (en) * 2014-01-13 2018-01-19 中国人民解放军91655部队 A kind of method and system of network management data Lossless Compression storage and retrieval
CN108268476A (en) * 2016-12-30 2018-07-10 北京国双科技有限公司 Data query method and device
CN108494788A (en) * 2018-03-29 2018-09-04 深圳市国富前海区块链技术股份有限公司 Transmission method, data transmission device and the computer readable storage medium of data
CN108604249A (en) * 2016-02-26 2018-09-28 株式会社亚美究 Generate the database of index information archiving method and device, archive comprising index information database searching method and device
CN111104258A (en) * 2019-12-23 2020-05-05 北京金山云网络技术有限公司 MongoDB database backup method and device and electronic equipment
CN113407603A (en) * 2021-05-13 2021-09-17 北京鼎轩科技有限责任公司 Data export method and system

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101470645B (en) * 2007-12-29 2012-04-25 华为技术有限公司 High-speed cache data recovery method and apparatus
CN103810060A (en) * 2013-11-21 2014-05-21 北京奇虎科技有限公司 Data backup method and system thereof based on distributed database

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1139883C (en) * 2001-08-20 2004-02-25 北京九州计算机网络有限公司 Intelligent compression method for file of computer
US6981177B2 (en) * 2002-04-19 2005-12-27 Computer Associates Think, Inc. Method and system for disaster recovery
US7111000B2 (en) * 2003-01-06 2006-09-19 Microsoft Corporation Retrieval of structured documents

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101923498A (en) * 2009-06-11 2010-12-22 升东网络科技发展(上海)有限公司 Database full-volume automatic backup system and method
CN101887388B (en) * 2010-06-18 2014-03-12 中兴通讯股份有限公司 Data backup system and method based on memory database
CN101887388A (en) * 2010-06-18 2010-11-17 中兴通讯股份有限公司 Data backup system and method based on memory database
CN102638579A (en) * 2012-03-29 2012-08-15 深圳市高正软件有限公司 Data processing method and system based on data transmission of mobile equipment
CN102638579B (en) * 2012-03-29 2016-05-04 深圳市高正软件有限公司 A kind of data processing method and system based on mobile device data transmission
CN102684705B (en) * 2012-05-30 2015-06-03 北京奇虎科技有限公司 Method and device for data compression
CN102761540A (en) * 2012-05-30 2012-10-31 北京奇虎科技有限公司 Data compression method, device and system and server
CN102761540B (en) * 2012-05-30 2014-11-19 北京奇虎科技有限公司 Data compression method, device and system and server
CN102761339A (en) * 2012-05-30 2012-10-31 北京奇虎科技有限公司 Data compression method and device
CN102761339B (en) * 2012-05-30 2015-07-01 北京奇虎科技有限公司 Data compression method and device
CN102684705A (en) * 2012-05-30 2012-09-19 奇智软件(北京)有限公司 Method and device for data compression
CN103023994B (en) * 2012-11-29 2015-09-16 深圳市新国都技术股份有限公司 A kind of remote download method for POS
CN103023994A (en) * 2012-11-29 2013-04-03 深圳市新国都技术股份有限公司 Remote downloading method for POS (point-of-sale) machine
CN103778203B (en) * 2014-01-13 2018-01-19 中国人民解放军91655部队 A kind of method and system of network management data Lossless Compression storage and retrieval
CN104375903A (en) * 2014-10-29 2015-02-25 中国建设银行股份有限公司 Asynchronous data processing method and device for trading flow records
CN108604249A (en) * 2016-02-26 2018-09-28 株式会社亚美究 Generate the database of index information archiving method and device, archive comprising index information database searching method and device
CN106649436A (en) * 2016-09-08 2017-05-10 东软集团股份有限公司 Data archiving method and device
CN108268476A (en) * 2016-12-30 2018-07-10 北京国双科技有限公司 Data query method and device
CN108494788A (en) * 2018-03-29 2018-09-04 深圳市国富前海区块链技术股份有限公司 Transmission method, data transmission device and the computer readable storage medium of data
CN108494788B (en) * 2018-03-29 2020-11-24 深圳市国富前海区块链技术股份有限公司 Data transmission method, data transmission device and computer readable storage medium
CN111104258A (en) * 2019-12-23 2020-05-05 北京金山云网络技术有限公司 MongoDB database backup method and device and electronic equipment
CN113407603A (en) * 2021-05-13 2021-09-17 北京鼎轩科技有限责任公司 Data export method and system

Also Published As

Publication number Publication date
CN1318974C (en) 2007-05-30

Similar Documents

Publication Publication Date Title
CN1731364A (en) Method for compression and search of database backup data
US20200117649A1 (en) Data set compression within a database system
US8706727B2 (en) Data compression for reducing storage requirements in a database system
US10289714B2 (en) Compression of serialized B-tree data
US8949189B2 (en) Managing storage of individually accessible data units
CN103324552B (en) Two benches list example duplicate removal data back up method
AU2009246432B2 (en) Managing storage of individually accessible data units
WO2014015488A1 (en) Method and apparatus for data storage and query
CN100345143C (en) Method and apparatus for data processing
CN108256076B (en) Distributed mass data processing method and device
EP2545451B1 (en) Managing storage of individually accessible data units
CN103279502B (en) A kind of framework and method with the data de-duplication file system be combined with parallel file system
CN102456059A (en) Data deduplication processing system
CN1472963A (en) Distributive video interactive system and its data recording and accessing method
CN101039212A (en) Fast data storage method
CN108415671B (en) Method and system for deleting repeated data facing green cloud computing
CN1851691A (en) Database back-up data compression and search method
US20210216515A1 (en) Efficient large column values storage in columnar databases
US20240126762A1 (en) Creating compressed data slabs that each include compressed data and compression information for storage in a database system
CN104750815A (en) Lob data storing method and device based on HBase
CN1904881A (en) Method for searching database filing data
CN112052240A (en) HBase secondary memory index construction method based on coprocessor
CN109597708A (en) A kind of compression method of wlan database Backup Data
WO2023029755A1 (en) Data access method, database system, and storage apparatus
KR101977849B1 (en) Storage system and method of small image data on distributed database systems

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
DD01 Delivery of document by public notice

Addressee: Wang Jinbo

Document name: Notification to Pay the Fees

C56 Change in the name or address of the patentee
CP02 Change in the address of a patent holder

Address after: Five North Building 100086 Beijing city Haidian District Sanyi Temple No. 2 hospital

Co-patentee after: Tian Jun

Patentee after: Jiuzhou Huibao Software Co., Ltd., Beijing

Address before: 100029 Beijing city Chaoyang District Beitucheng West Road No. 3 building B block six layer Microelectronics

Co-patentee before: Tian Jun

Patentee before: Jiuzhou Huibao Software Co., Ltd., Beijing

DD01 Delivery of document by public notice

Addressee: Jiuzhou Huibao Software Co., Ltd., Beijing

Document name: Notification of Termination of Patent Right

C56 Change in the name or address of the patentee
CP02 Change in the address of a patent holder

Address after: 100044 Beijing city Xicheng District Xizhimen Street No. 135 Building No. 4 hospital 3

Co-patentee after: Tian Jun

Patentee after: Jiuzhou Huibao Software Co., Ltd., Beijing

Address before: Five North Building 100086 Beijing city Haidian District Sanyi Temple No. 2 hospital

Co-patentee before: Tian Jun

Patentee before: Jiuzhou Huibao Software Co., Ltd., Beijing

C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20070530

Termination date: 20110805

DD01 Delivery of document by public notice

Addressee: Person in charge of Beijing Jiuzhou Software Co., Ltd.

Document name: Notification that Application Deemed not to be Proposed