发布网友 发布时间:2022-11-27 15:30
共2个回答
热心网友 时间:2023-10-17 04:27
regionname查询: HBase写记录过程中regionname查找简介:主要是看如何进行region选择,完成按domain域的数据散列,分摊至不同region上 |-->HTable table = new HTable(config, tablename); |-->Put put = new Put(Bytes.toBytes("test2"))热心网友 时间:2023-10-17 04:28
Region 中包含 Store,HLog,MemStore 答案中只有 MemStore , 所以 MemStore 是必须的