Log-structured database system query processing method and device
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- HUAWEI TECH CO LTD
- Publication Date
- 2015-05-27
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] Embodiments of the present invention generally relate to database technologies, and in particular, relate to a method and device for processing query request messages in a log-structured database system. Background technique
[0002] A tuple is a common concept in database systems, referring to a record in a database table. A tuple can have multiple versions, and the versions are associated by a primary key. A log-structured database system is a database system that stores tuples in a log-like form. In a log-structured database system, when a tuple is added or modified, the new tuple or the new value of the tuple will be appended to the new location instead of modifying the original version of the persisted tuple; when the tuple is deleted, The delete action is identified by a tuple version in a special format (such as adding a delete marker). When reading data, if the delete marker is found, the tuple will be automatically filtered.
[0003] Due to...