Movatterモバイル変換


[0]ホーム

URL:


CN102902716A - Storage system based on Hadoop distributed computing platform - Google Patents

Storage system based on Hadoop distributed computing platform
Download PDF

Info

Publication number
CN102902716A
CN102902716ACN2012103055454ACN201210305545ACN102902716ACN 102902716 ACN102902716 ACN 102902716ACN 2012103055454 ACN2012103055454 ACN 2012103055454ACN 201210305545 ACN201210305545 ACN 201210305545ACN 102902716 ACN102902716 ACN 102902716A
Authority
CN
China
Prior art keywords
file
small documents
small
hdfs
storage system
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.)
Pending
Application number
CN2012103055454A
Other languages
Chinese (zh)
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.)
SUZHOU LIANGJIANG TECHNOLOGY Co Ltd
Original Assignee
SUZHOU LIANGJIANG TECHNOLOGY 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 SUZHOU LIANGJIANG TECHNOLOGY Co LtdfiledCriticalSUZHOU LIANGJIANG TECHNOLOGY Co Ltd
Priority to CN2012103055454ApriorityCriticalpatent/CN102902716A/en
Publication of CN102902716ApublicationCriticalpatent/CN102902716A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Landscapes

Abstract

The invention discloses a storage system based on a Hadoop distributed computing platform. The storage system comprises an HDFS (Hadoop Distributed File System) general file processing module, a file type judging module, a small file processing module and a timing module, wherein the file type judging module is used for judging whether files uploaded by a user belongs to small files; the timing module carries out timing through setting a timer, accounts the size of medium-small file sequences of the small file processing module when the preset period is reached, and judges whether the size of the small-file sequence is more than a block of an HDFS file system; and the small file processing module is used for storing each small file as a Record in a Sequence File class to form a small file queue. According to the storage system, the quantity of the small files in an HDFS is reduced, and the property of reading the files in the HDFS is effectively improved.

Description

