CN104102710A - Massive data query method - Google Patents

Massive data query method Download PDF

Info

Publication number
CN104102710A
CN104102710A CN201410336964.3A CN201410336964A CN104102710A CN 104102710 A CN104102710 A CN 104102710A CN 201410336964 A CN201410336964 A CN 201410336964A CN 104102710 A CN104102710 A CN 104102710A
Authority
CN
China
Prior art keywords
mapping
index
rowkey
hbase
renewal
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
CN201410336964.3A
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.)
Inspur Beijing Electronic Information Industry Co Ltd
Original Assignee
Inspur Beijing Electronic Information Industry 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 Inspur Beijing Electronic Information Industry Co Ltd filed Critical Inspur Beijing Electronic Information Industry Co Ltd
Priority to CN201410336964.3A priority Critical patent/CN104102710A/en
Publication of CN104102710A publication Critical patent/CN104102710A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2471Distributed queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Computing Systems (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a massive data query method. The massive data query method is characterized by including establishing index mapping of query fields of non-rowkey value of Hbase (Hadoop database) and rowkey values; during query, inquiring the rowkey corresponding to the query fields in Solr Cloud according to the mapping relation; searching in the Hbase by the rowkey, and displaying query results in a paging manner.

Description

A kind of mass data inquiry method
Technical field
The present invention relates to large data field, be specifically related to a kind of mass data inquiry method based on SolrCloud and HBase.
Background technology
Large data (Big data) are commonly used to a large amount of unstructured datas and the semi-structured data that describe that a company creates, these data download to relevant database can overspending time and money when analyzing.Normal and the cloud computing of large data analysis is linked together, because real-time large data set analysis need to share out the work to tens of, hundreds of or even thousands of computers by the framework as MapReduce, HBase.Large data analysis, than traditional data warehouse applications, has the features such as data volume is large, query analysis is complicated.Large data need special technology, effectively to process the data in a large amount of tolerance elapsed time.Be applicable to the technology of large data, comprise massively parallel processing (MPP) database, data mining electrical network, distributed file system, distributed data base, cloud computing platform, internet and extendible storage system.
Solr is an independently enterprise-level search application server, and it externally provides the api interface that is similar to Web-service.User can ask by http, submits the XML file of certain format to, generating indexes to search engine server; Also can propose search request by Http Get operation, and obtain returning results of XML or json form.SolrCloud is the distributed search scheme based on Solr and Zookeeper after Solr4.0 version.SolrCloud be Solr based on Zookeeper deployment way.
HBase be one distributed, towards row the database of increasing income, the Google paper " Bigtable: the distributed memory system of a structural data " that this Technology origin is write in Fay Chang.HBase – Hadoop Database is a high reliability, high-performance, towards row, telescopic distributed memory system, utilize HBase technology on cheap PC Server, to erect large-scale structure storage cluster.HBase, in providing high concurrent reading and writing operation to support, also exists some significant defects: because HBase only sorts to rowkey (line unit value), so HBase cannot realize fast finding and retrieval for field beyond rowkey.HBase also cannot realize Pagination Display and the inquiry page by page based on inquiry simultaneously.Therefore, design a kind of mass data inquiry method based on SolrCloud and HBase, can effectively address these problems.
Summary of the invention
In order to solve the problems of the technologies described above, the invention provides a kind of mass data inquiry method and device, realize many condition queries of mass data flexibly, the paging of fuzzy query and Query Result.
A kind of mass data inquiry method, comprising:
Set up the index-mapping of the non-line unit value of HBase rowkey inquiry field and rowkey;
When inquiry, according to described index-mapping relation, in SolrCloud, inquire rowkey corresponding to inquiry field;
Use described rowkey to search in HBase, and by Query Result Pagination Display.
Preferably, when the data in HBase change, the index-mapping in regular renewal SolrCloud.
Preferably, described index-mapping is distributed storage,
In the time of the renewal of master server reception hint mapping, the index-mapping of renewal is sent on other replica servers of same burst;
In the time of the renewal of replica server reception hint mapping, on the master server under the index-mapping of renewal is sent to.
Preferably, use Mapreduce model to accelerate the foundation of index-mapping.
A kind of mass data inquiry unit, comprising:
Mapping block, the index-mapping to the foundation of the non-rowkey inquiry of HBase field with rowkey;
Enquiry module according to index-mapping relation, first inquires the corresponding HBase rowkey of this inquiry field in SolrCloud, re-uses this rowkey and in HBase, inquires about required data;
Display module, by Query Result to user's Pagination Display.
Preferably, update module, in the time of data change in HBase, the index-mapping in regular renewal SolrCloud.
Preferably, synchronization module,, sends to the index-mapping of renewal on other replica servers of same burst during as master server at this device.
Preferably, synchronization module, at this device during as replica server, after update module is upgraded index-mapping, on the master server under synchronization module sends to the index-mapping of renewal.
The application's technical scheme is used the non-rowkey field of the needs inquiry in SolrCloud storage and maintenance HBase to the index-mapping of rowkey, find corresponding rowkey according to querying condition, re-use rowkey and in HBase, carry out searching of data, thereby many condition queries of mass data are flexibly realized, the paging of fuzzy query and Query Result; Meanwhile, SolrCloud adopts distributed way to dispose, and can realize centralized information storage, automatic fault tolerant, nearly real-time search and automatically load balancing.
Brief description of the drawings
Accompanying drawing described herein is used to provide a further understanding of the present invention, forms the application's a part, and schematic description and description of the present invention is used for explaining the present invention, does not form inappropriate limitation of the present invention.In the accompanying drawings:
Fig. 1 is the Solr+HBase inquiry schematic diagram of the embodiment of the present invention;
Fig. 2 is the HBase rowkey index-mapping schematic diagram of the embodiment of the present invention;
Fig. 3 is the SolrCloud cluster distribution schematic diagram of the embodiment of the present invention;
Fig. 4 is the mass data inquiry method process flow diagram of the embodiment of the present invention;
Fig. 5 is the mass data inquiry unit structural drawing of the embodiment of the present invention.
Embodiment
The present invention adopts the method based on SolrCloud+HBase, can be to the non-rowkey field foundation of the appointment in HBase and the index-mapping of rowkey, when inquiry, first find the rowkey corresponding to field that will inquire about, then in HBase, search the single problem of querying condition while having avoided HBase directly to inquire about.The present invention is showing when Query Result, can Pagination Display; Thereby the many condition queries and the Query Result paging that provide convenience easily to realize provide traditional HBase to store not available full-text index, the ability of fuzzy query simultaneously.For the request of quantity statistics class, directly can obtain result by the index-mapping of Solr, needn't carry out inquiry request to HBase again.
Below in conjunction with drawings and the specific embodiments, the present invention is described in detail.
Every record in HBase carries out Ordered indices according to rowkey, and the mode of its index, as described in Fig. 2, is the form of a multiple index, adopts the location that is similar to 3 layers of B+ tree.First be the position of finding root region place from zookeeper, thereby loading-ROOT-is this region.-ROOT-region is first region of .META. table, and the positional information of other all region of .META. table has been deposited in the inside.And .META. table is to reside in the internal memory of all RegionServer, wherein depositing the region positional information of all tables of data.In the time inquiring about in HBase by rowkey, exactly by search-ROOT-, then .META. navigates to the region at data place, then from this region, takes out valid data.Because the index of each step is all that established and orderly, be very high so use this search efficiency based on rowkey in HBase.But for the inquiry of non-rowkey, efficiency just significantly declines.
In order to address this problem, the present invention uses SolrCloud in advance non-rowkey inquiry field to be set up a group index mapping of its corresponding rowkey, query script as shown in Figure 1, first in SolrCloud, inquire the corresponding HBase rowkey of this querying condition, re-use this rowkey data query in HBase, finally, return to Query Result to client.This mode can improve search efficiency greatly.
SolrCloud adopts distributed way to dispose, and can realize centralized information storage, automatic fault tolerant, nearly real-time search and automatically load balancing.As shown in Figure 3, this is a SolrCloud cluster that has 6 nodes (server), index-mapping is distributed in two Shard (burst) the inside, each Shard comprises three Solr nodes, a Leader (master) node, two Replica (copy) node.There are 3 copies in each Shard, in the time that 2 nodes are delayed machine simultaneously, system still can normally be worked simultaneously.All status informations of cluster are safeguarded by Zookeeper cluster is unified.For these 6 nodes, any one node can be accepted the update request of index-mapping, thereby has realized load balancing.For example, when this node of Server4 has been received the update request about Shard1 index-mapping, Server4 can be transmitted to information that Leader node, i.e. Server1 that index-mapping should be affiliated.After Server1 node updates finishes, version number and index-mapping are issued to other Replicas nodes that belong to a Shard, i.e. Server2 and Server3, completes synchronous.
Mass data inquiry method provided by the invention, as shown in Figure 4, comprising:
Step 401, the index-mapping to the foundation of the non-rowkey inquiry of HBase field with rowkey.
In the time that the data of HBase are set up, according to the querying condition arranging, use SolrCloud to set up the index-mapping of non-rowkey field and rowkey.Described querying condition arranges for the non-rowkey field of HBase.
In the stage of setting up at Solr index-mapping, can use Mapreduce model to accelerate the foundation of index-mapping.
Step 402 when inquiry, according to index-mapping relation, inquires corresponding rowkey in SolrCloud.
In the time that needs are inquired about, according to index-mapping relation, first in SolrCloud, inquire the corresponding HBase rowkey of this querying condition, re-use this rowkey and in HBase, inquire about required data.
Preferably, described index-mapping is distributed storage,
In the time of the renewal of master server reception hint mapping, the index-mapping of renewal is sent on other replica servers of same burst;
In the time of the renewal of replica server reception hint mapping, on the master server under the index-mapping of renewal is sent to.
Step 403, by Query Result to user's Pagination Display.
Obtain in HBase according to rowkey after data, while demonstration to user, according to the paging mode arranging, show to user.
In the original mode of HBase, Query Result is not supported Pagination Display, and user can only all check Query Result.And improvement of the present invention is, for example, to Query Result Pagination Display: every page shows 20, and user can be very clear to shown project.
Preferably, the method can also comprise: in the time of data change in HBase, and the index-mapping in regular renewal SolrCloud.
The present invention also provides corresponding mass data inquiry unit, as shown in Figure 5, comprising:
Mapping block, the index-mapping to the foundation of the non-rowkey inquiry of HBase field with rowkey;
Enquiry module according to index-mapping relation, first inquires the corresponding HBase rowkey of this querying condition in SolrCloud, re-uses this rowkey and in HBase, inquires about required data;
Display module, by Query Result to user's Pagination Display.
Preferably, this device also comprises update module, in the time of data change in HBase, and the index-mapping in regular renewal SolrCloud.
Mass data inquiry unit of the present invention can be used as a server node, as shown in Figure 3, in each server, can arrange, and forms a cluster.
Preferably, returning apparatus also comprises synchronization module, at this device during as replica server, after update module is upgraded index-mapping, on the master server under synchronization module sends to the index-mapping of renewal.
Preferably, synchronization module,, sends to the index-mapping of renewal on other replica servers of same burst during as master server at this device.
Application Example
Definition and the configuration of 1.Solr schema (framework) file
Amendment schema.xml file, adds the field that needs index therein.Revise original uniqueKey simultaneously, the uniqueKey that the rowkey in HBase table is Solr is set.
2. the foundation of index-mapping
By the mode of the full table scan of HBase API (Scan) or by the mode of MapReduce, the data in HBase are set up to Solr index.
3. the realization of inquiry and paging
When inquiry, in Solr, find querying condition corresponding one or one group of rowkey.After having obtained these rowkey, the use rowkey of grouping inquires about in HBase, thereby inquires actual result and realized paging and searched.
One of ordinary skill in the art will appreciate that all or part of step in said method can carry out instruction related hardware by program and complete, described program can be stored in computer-readable recording medium, as ROM (read-only memory), disk or CD etc.Alternatively, all or part of step of above-described embodiment also can realize with one or more integrated circuit.Correspondingly, the each module/unit in above-described embodiment can adopt the form of hardware to realize, and also can adopt the form of software function module to realize.The application is not restricted to the combination of the hardware and software of any particular form.
The above, be only preferred embodiments of the present invention, is not intended to limit protection scope of the present invention.Within the spirit and principles in the present invention all, any amendment of making, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (8)

1. a mass data inquiry method, is characterized in that, comprising:
Set up the index-mapping of the non-line unit value of HBase rowkey inquiry field and rowkey;
When inquiry, according to described index-mapping relation, in SolrCloud, inquire rowkey corresponding to inquiry field;
Use described rowkey to search in HBase, and by Query Result Pagination Display.
2. the method for claim 1, is characterized in that,
When data in HBase change, the index-mapping in regular renewal SolrCloud.
3. method as claimed in claim 2, is characterized in that,
Described index-mapping is distributed storage,
In the time of the renewal of master server reception hint mapping, the index-mapping of renewal is sent on other replica servers of same burst;
In the time of the renewal of replica server reception hint mapping, on the master server under the index-mapping of renewal is sent to.
4. the method for claim 1, is characterized in that,
Use Mapreduce model to accelerate the foundation of index-mapping.
5. a mass data inquiry unit, is characterized in that, comprising:
Mapping block, the index-mapping to the foundation of the non-rowkey inquiry of HBase field with rowkey;
Enquiry module according to index-mapping relation, first inquires the corresponding HBase rowkey of this inquiry field in SolrCloud, re-uses this rowkey and in HBase, inquires about required data;
Display module, by Query Result to user's Pagination Display.
6. device as claimed in claim 5, is characterized in that, also comprises:
Update module, in the time of data change in HBase, the index-mapping in regular renewal SolrCloud.
7. device as claimed in claim 5, is characterized in that, also comprises:
Synchronization module,, sends to the index-mapping of renewal on other replica servers of same burst during as master server at this device.
8. device as claimed in claim 7, is characterized in that,
Synchronization module, at this device during as replica server, after update module is upgraded index-mapping, on the master server under synchronization module sends to the index-mapping of renewal.
CN201410336964.3A 2014-07-15 2014-07-15 Massive data query method Pending CN104102710A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410336964.3A CN104102710A (en) 2014-07-15 2014-07-15 Massive data query method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410336964.3A CN104102710A (en) 2014-07-15 2014-07-15 Massive data query method

Publications (1)

Publication Number Publication Date
CN104102710A true CN104102710A (en) 2014-10-15

Family

ID=51670864

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410336964.3A Pending CN104102710A (en) 2014-07-15 2014-07-15 Massive data query method

Country Status (1)

Country Link
CN (1) CN104102710A (en)

Cited By (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104731945A (en) * 2015-03-31 2015-06-24 浪潮集团有限公司 Full-text searching method and device based on HBase
CN104834730A (en) * 2015-05-15 2015-08-12 北京京东尚科信息技术有限公司 Data analysis system and method
CN104951509A (en) * 2015-05-25 2015-09-30 中国科学院信息工程研究所 Big data online interactive query method and system
CN105095458A (en) * 2015-07-29 2015-11-25 南威软件股份有限公司 Method for big data retrieval based on time characteristics and supporting complicated conditions
CN105320746A (en) * 2015-09-25 2016-02-10 北京北信源软件股份有限公司 Big data based index acquisition method and system
CN105787058A (en) * 2016-02-26 2016-07-20 广州品唯软件有限公司 User label system and data pushing system based on same
CN105989117A (en) * 2015-02-13 2016-10-05 中国移动通信集团山西有限公司 Method and system for rapidly and jointly processing semi-structured data
CN106202490A (en) * 2016-07-19 2016-12-07 浪潮电子信息产业股份有限公司 A kind of SolrCloud configuration file amending method, Apparatus and system
CN106326309A (en) * 2015-07-03 2017-01-11 阿里巴巴集团控股有限公司 Data query method and device
CN106326429A (en) * 2016-08-25 2017-01-11 武汉光谷信息技术股份有限公司 Hbase second-level query scheme based on solr
CN106446145A (en) * 2016-09-21 2017-02-22 郑州云海信息技术有限公司 Quick creation method based on Hadoop for big data index
CN106528051A (en) * 2016-11-15 2017-03-22 国云科技股份有限公司 High-efficiency operation method for queuing and stacking big data based on MongoDB
CN106649828A (en) * 2016-12-29 2017-05-10 中国银联股份有限公司 Data query method and system
CN106682148A (en) * 2016-12-22 2017-05-17 北京锐安科技有限公司 Method and device based on Solr data search
CN106844374A (en) * 2015-12-04 2017-06-13 北京四维图新科技股份有限公司 A kind of storage, the method and device of retrieval photo
CN106909671A (en) * 2017-02-28 2017-06-30 湖南蚁坊软件股份有限公司 A kind of method and system of NoSQL databases condition query
CN107038207A (en) * 2017-02-20 2017-08-11 阿里巴巴集团控股有限公司 A kind of data query method, data processing method and device
CN107239517A (en) * 2017-05-23 2017-10-10 中国联合网络通信集团有限公司 Many condition searching method and device based on Hbase databases
CN107291964A (en) * 2017-08-16 2017-10-24 南京华飞数据技术有限公司 A kind of method that fuzzy query is realized based on HBase
CN107515867A (en) * 2016-06-15 2017-12-26 阿里巴巴集团控股有限公司 The generation method and device that data storage, querying method and the device and a kind of rowKey of a kind of NoSQL databases combine entirely
CN107704475A (en) * 2016-08-10 2018-02-16 泰康保险集团股份有限公司 Multilayer distributed unstructured data storage method, querying method and device
CN108153805A (en) * 2017-11-17 2018-06-12 广东睿江云计算股份有限公司 A kind of method, the system of efficient cleaning Hbase time series datas
CN108319636A (en) * 2017-11-27 2018-07-24 大象慧云信息技术有限公司 Electronic invoice data querying method
CN108628893A (en) * 2017-03-21 2018-10-09 华为技术有限公司 Metadata access method and storage device in a kind of storage device
CN109144995A (en) * 2017-06-26 2019-01-04 辽宁艾特斯智能交通技术有限公司 A kind of highway magnanimity transaction data search method
CN109271437A (en) * 2018-09-27 2019-01-25 智庭(北京)智能科技有限公司 A kind of Query method in real time of magnanimity rent information
CN110297832A (en) * 2019-07-01 2019-10-01 联想(北京)有限公司 A kind of time series data storage method and device, time series data querying method and device
CN110362549A (en) * 2019-06-17 2019-10-22 平安普惠企业管理有限公司 Log memory search method, electronic device and computer equipment
CN110555021A (en) * 2018-03-26 2019-12-10 深圳先进技术研究院 Data storage method, query method and related device
CN110765132A (en) * 2019-10-22 2020-02-07 北京思特奇信息技术股份有限公司 Data storage and retrieval method and device based on HBase
CN111797134A (en) * 2020-06-23 2020-10-20 北京小米松果电子有限公司 Data query method and device of distributed database and storage medium
CN112148731A (en) * 2020-08-13 2020-12-29 新华三大数据技术有限公司 Data paging query method, device and storage medium
CN112632157A (en) * 2021-03-11 2021-04-09 全时云商务服务股份有限公司 Multi-condition paging query method under distributed system
CN112687364A (en) * 2020-12-24 2021-04-20 宁波金唐软件有限公司 Hbase-based medical data management method and system
WO2023143095A1 (en) * 2022-01-25 2023-08-03 Zhejiang Dahua Technology Co., Ltd. Method and system for data query

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2610759A1 (en) * 2010-08-26 2013-07-03 Tencent Technology (Shenzhen) Company Limited Method and apparatus for managing massive data messages
CN103399887A (en) * 2013-07-19 2013-11-20 蓝盾信息安全技术股份有限公司 Query and statistical analysis system for mass logs
CN103701633A (en) * 2013-12-09 2014-04-02 国家电网公司 Setup and maintenance system of visual cluster application for distributed search SolrCloud

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2610759A1 (en) * 2010-08-26 2013-07-03 Tencent Technology (Shenzhen) Company Limited Method and apparatus for managing massive data messages
CN103399887A (en) * 2013-07-19 2013-11-20 蓝盾信息安全技术股份有限公司 Query and statistical analysis system for mass logs
CN103701633A (en) * 2013-12-09 2014-04-02 国家电网公司 Setup and maintenance system of visual cluster application for distributed search SolrCloud

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MR.CHENZ: "基于Solr的HBase多条件查询", 《博客园》 *

Cited By (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105989117A (en) * 2015-02-13 2016-10-05 中国移动通信集团山西有限公司 Method and system for rapidly and jointly processing semi-structured data
CN104731945A (en) * 2015-03-31 2015-06-24 浪潮集团有限公司 Full-text searching method and device based on HBase
CN104731945B (en) * 2015-03-31 2018-04-06 浪潮集团有限公司 A kind of text searching method and device based on HBase
CN104834730A (en) * 2015-05-15 2015-08-12 北京京东尚科信息技术有限公司 Data analysis system and method
CN104834730B (en) * 2015-05-15 2018-06-01 北京京东尚科信息技术有限公司 data analysis system and method
CN104951509A (en) * 2015-05-25 2015-09-30 中国科学院信息工程研究所 Big data online interactive query method and system
CN106326309A (en) * 2015-07-03 2017-01-11 阿里巴巴集团控股有限公司 Data query method and device
CN106326309B (en) * 2015-07-03 2020-02-21 阿里巴巴集团控股有限公司 Data query method and device
CN105095458A (en) * 2015-07-29 2015-11-25 南威软件股份有限公司 Method for big data retrieval based on time characteristics and supporting complicated conditions
CN105320746A (en) * 2015-09-25 2016-02-10 北京北信源软件股份有限公司 Big data based index acquisition method and system
CN106844374B (en) * 2015-12-04 2020-04-03 北京四维图新科技股份有限公司 Method and device for storing and retrieving photos
CN106844374A (en) * 2015-12-04 2017-06-13 北京四维图新科技股份有限公司 A kind of storage, the method and device of retrieval photo
CN105787058A (en) * 2016-02-26 2016-07-20 广州品唯软件有限公司 User label system and data pushing system based on same
CN105787058B (en) * 2016-02-26 2019-08-02 广州品唯软件有限公司 A kind of user tag system and the data delivery system based on user tag system
CN107515867B (en) * 2016-06-15 2021-06-29 阿里巴巴集团控股有限公司 Data storage and query method and device of NoSQL database and generation method and device of rowKey full combination
CN107515867A (en) * 2016-06-15 2017-12-26 阿里巴巴集团控股有限公司 The generation method and device that data storage, querying method and the device and a kind of rowKey of a kind of NoSQL databases combine entirely
CN106202490A (en) * 2016-07-19 2016-12-07 浪潮电子信息产业股份有限公司 A kind of SolrCloud configuration file amending method, Apparatus and system
CN107704475A (en) * 2016-08-10 2018-02-16 泰康保险集团股份有限公司 Multilayer distributed unstructured data storage method, querying method and device
CN106326429A (en) * 2016-08-25 2017-01-11 武汉光谷信息技术股份有限公司 Hbase second-level query scheme based on solr
CN106446145A (en) * 2016-09-21 2017-02-22 郑州云海信息技术有限公司 Quick creation method based on Hadoop for big data index
CN106528051A (en) * 2016-11-15 2017-03-22 国云科技股份有限公司 High-efficiency operation method for queuing and stacking big data based on MongoDB
CN106528051B (en) * 2016-11-15 2019-02-19 国云科技股份有限公司 The method of big data queue stack manipulation based on MongoDB
CN106682148A (en) * 2016-12-22 2017-05-17 北京锐安科技有限公司 Method and device based on Solr data search
CN106649828B (en) * 2016-12-29 2019-12-24 中国银联股份有限公司 Data query method and system
CN106649828A (en) * 2016-12-29 2017-05-10 中国银联股份有限公司 Data query method and system
CN107038207B (en) * 2017-02-20 2021-03-19 创新先进技术有限公司 Data query method, data processing method and device
CN107038207A (en) * 2017-02-20 2017-08-11 阿里巴巴集团控股有限公司 A kind of data query method, data processing method and device
CN106909671A (en) * 2017-02-28 2017-06-30 湖南蚁坊软件股份有限公司 A kind of method and system of NoSQL databases condition query
CN108628893A (en) * 2017-03-21 2018-10-09 华为技术有限公司 Metadata access method and storage device in a kind of storage device
CN107239517A (en) * 2017-05-23 2017-10-10 中国联合网络通信集团有限公司 Many condition searching method and device based on Hbase databases
CN107239517B (en) * 2017-05-23 2020-09-29 中国联合网络通信集团有限公司 Multi-condition searching method and device based on Hbase database
CN109144995A (en) * 2017-06-26 2019-01-04 辽宁艾特斯智能交通技术有限公司 A kind of highway magnanimity transaction data search method
CN109144995B (en) * 2017-06-26 2022-09-13 辽宁艾特斯智能交通技术有限公司 Method for searching mass transaction data on highway
CN107291964B (en) * 2017-08-16 2019-11-15 南京华飞数据技术有限公司 A method of fuzzy query is realized based on HBase
CN107291964A (en) * 2017-08-16 2017-10-24 南京华飞数据技术有限公司 A kind of method that fuzzy query is realized based on HBase
CN108153805A (en) * 2017-11-17 2018-06-12 广东睿江云计算股份有限公司 A kind of method, the system of efficient cleaning Hbase time series datas
CN108319636A (en) * 2017-11-27 2018-07-24 大象慧云信息技术有限公司 Electronic invoice data querying method
CN110555021A (en) * 2018-03-26 2019-12-10 深圳先进技术研究院 Data storage method, query method and related device
CN110555021B (en) * 2018-03-26 2023-09-19 深圳先进技术研究院 Data storage method, query method and related device
CN109271437A (en) * 2018-09-27 2019-01-25 智庭(北京)智能科技有限公司 A kind of Query method in real time of magnanimity rent information
CN110362549A (en) * 2019-06-17 2019-10-22 平安普惠企业管理有限公司 Log memory search method, electronic device and computer equipment
CN110297832A (en) * 2019-07-01 2019-10-01 联想(北京)有限公司 A kind of time series data storage method and device, time series data querying method and device
CN110297832B (en) * 2019-07-01 2021-12-24 联想(北京)有限公司 Time sequence data storage method and device and time sequence data query method and device
CN110765132A (en) * 2019-10-22 2020-02-07 北京思特奇信息技术股份有限公司 Data storage and retrieval method and device based on HBase
CN111797134A (en) * 2020-06-23 2020-10-20 北京小米松果电子有限公司 Data query method and device of distributed database and storage medium
CN112148731B (en) * 2020-08-13 2022-05-27 新华三大数据技术有限公司 Data paging query method, device and storage medium
CN112148731A (en) * 2020-08-13 2020-12-29 新华三大数据技术有限公司 Data paging query method, device and storage medium
CN112687364A (en) * 2020-12-24 2021-04-20 宁波金唐软件有限公司 Hbase-based medical data management method and system
CN112632157A (en) * 2021-03-11 2021-04-09 全时云商务服务股份有限公司 Multi-condition paging query method under distributed system
WO2023143095A1 (en) * 2022-01-25 2023-08-03 Zhejiang Dahua Technology Co., Ltd. Method and system for data query

Similar Documents

Publication Publication Date Title
CN104102710A (en) Massive data query method
US11816126B2 (en) Large scale unstructured database systems
CN106611046B (en) Spatial data storage processing middleware system based on big data technology
CN106708993B (en) Method for realizing space data storage processing middleware framework based on big data technology
US9720992B2 (en) DML replication with logical log shipping
US9081837B2 (en) Scoped database connections
US10776336B2 (en) Dynamic creation and maintenance of multi-column custom indexes for efficient data management in an on-demand services environment
CN102567495B (en) Mass information storage system and implementation method
US8214355B2 (en) Small table: multitenancy for lots of small tables on a cloud database
CN111639078A (en) Data query method and device, electronic equipment and readable storage medium
Gajendran A survey on nosql databases
CN104657459A (en) Massive data storage method based on file granularity
CN102917009B (en) A kind of stock certificate data collection based on cloud computing technology and storage means and system
US11216516B2 (en) Method and system for scalable search using microservice and cloud based search with records indexes
CN104112013A (en) HBase secondary indexing method and device
US10534797B2 (en) Synchronized updates across multiple database partitions
CN103927331A (en) Data querying method, data querying device and data querying system
Borkar et al. Have your data and query it too: From key-value caching to big data management
Naheman et al. Review of NoSQL databases and performance testing on HBase
CN103353901A (en) Orderly table data management method and system based on Hadoop distributed file system (HDFS)
CN104503985A (en) Method for automatically creating Solr index file by Hbase data
CN106156319A (en) Telescopic distributed resource description framework data storage method and device
CN112416991A (en) Data processing method and device and storage medium
Brunette et al. ODK tables: building easily customizable information applications on Android devices
CN103365987A (en) Clustered database system and data processing method based on shared-disk framework

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20141015

WD01 Invention patent application deemed withdrawn after publication