You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Lars Hofhansl (Jira)" <ji...@apache.org> on 2020/07/10 17:51:00 UTC

[jira] [Created] (PHOENIX-6000) Client side DELETEs should use local indexes for filtering

Lars Hofhansl created PHOENIX-6000:
--------------------------------------

             Summary: Client side DELETEs should use local indexes for filtering
                 Key: PHOENIX-6000
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6000
             Project: Phoenix
          Issue Type: Bug
            Reporter: Lars Hofhansl


I just noticed that client side DELETEs do not use local indexes for filtering if they do not cover all keys of all other indexes.
Unless I am missing something this is not necessary, for local indexes we have the data available in the region and can fill back the uncovered column (just like we do for SELECTs)




--
This message was sent by Atlassian Jira
(v8.3.4#803005)