Storage system based on the Hadoop Distributed Computing Platform
Technical field
The invention belongs to Hadoop Distributed Computing Platform file system technology field, be specifically related to a kind of storage system based on the Hadoop Distributed Computing Platform.
Background technology
Hadoop Distributed File System is called for short HDFS, is a distributed file system.HDFS has the characteristics of high fault tolerance, and design is used for being deployed on cheap (low-cost) hardware.And its data of providing high-throughput to visit application program, being fit to those has the application program of super large data set.Data in form access (streaming access) file system that the requirement that HDFS has relaxed POSIX can realize flowing like this.It is that foundation structure for the apache project nutch that increases income creates that HDFS begins, and HDFS is the part of hadoop project, and hadoop is the part of lucene.
Along with enterprise's data volume to be processed is increasing, MapReduce thought more and more comes into one's own.Hadoop is of the MapReduce realization of increasing income, because its good extendability and fault-tolerance have obtained using more and more widely.Hadoop is as a basic data processing platform, although its using value has obtained everybody approval, but still has a lot of problems, and the small documents problem of HDFS is one of them.Small documents refers to that file size is less than the file of the upper block size of HDFS.Such file brings serious problems can for extendability and the performance of hadoop.At first, in HDFS, any block, all with the form storage of object, each object accounts for 150byte, if 10000000 small documents are arranged in internal memory for file or catalogue, each file takies a block, and then namenode needs 2G space (depositing two parts).If store 100,000,000 files, then namenode needs the 20G space.The namenode memory size has seriously restricted the expansion of cluster like this.Secondly, access large amount of small documents speed is far smaller than the several large files of access.HDFS accesses large file development for streaming at first, if the access large amount of small documents needs constantly to jump to another datanode from a datanode, has a strong impact on performance.At last, process the speed that large amount of small documents speed is far smaller than the large file of processing equal size.Each small documents will take a slot, and the task startup will expend the plenty of time even the most of the time is all expended on startup task and release task.Solve HDFS small documents problem, help to enlarge the range of application of HDFS and strengthen its extendability and performance.The present invention therefore.
Summary of the invention
The object of the invention is to provide a kind of storage system based on the Hadoop Distributed Computing Platform, has solved in the prior art Hadoop Distributed Computing Platform small documents quantity and has caused too greatly the problems such as hydraulic performance decline is obvious.
In order to solve these problems of the prior art, technical scheme provided by the invention is:
A kind of storage system based on the Hadoop Distributed Computing Platform comprises HDFS general file processing module, it is characterized in that described system also comprises file type judge module, small documents processing module and time block; Described file type judge module is used for judging whether the file that the user uploads belongs to small documents; The file size of uploading as the user is during less than the piece of HDFS file system, and the file type judge module judges that file is small documents, otherwise the file type judge module judges that file is large file;
Time block by the timer timing is set, is added up the size of the medium and small file sequence of small documents processing module when arriving predetermined period, whether the size of judging the small documents sequence is greater than the piece of HDFS file system;
The small documents processing module is used for depositing each small documents in the SequenceFile class as a Record and forms the small documents formation; The size of judging the small documents sequence when time block is during greater than the piece of HDFS file system, and as the Key value, and file content is as the Value value with the filename of small documents, disposable the small documents formation is write among the MapFile, and the small documents processed of simultaneously deletion.
Preferably, described system also comprises the small documents slip condition database, adopts the MySQL database to store filename, the file size of small documents, upload date, store path, and uses this small documents formation of FileList object maintenance; After the small documents formation writes MapFile, behind renewal FileList object and the MySQL database, delete again the small documents of having processed.
Preferably, described system also is provided with file information table, described file information table arranges small documents mode field flag, flag=0 represents that small documents is in armed state, flag=1 represents that small documents processes, and be present among the MapFile of HDFS, flag=2 represents that small documents re-generates and is written in the local disk.
Preferably, described system constructing MySQL index and MapFile index, the MapFile index is by the filename field index building of file information table.
Another object of the present invention is to provide a kind of File Upload storage means of the storage system based on the Hadoop Distributed Computing Platform, it is characterized in that said method comprising the steps of:
(1) user is to the server up transfer file that has based on the storage system of Hadoop Distributed Computing Platform;
(2) file file type judge module judges whether the file that the user uploads belongs to small documents; When the file of uploading is large file, directly uploads and store among the HDFS; When the file of uploading is small documents, deposits each small documents in SequenceFile class formation small documents formation as a Record, and start time block;
(3) add up the size of the medium and small file sequence of small documents processing module when arriving predetermined period, whether the size of judging the small documents sequence is greater than the piece of HDFS file system; The size of judging the small documents sequence when time block is during greater than the piece of HDFS file system, and as the Key value, and file content is as the Value value with the filename of small documents, disposable the small documents formation is write among the MapFile, and the small documents processed of simultaneously deletion.
Another purpose of the present invention is to provide a kind of file of the storage system based on the Hadoop Distributed Computing Platform to download read method, it is characterized in that said method comprising the steps of:
(1) user is to the server transmission download file that has based on the storage system of Hadoop Distributed Computing Platform;
(2) have based on the storage system of Hadoop Distributed Computing Platform and judge whether file is stored in local disk;
(3) be present in local disk when file, directly download by the download component access;
(4) be not present in local disk when file, the storage system that has based on the Hadoop Distributed Computing Platform starts MYSQL index and MapFile index, first small documents is read local disk from MapFile, then downloads by the download component access.
With respect to scheme of the prior art, advantage of the present invention is:
Technical solution of the present invention has solved the small documents storage problem of HDFS based on the small documents storage means of Hadoop.Technical solution of the present invention uses SequenceFile as the scheme that solves the small documents read-write in other words, each small documents is deposited among the SequenceFile as a Record, wherein, filename is as the Key value, and file content is as the Value value, no matter this method is from theory or numerous practices, it is the solution route of in HDFS, processing at present small documents the best.
Description of drawings
The invention will be further described below in conjunction with drawings and Examples:
Fig. 1 is the schematic flow sheet based on the File Upload of the storage system of Hadoop Distributed Computing Platform.
Fig. 2 is the schematic flow sheet of downloading based on the file of the storage system of Hadoop Distributed Computing Platform.
Embodiment
Below in conjunction with specific embodiment such scheme is described further.Should be understood that these embodiment are not limited to limit the scope of the invention for explanation the present invention.The implementation condition that adopts among the embodiment can be done further adjustment according to the condition of concrete producer, and not marked implementation condition is generally the condition in the normal experiment.
Embodiment
As shown in Figure 1, present embodiment adds small documents processing module, file type judge module and a time block on original HDFS basis.Wherein said file type judge module is used for judging whether the file that the user uploads belongs to small documents; The file size of uploading as the user is during less than the piece of HDFS file system, and the file type judge module judges that file is small documents, otherwise the file type judge module judges that file is large file; Time block by the timer timing is set, is added up the size of the medium and small file sequence of small documents processing module when arriving predetermined period, whether the size of judging the small documents sequence is greater than the piece of HDFS file system; The small documents processing module is used for depositing each small documents in the SequenceFile class as a Record and forms the small documents formation; The size of judging the small documents sequence when time block is during greater than the piece of HDFS file system, and as the Key value, and file content is as the Value value with the filename of small documents, disposable the small documents formation is write among the MapFile, and the small documents processed of simultaneously deletion.
During concrete upload file, as shown in Figure 1, the concrete operations flow process is as follows:
1, when user's upload file, judge whether this document belongs to small documents, if so, then give the small documents processing module and process, otherwise, give the general file processing module and process.
2, in the small documents module, open a timed task, its major function is when the total size of module File goes up the file of block size greater than HDFS, then be key by the SequenceFile assembly with filename, corresponding file content is that value is with these small documents one-time writes HDFS module.
3, the file processed of deletion simultaneously, and with write into Databasce as a result.
4, when the user carries out read operation, can come file reading according to the as a result sign in the database.
Technical solution of the present invention has reduced the quantity of small documents among the HDFS, has effectively improved the performance that the HDFS File reads.
On small documents is uploaded onto the server by transmitting assembly, use simultaneously small documents formation of FileList object maintenance, total file size under the record upload catalogue, then the filename tabulation is persisted to local disk with the FileList object by the object serialization technology.Simultaneously with small documents essential information such as filename, file size, upload date, store path etc. and be recorded in the MySQL database.Small documents has three kinds of states, and be respectively pending (under local disk upload catalogue), process (in HDFS), re-generate (under local disk download catalogue), be 0,1,2 corresponding to the field flag of file information table filetb.Under the web mode, specify a timed task with Timer and TimeTask, this task was read in internal memory every five minutes with the FileList object, by judging that total file size determines whether the small documents under the upload catalogue to be write among the HDFS.If total file size is greater than HDFS block size, be key by the MapFile assembly with filename, corresponding file content be value with among these small documents one-time writes HDFS, upgrade simultaneously FileList object and MySQL database, delete at last these small documents.What timed task was mainly carried out here is MapFileWriter method in the MapFileTools class.
In the time that small documents will be downloaded, at first judge that according to the flag field of filetb table whether small documents is at local disk.If small documents not at local disk, is read local disk with small documents first from the MapFile of HDFS, and new database more, then use download component to download small documents.
In order efficiently small documents to be read at random, present embodiment adopts two-stage index, and the first order is the MySQL index, and the second level is the index of MapFile.The index of MapFile is that the filename field of filetb is set up index, so that the MapFile file at fast query small documents place.MapFile comprises two files: data file, index file.MapFile can search the corresponding value value of single key (small documents name).When execution is searched, MapFile.Reader () need to read in index in the internal memory, then carry out a simple binary search and find data, MapFile.Reader () is when searching, can find less than the index key value of wanting to look in the first indexed file, and then in the data file, search backward.Hadoop provides a very effective method, when reading index file exactly, can read index key value every several index key again, can effectively reduce like this size of the index file that reads in internal memory.Arrange by io.map.index.skip as for the number of skipping key.
JAVA realizes several assemblies of File Upload: 1, the maximum assembly used of SmartUpload, no longer upgraded, and can realize upload and download; 2, the File Upload assembly of FileUpload Apache realization, function is complete; 3, the File Upload assembly of J2KUpload java2000 realization all uses internal memory, is fit to a plurality of small documents that are no more than 10M.The present invention mainly adopts the second way, uploads by the copy mode, on local file is uploaded onto the server, supports multiple document uploading, and size, the type of upload file can be set.
Download relatively simply, only need provide the download address of file just passable.The path of depositing of file is divided into physical pathway and virtual route.Physical pathway refers to file and leaves position on the server hard disc in, and virtual route refers to the position that file leaves HDFS in, and virtual route is converted to the process of physical pathway and above illustrates, and repeats no more.
Above-mentioned example only is explanation technical conceive of the present invention and characteristics, and its purpose is to allow the people who is familiar with technique can understand content of the present invention and according to this enforcement, can not limit protection scope of the present invention with this.All equivalent transformations that Spirit Essence is done according to the present invention or modification all should be encompassed within protection scope of the present invention.

