[
https://issues.apache.org/jira/browse/PHOENIX-5026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16689966#comment-16689966
]
Lars Hofhansl commented on PHOENIX-5026:
----------------------------------------
So I added the flag (also applies to same-table UPSERT/SELECT), and guess what,
the delete that timed out after 3 minutes with server side deletes in
PHOENIX-5007, now completes in 65s.
(This was on a single machine, etc, so not realistic, but still an indicator)
> 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
> Priority: Major
>
> 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)