Data processing method and system, electronic equipment and computer program product
A technology for data processing and management, applied in the database field, it can solve the problems of unreceived logs, disordered order, etc.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0031] First of all, some nouns or terms that appear during the description of the embodiments of the present application are applicable to the following explanations:
[0032] HBase: HBase is an open source non-relational database storage system.
[0033] Wal: In the computer field, Write-ahead logging is a series of technologies used to provide atomicity and persistence in relational database systems. In a system using WAL, all modifications must be written to a log (log) file before committing.
[0034] Segment: log sequence, which is a continuous data update log, once it is closed, it becomes read-only. For ease of management, log files are divided into N segments, and each segment is called a Wal segment file (log sequence file).
[0035] LogEntry: A log that records an update operation of a data in a table, including the operation time and update content.
[0036] Region : partition, representing a continuous data space, a partition contains a start key (startkey) and...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