Claims (6)

CN2012103055454A2012-08-272012-08-27Storage system based on Hadoop distributed computing platformPendingCN102902716A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN2012103055454ACN102902716A (en)2012-08-272012-08-27Storage system based on Hadoop distributed computing platform

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN2012103055454ACN102902716A (en)2012-08-272012-08-27Storage system based on Hadoop distributed computing platform

Publications (1)

Publication NumberPublication Date
CN102902716Atrue CN102902716A (en)2013-01-30

Family

ID=47574949

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN2012103055454APendingCN102902716A (en)2012-08-272012-08-27Storage system based on Hadoop distributed computing platform

Country Status (1)

CountryLink
CN (1)CN102902716A (en)

Cited By (29)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN103246700A (en)*2013-04-012013-08-14厦门市美亚柏科信息股份有限公司Mass small file low latency storage method based on HBase
CN103500089A (en)*2013-09-182014-01-08北京航空航天大学Small file storage system suitable for Mapreduce calculation model
CN103559036A (en)*2013-11-042014-02-05北京中搜网络技术股份有限公司Data batch processing system and method based on Hadoop
CN103577123A (en)*2013-11-122014-02-12河海大学Small file optimization storage method based on HDFS
CN103607451A (en)*2013-11-182014-02-26上海爱数软件有限公司Client terminal and server terminal document operation synchronization method supporting concurrence
CN104199899A (en)*2014-08-262014-12-10浪潮(北京)电子信息产业有限公司Method and device for storing massive pictures based on Hbase
CN104283909A (en)*2013-07-032015-01-14中国长城计算机深圳股份有限公司Cloud computing method and device compatible with desktop applications
CN104516982A (en)*2015-01-062015-04-15南通大学Method and system for extracting Web information based on Nutch
CN104866350A (en)*2015-05-272015-08-26小米科技有限责任公司Terminal partition space optimizing method, device and terminal
CN104978351A (en)*2014-04-092015-10-14中国电信股份有限公司Backup method of mass small files and cloud store gateway
CN105022779A (en)*2015-05-072015-11-04云南电网有限责任公司电力科学研究院Method for realizing HDFS file access by utilizing Filesystem API
CN105049524A (en)*2015-08-132015-11-11浙江鹏信信息科技股份有限公司Hadhoop distributed file system (HDFS) based large-scale data set loading method
CN105205082A (en)*2014-06-272015-12-30国际商业机器公司Method and system for processing file storage in HDFS
CN105357280A (en)*2015-10-192016-02-24福建新大陆软件工程有限公司Hadoop distributed file system (HDFS) based file tracing file transfer protocol (FTP) system
CN105404652A (en)*2015-10-292016-03-16河海大学Mass small file processing method based on HDFS
CN105843813A (en)*2015-01-142016-08-10中国移动通信集团重庆有限公司Method and device for processing big data
CN105912675A (en)*2016-04-132016-08-31中国科学院计算技术研究所Batch delete/query method and apparatus for merging small files
CN107273368A (en)*2016-04-062017-10-20中兴通讯股份有限公司Mass data storage management method, device and data-storage system
CN107295030A (en)*2016-03-302017-10-24阿里巴巴集团控股有限公司A kind of method for writing data, device, data processing method, apparatus and system
CN107402924A (en)*2016-05-192017-11-28普天信息技术有限公司MR files apply the implementation method and device in HDFS
CN108932287A (en)*2018-05-222018-12-04广东技术师范学院A kind of mass small documents wiring method based on Hadoop
CN109361748A (en)*2018-10-242019-02-19杭州数梦工场科技有限公司Binlog document down loading method, device, equipment and readable storage medium storing program for executing
CN109542638A (en)*2018-10-262019-03-29深圳点猫科技有限公司A kind of document handling method and device based on educational system
CN110069451A (en)*2019-03-282019-07-30浪潮卓数大数据产业发展有限公司A kind of method and device of HDFS storage small documents
CN110515920A (en)*2019-08-302019-11-29北京浪潮数据技术有限公司A kind of mass small documents access method and system based on Hadoop
CN110633261A (en)*2019-09-022019-12-31恩亿科(北京)数据科技有限公司Picture storage method, picture query method and device
CN112860641A (en)*2021-01-292021-05-28西藏宁算科技集团有限公司Small file storage method and device based on HADOOP
CN113190527A (en)*2021-05-192021-07-30重庆忽米网络科技有限公司Data conversion storage method based on HDFS
US11301154B2 (en)2016-02-062022-04-12Huawei Technologies Co., Ltd.Distributed storage method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102222092A (en)*2011-06-032011-10-19复旦大学Massive high-dimension data clustering method for MapReduce platform

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102222092A (en)*2011-06-032011-10-19复旦大学Massive high-dimension data clustering method for MapReduce platform

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
BO DONG 等: "A Novel Approach to Improving the Efficiency of Storing and Accessing Small Files on Hadoop: a Case Study by PowerPoint Files", 《2010 IEEE INTERNATIONAL CONFERENCE ON SERVICES COMPUTING》, 30 December 2010 (2010-12-30), pages 65 - 72*
余思 等: "一种提高云存储中小文件存储效率的方案", 《西安交通大学学报》, vol. 45, no. 6, 30 June 2011 (2011-06-30), pages 59 - 63*
源码天空: "基于Hadoop Sequencefile的小文件解决方案", 《HTTP://WWW.CODESKY.NET/ARTICLE/201203/172653.HTML》, 8 March 2012 (2012-03-08), pages 2*
陈平: "移动终端中间件平台核心层关键技术研究及实现", 《中国优秀硕士学位论文全文数据库信息科技辑》, no. 01, 15 January 2012 (2012-01-15)*

