James Taylor created PHOENIX-3473:
-------------------------------------
Summary: Send separate cache RPC with ON DUPLICATE KEY if same
across entire batch bigger than a threshold
Key: PHOENIX-3473
URL: https://issues.apache.org/jira/browse/PHOENIX-3473
Project: Phoenix
Issue Type: Bug
Reporter: James Taylor
We currently send the ON DUPLICATE KEY information individually with each Put.
If there are many Puts in a batch and all the information is the same, we can
prevent this by sending a separate cache RPC with this info instead (similar to
what we do for the index metadata).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)