Hi Tomasz, That's right. It basically means that you functionally also have support for OFFSET, but it's a naive/greedy implementation which does the offsetting at the client side.
I am not aware of a method to push down the offset criteria to the HBase query (scan), but if there is a way it would be an awesome improvement to use it. Maybe worth a little research, maybe even asking around on the HBase mailing lists? Kasper 2014-06-21 11:11 GMT+02:00 Tomasz Guziałek < [email protected]>: > Hello > > I need to effectively read a range of records from HBase, so I have been > analyzing the code for support of LIMIT and OFFSET clauses in > HBaseDataContext. It seems like some efforts already has been done; > HBaseDataContext has an implementation of materializeMainSchemaTable method > with setting maxRows. Do I understand it well that LIMIT is supported, but > not OFFSET? > Best regards, > Tomasz >