Cited By (39)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN103246700A (en)*2013-04-012013-08-14厦门市美亚柏科信息股份有限公司Mass small file low latency storage method based on HBase
CN103246700B (en)*2013-04-012016-08-10厦门市美亚柏科信息股份有限公司Mass small documents low delay based on HBase storage method
CN104283909A (en)*2013-07-032015-01-14中国长城计算机深圳股份有限公司Cloud computing method and device compatible with desktop applications
CN103500089A (en)*2013-09-182014-01-08北京航空航天大学Small file storage system suitable for Mapreduce calculation model
CN103559036A (en)*2013-11-042014-02-05北京中搜网络技术股份有限公司Data batch processing system and method based on Hadoop
CN103577123B (en)*2013-11-122016-06-22河海大学A kind of small documents optimization based on HDFS stores method
CN103577123A (en)*2013-11-122014-02-12河海大学Small file optimization storage method based on HDFS
CN103607451A (en)*2013-11-182014-02-26上海爱数软件有限公司Client terminal and server terminal document operation synchronization method supporting concurrence
CN103607451B (en)*2013-11-182017-02-15上海爱数信息技术股份有限公司Client terminal and server terminal document operation synchronization method supporting concurrence
CN104978351A (en)*2014-04-092015-10-14中国电信股份有限公司Backup method of mass small files and cloud store gateway
US10210173B2 (en)2014-06-272019-02-19International Business Machines CorporationFile storage processing in HDFS
CN105205082A (en)*2014-06-272015-12-30国际商业机器公司Method and system for processing file storage in HDFS
CN104199899A (en)*2014-08-262014-12-10浪潮(北京)电子信息产业有限公司Method and device for storing massive pictures based on Hbase
CN104516982A (en)*2015-01-062015-04-15南通大学Method and system for extracting Web information based on Nutch
CN105843813A (en)*2015-01-142016-08-10中国移动通信集团重庆有限公司Method and device for processing big data
CN105022779A (en)*2015-05-072015-11-04云南电网有限责任公司电力科学研究院Method for realizing HDFS file access by utilizing Filesystem API
CN104866350A (en)*2015-05-272015-08-26小米科技有限责任公司Terminal partition space optimizing method, device and terminal
CN105049524A (en)*2015-08-132015-11-11浙江鹏信信息科技股份有限公司Hadhoop distributed file system (HDFS) based large-scale data set loading method
CN105049524B (en)*2015-08-132019-02-05浙江鹏信信息科技股份有限公司A method of the large-scale dataset based on HDFS loads
CN105357280B (en)*2015-10-192019-02-19福建新大陆软件工程有限公司A kind of file based on HDFS is traced to the source FTP system
CN105357280A (en)*2015-10-192016-02-24福建新大陆软件工程有限公司Hadoop distributed file system (HDFS) based file tracing file transfer protocol (FTP) system
CN105404652A (en)*2015-10-292016-03-16河海大学Mass small file processing method based on HDFS
US11301154B2 (en)2016-02-062022-04-12Huawei Technologies Co., Ltd.Distributed storage method and device
US12260102B2 (en)2016-02-062025-03-25Huawei Technologies Co., Ltd.Distributed storage method and device
US11809726B2 (en)2016-02-062023-11-07Huawei Technologies Co., Ltd.Distributed storage method and device
CN107295030A (en)*2016-03-302017-10-24阿里巴巴集团控股有限公司A kind of method for writing data, device, data processing method, apparatus and system
CN107273368A (en)*2016-04-062017-10-20中兴通讯股份有限公司Mass data storage management method, device and data-storage system
CN105912675A (en)*2016-04-132016-08-31中国科学院计算技术研究所Batch delete/query method and apparatus for merging small files
CN105912675B (en)*2016-04-132019-06-18中国科学院计算技术研究所 A batch deletion/query method and device for merging small files
CN107402924A (en)*2016-05-192017-11-28普天信息技术有限公司MR files apply the implementation method and device in HDFS
CN108932287A (en)*2018-05-222018-12-04广东技术师范学院A kind of mass small documents wiring method based on Hadoop
CN109361748A (en)*2018-10-242019-02-19杭州数梦工场科技有限公司Binlog document down loading method, device, equipment and readable storage medium storing program for executing
CN109361748B (en)*2018-10-242021-04-20杭州数梦工场科技有限公司Method, device and equipment for downloading Binlog file and readable storage medium
CN109542638A (en)*2018-10-262019-03-29深圳点猫科技有限公司A kind of document handling method and device based on educational system
CN110069451A (en)*2019-03-282019-07-30浪潮卓数大数据产业发展有限公司A kind of method and device of HDFS storage small documents
CN110515920A (en)*2019-08-302019-11-29北京浪潮数据技术有限公司A kind of mass small documents access method and system based on Hadoop
CN110633261A (en)*2019-09-022019-12-31恩亿科(北京)数据科技有限公司Picture storage method, picture query method and device
CN112860641A (en)*2021-01-292021-05-28西藏宁算科技集团有限公司Small file storage method and device based on HADOOP
CN113190527A (en)*2021-05-192021-07-30重庆忽米网络科技有限公司Data conversion storage method based on HDFS

