A general high-performance data writing method for hbase database
A data writing, high-performance technology, applied in the field of big data writing to HBase database, can solve problems such as blocking HBase's regionserver client, affecting storage efficiency, and regionserver downtime, avoiding concurrent security risks and avoiding queue data. The effect of blocking and avoiding data interference
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0009] This general high-performance data writing method for Hbase database uses a data distribution mechanism to evenly distribute multiple copies of data. The data in different tables has different data processing objects. The HTable object array is a local variable of this object; One corresponds to an HTable object array; each piece of data is written into a buffer, and then the HTable object array reads the written buffer for storage operation; the HTable object array adds data to the used buffer during the process of writing data. When the thread lock is applied, the data not written into the buffer bypasses the buffer with the thread lock and writes a new buffer.
[0010] The present invention uses a data distribution mechanism to evenly distribute multiple data, and the data in different tables has different data processing objects, and the receivers (HTable object arrays) of the distributed multiple data are all local variables of this object, thus ensuring the table l...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 

