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/04/17 01:08:59 UTC

[jira] [Created] (PHOENIX-1882) Issue column family deletes instead of row deletes in PTableImpl

James Taylor created PHOENIX-1882:
-------------------------------------

             Summary: Issue column family deletes instead of row deletes in PTableImpl
                 Key: PHOENIX-1882
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1882
             Project: Phoenix
          Issue Type: Sub-task
            Reporter: James Taylor
            Assignee: Thomas D'Silva


Since PTable knows which column families are under control of Phoenix (table.getColumnFamilies()), we should issue a column family delete for each of them instead of a row delete (this is what it gets translated to anyway when it gets to the server). This is actually better, as Phoenix should not attempt to manage undeclared column families.



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