You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Diego Fustes Villadóniga (JIRA)" <ji...@apache.org> on 2015/11/11 11:51:11 UTC

[jira] [Created] (PHOENIX-2400) Delete column values by timestamp

Diego Fustes Villadóniga created PHOENIX-2400:
-------------------------------------------------

             Summary: Delete column values by timestamp
                 Key: PHOENIX-2400
                 URL: https://issues.apache.org/jira/browse/PHOENIX-2400
             Project: Phoenix
          Issue Type: New Feature
            Reporter: Diego Fustes Villadóniga


I'm working in a project where we store incremental versions of an object in HBase, now using Phoenix. When we update the object, we store only the differences, and we save the timestamp of the update, so the modified values are related with it. This way, using the HBase API, we can rollback the changes by using  the "deleteColumn" method of the "Delete" class. Is there a way to do this in Phoenix? Could it be implemented in next releases?

Regards,

Diego 



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