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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -