Brock Noland has posted comments on this change.

Change subject: KUDU-1563. Add support for INSERT IGNORE
......................................................................


Patch Set 8:

>From the JIRA "The Java client currently has an option to ignore duplicate row 
>key errors, which is implemented by filtering the errors on the client side. 
>If we are going to continue to support this feature (and the consensus seems 
>to be that we probably should), we should promote it to a first class 
>operation type that is handled on the server side. This would have a modest 
>perf. improvement since less errors are returned, and it would allow INSERT 
>IGNORE ops to be mixed in the same batch as other INSERT, DELETE, UPSERT, etc. 
>ops."

-- 
To view, visit http://gerrit.cloudera.org:8080/4491
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5bfc35e9d27bd5e2d3375b68e6e4716ed671f36c
Gerrit-PatchSet: 8
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Brock Noland <br...@phdata.io>
Gerrit-Reviewer: Brock Noland <br...@phdata.io>
Gerrit-Reviewer: David Ribeiro Alves <dral...@apache.org>
Gerrit-Reviewer: Jean-Daniel Cryans <jdcry...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Tidy Bot
Gerrit-Reviewer: Todd Lipcon <t...@apache.org>
Gerrit-HasComments: No

Reply via email to