hbase - Can timerange scan skip storefiles and avoid fullscan? -


if try scan column family's data timerange, hbase avoid fullscan? speeking, hbase track anywhere timestamp range storefile?

yes, keeps track of last modified time , creation time of block. so, skip scanning blocks fall out of timerange(last modified time , creation time of block).
recommend using if can.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -