From METADATA table, we can know the StartRow and EndRow of a range, but how to know how many rows there exists between StartRow and EndRow?
--
You received this message because you are subscribed to the Google Groups "Hypertable User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hypertable-us...@googlegroups.com.
To post to this group, send email to hyperta...@googlegroups.com.
Visit this group at http://groups.google.com/group/hypertable-user?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I remember a fact Christoph said, when executing 'select * from tab offset m limit n', the first m rows will be skipped according to the Range information in the client cache, then start from the (m+1)th row to fetch the following n rows, is it right?If so, how to know which range the (m+1)th row exists in? i.e. how to skip the first m rows if there is no a way to quickly calculate the rows in a range.
--
You received this message because you are subscribed to the Google Groups "Hypertable User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hypertable-us...@googlegroups.com.
To post to this group, send email to hyperta...@googlegroups.com.
Visit this group at http://groups.google.com/group/hypertable-user?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
the client library will toss out the first m results and return the next n results.If i use the Thrift API and an additioal ThriftBroker, is the client library the ThriftBroker on an additional machine or Native library on the RangeServer?
--
You received this message because you are subscribed to the Google Groups "Hypertable User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hypertable-us...@googlegroups.com.
To post to this group, send email to hyperta...@googlegroups.com.
Visit this group at http://groups.google.com/group/hypertable-user?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.