Similar Documents

PublicationPublication DateTitle
CN102902716A (en)Storage system based on Hadoop distributed computing platform
CN103136243B (en)File system duplicate removal method based on cloud storage and device
US8555018B1 (en)Techniques for storing data
CN106484906B (en)Distributed object storage system flash-back method and device
US11537584B2 (en)Pre-caching of relational database management system based on data retrieval patterns
CN102117248A (en)Caching system and method for caching data in caching system
CN101281542B (en)Method and device for storing file
CN102930060B (en)A kind of method of database quick indexing and device
CN103186350A (en)Hybrid storage system and hot spot data block migration method
CN110727406B (en) Data storage scheduling method and device
CN102629941A (en)Caching method of a virtual machine mirror image in cloud computing system
US9514150B2 (en)Automatic WORM-retention state transitions
CN102541985A (en)Organization method of client directory cache in distributed file system
CN103023982A (en)Low-latency metadata access method of cloud storage client
CN111475102B (en)Object storage system based on blue light and storage method thereof
CN107220248B (en)Method and device for storing data
US12346294B2 (en)Time series data layered storage systems and methods
WO2004109545A3 (en)Database access system, method of accessing a database, and method of designing a database access system
CN103617199A (en)Data operating method and data operating system
CN106031827A (en)Game server data storage, read method and system based on redis
CN102024019A (en)Suffix tree based catalog organizing method in distributed file system
CN106446038A (en)Hybrid database-based data access control system and method
Fu et al.Optimized data replication for small files in cloud storage systems
CN120029529A (en) A data processing method and device
CN105005517B (en)The storage and backup system and method for call center's recording file

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
C12Rejection of a patent application after its publication
RJ01Rejection of invention patent application after publication

Application publication date:20130130


[8]ページ先頭

©2009-2025 Movatter.jp