| clear query|facets|time |
Search criteria: .
Results from 1 to 8 from
8 (0.149s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: attributes - basic question - HBase - [mail # user]
|
|
...Your last point was exactly what I was looking for. I am thinking about using attributes along with coprocessors to impose some application-level authorization constraints. For e...
|
|
|
Author: Toby Lazar,
2013-02-22, 22:37
|
|
|
attributes - basic question - HBase - [mail # user]
|
|
...What is the purpose of the getAttribute and setAttribute methods for classes implementing OperationWithAttributes? I don't see much documentation about them, haven't seen much discussi...
|
|
|
Author: Toby Lazar,
2013-02-22, 18:41
|
|
|
Re: Pagination with HBase - getting previous page of data - HBase - [mail # user]
|
|
...Quick question - if you perform the pagination client-side and just call scanner.iterator().next() to get to the necessary results, doesn't this add unecessary network traffic of the unused ...
|
|
|
Author: Toby Lazar,
2013-02-03, 17:25
|
|
|
Re: Pagination with HBase - getting previous page of data - HBase - [mail # user]
|
|
...Sounds like if you had 1000 regions, each with 99 rows, and you asked for 100 that you'd get back 99,000. My guess is that a Filter is serialized once and that is sent successively to each r...
|
|
|
Author: Toby Lazar,
2013-01-30, 12:42
|
|
|
Re: paging results filter - HBase - [mail # user]
|
|
...Yes, I think so. I thought that reading random pages of results without knowing the starting row seems like a pretty common use case (looks like Vijay asked about a similar use case ye...
|
|
|
Author: Toby Lazar,
2013-01-25, 14:23
|
|
|
Re: paging results filter - HBase - [mail # user]
|
|
...I don't see a way of specifying which page of resluts I want. For example, if I want page 3 with page size of 20 (only results 41-60), I don't see how PageFilter can be configued for t...
|
|
|
Author: Toby Lazar,
2013-01-24, 13:14
|
|
|
paging results filter - HBase - [mail # user]
|
|
...Hi, I need to create a client function that allows paging of scan results (initially return results 1-20, then click on page to to show results 21-40, 41-60, etc.) without needing to r...
|
|
|
Author: Toby Lazar,
2013-01-24, 12:50
|
|
|
Re: Can a RegionObserver coprocessor increment counter of a row key that may not belong to the region ? - HBase - [mail # user]
|
|
...Does this exclude the use of coprocessors to update secondary indexes (since they will likely be in a different table/region)? Is there a recommended approach to real-time secondary in...
|
|
|
Author: Toby Lazar,
2012-12-06, 16:25
|
|
|
|