Seraph Imalia wrote:
Hi Ryan,

Thanks for your response - I am also working on this project.

I was hoping that hBase perhaps treated the time range differently which would prevent a full table scan. I suppose our only next option is to implement indexing?

Yes I would say so except if a time-based key can naturally identify a record, or if you will always retrieve your records using time queries. In that case you could create a key which is a concat of a timestamp and your old SQL uid,

cheers
TuX



Reply via email to