[
https://issues.apache.org/jira/browse/HBASE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633522#action_12633522
]
Jim Kellerman commented on HBASE-847:
-------------------------------------
> Doğacan Güney - 22/Sep/08 01:58 PM
>
> Btw, a question: Do you think it is a good idea to change Cell so that if it
> stores
> multiple <timestamp, value> pairs, those pairs are sorted? I mean, the value
> with the latest timestamp will be returned first during an iteration?
That would be nice, but will require substantial changes to
HStore.{getFull,getFullFromMapFile}
and Memcache.getFull
At first glance, however, changes are required there just to be able to get
multiple versions in the first place.
> new API: HTable.getRow with numVersion specified
> ------------------------------------------------
>
> Key: HBASE-847
> URL: https://issues.apache.org/jira/browse/HBASE-847
> Project: Hadoop HBase
> Issue Type: New Feature
> Components: client
> Affects Versions: 0.2.0
> Reporter: Michael Bieniosek
> Assignee: Jim Kellerman
> Fix For: 0.19.0
>
> Attachments: HBASE_847.patch
>
>
> I'd like to be able to call HTable.getRow with numVersions, and get multiple
> versions for each column.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.