stoty commented on PR #2222: URL: https://github.com/apache/phoenix/pull/2222#issuecomment-3072242007
> @richardantal Is there performance gain from using multiple values in a single query ? I don't think so since we can achieve the same by batching multiple upsert statements and then doing a commit. My take: - Avoids network RTT for Query Server - Avoids multiple query parse and compilation phases also: - Adds an previously unimplemented SQL feature. - Improves compatibility with existing SQL tools that expect thisfeature (though in reality, most of those tools don't handle upserts anyway) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org