Method for achieving NoSQL key-value storage engine
A storage engine and key-value technology, applied in the database field, can solve problems such as waste of resources, long development cycle, time-consuming and laborious, etc., achieve the effect of improving operating efficiency and avoiding repeated development work
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0048] According to the method proposed by the present invention, the specific operation process of implementing KeyValueSE based on the source code of PostgreSQL is as follows:
[0049] S110: Remove the code of PostgreSQL's parser, optimizer, executor, metadata management, type support system, server framework and other modules, as well as the code of auxiliary functions such as internationalization support, communication protocol, programming interface, etc., and only keep the storage engine Subsystem code.
[0050] S120: Define a fixed "byte string" data type and a fixed single-column fixed attribute object using this "byte string" type in the storage engine, and use the attribute object to create a fixed data row structure description character object tupleDesc. The key code snippets are as follows:
[0051]
[0052]
[0053]
[0054] S130: Use the data row structure descriptor object tupleDesc object as the data row structure of all data tables, so that the dat...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com