Hbase 总览
大约 2 分钟
hbase主要用来存储大数据量数据,底层存储采用的是hdfs来存储,是一种列式存储nosql数据库。
逻辑存储结构
假设现在要存储这样的数据:
{
"row_key1": {
"personal_info": {
"name": "zhangsan",
"city": "北京",
"phone": "131********"
},
"office_info": {
"tel": "010-1111111",
"address": "atguigu"
}
},
"row_key11": {
"personal_info": {
"city": "上海",
"phone": "132********"
},
"office_info": {
"tel": "010-1111111"
}
},
"row_key2": {
......
}
}
逻辑上看,大概这样子

Region: 一定范围的row_key组成一个region
物理存储结构

系统推荐
- Cordova+Umi项目搭建步骤
- Notion笔记定时备份
- RSA 加密解密多语言实现方案
- Spring Cloud Gateway收到的是http请求,但schema却是https
- JetBrains IDE 全破解
- 数据同步方案
- gperftools
- MySQL索引
- Java语言完成notion笔记备份
- vuepress-theme-hope使用心得
- 分布式问题
- Mermaid示例
- 随机毒鸡汤:人帅忧郁是有故事,人丑忧郁是有事故。