Indexing and retrieval system based on HBase-ORM (Object Relational Mapping)
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- THE 28TH RES INST OF CHINA ELECTRONICS TECH GROUP CORP
- Publication Date
- 2016-12-07
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention belongs to the field of big data storage and retrieval, and in particular relates to an index and retrieval system based on HBase-ORM. Background technique
[0002] The development of database technology has produced two types of SQL databases and NoSQL (collectively referred to as all non-relational databases) databases. There are currently many NoSQL databases, most of which are open source, among which the well-known ones are: MemcacheDB, Redis, Tokyo Cabinet, Flare, MongoDB, CouchDB, Cassandra, Voldemort, etc. Non-relational databases do not support relational models, do not support connection operations, are easy to use and deploy, and have achieved certain results in realizing distributed storage of massive data and fast reading and writing technologies.
[0003] When accessing and operating a relational database, an ORM framework is usually used to be responsible for data persistence. For example, Hibernate is the most popular OR...