(学习笔记)

  1. client和regionServer连接,通过rowkey查找对应的region
  2. 多个列簇生成多个storeScaner
  3. 每个storeScaner生成一个MemstoreScanner和多个StoreFileScaner(和region里面的结构对应)
  4. 通过key过滤不存在检索数据的storeFile数据,(keyRange过滤,timeRange过滤,BloomFilter过滤) 
  5. 数据首先查找Memstore
  6. 然后查找blockCache
  7. 最后查找Hfile数据
posted on 2018-10-24 08:44  cnblogs-ycc  阅读(103)  评论(0编辑  收藏  举报