[ 
https://issues.apache.org/jira/browse/HBASE-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703523#action_12703523
 ] 

stack commented on HBASE-1249:
------------------------------

Yes, I mean TimeRange (sorry).

On the Family object, how many times would we have to repeat family in the old 
byte [][] of columns before it cost more than creation of Family object with a 
List?  I'm guessing we'd have to have a lot of entries in a Get before it'd 
cost less using Family objects (In general, just trying to keep down number of 
items we deal with).  Would the Family be passed over IRC?

I can early out if compareTo returns > 0 -- i.e. we've gone beyond -- and we 
have enough versions?  Do I need extra codes?

Is GetXServer different from GetX on client?

On filters, the docs suggest we're doing new type of filter.  Was asking if 
that true.

> Rearchitecting of server, client, API, key format, etc for 0.20
> ---------------------------------------------------------------
>
>                 Key: HBASE-1249
>                 URL: https://issues.apache.org/jira/browse/HBASE-1249
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Jonathan Gray
>            Priority: Blocker
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1249-Example-v1.pdf, HBASE-1249-Example-v2.pdf, 
> HBASE-1249-GetQuery-v1.pdf, HBASE-1249-GetQuery-v2.pdf, 
> HBASE-1249-GetQuery-v3.pdf, HBASE-1249-GetQuery-v4.pdf, 
> HBASE-1249-StoreFile-v1.pdf, HBASE-1249-StoreFile-v4.pdf
>
>
> To discuss all the new and potential issues coming out of the change in key 
> format (HBASE-1234): zero-copy reads, client binary protocol, update of API 
> (HBASE-880), server optimizations, etc...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to