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 2018/11/16 18:02:00 UTC

[jira] [Created] (PHOENIX-5026) Add client setting to disable server side deletes

Lars Hofhansl created PHOENIX-5026:
--------------------------------------

             Summary: Add client setting to disable server side deletes
                 Key: PHOENIX-5026
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5026
             Project: Phoenix
          Issue Type: Improvement
            Reporter: Lars Hofhansl


Like PHOENIX-3818 server side deletes.

We've seen issues with larger deletes (see PHOENIX-5007).
In many case it is probably better to handle deletes from the client. That way requests are properly chunked, handler threads are not tied up, and there's no "funniness" with issues mutation from a scan RPC.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)