You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2015/10/07 00:47:26 UTC

[jira] [Commented] (PHOENIX-2307) Build means to set min/max timestamp on store files on region splits.

    [ https://issues.apache.org/jira/browse/PHOENIX-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945952#comment-14945952 ] 

James Taylor commented on PHOENIX-2307:
---------------------------------------

[~lhofhansl] - are there APIs we could use from a split coprocessor hook to set the min/max timestamp for an HFile?

> Build means to set min/max timestamp on store files on region splits.
> ---------------------------------------------------------------------
>
>                 Key: PHOENIX-2307
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2307
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Samarth Jain
>
> On region splits, there possibly could be cases where Phoenix would be able to set the min/max timestamps itself. One such scenario being when the part of row key prior to the timestamp hasn't changed in the region that is to be split. Or when the leading part of the row key is timestamp, with or without salting. In such cases, it would be relatively easy to figure out what the min and max timestamps should be on the newly created child regions. To build this we would need HBase apis to set the min/max timestamps on the HFiles which could be then called in coprocessor hooks for splits.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)