HBase Application Scenarios
Storage and Query of Message Logs
Application Scenarios:
Structured and semi-structured key-value data can be stored and queried, including messages, reports, recommendation data, risk control data, logs, and orders.
Advantages:
- Mass storage
Offline and online storage of massive volumes of key-value data, and flexible capacity expansion
- High-performance read/write
100-million-level write throughput, millisecond-level query latency for presenting online applications and reports
- Enriched ecosystem
A large number of Hadoop ecosystem components, integrated with HUAWEI CLOUD products
Profile Storage and Query
Application Scenarios:
Labels are used to describe characteristics of people and objects. Each person or object has a set of labels that are uncertain because data is frequently updated. This type of data is widely used in marketing decision-making, recommendation, and advertising systems.
Advantages
- Sparse matrix
The sparse matrix model of HBase is suitable for storing unstructured data. No schema needs to be predefined for tables and no strict column definition is required among rows.
- Easy update
You can update any rows at any time without performance loss. HBase built-in versioning mechanism is used to save multiple historical versions of data.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot