James Taylor created PHOENIX-4100:
-------------------------------------
Summary: Simplify mutable secondary index implementation
Key: PHOENIX-4100
URL: https://issues.apache.org/jira/browse/PHOENIX-4100
Project: Phoenix
Issue Type: Improvement
Reporter: James Taylor
There's a lot of code for mutable secondary indexes, a lot of which is
commented out (because it's not working under load). With all the latest
patches, in particular PHOENIX-4089, we don't need most of it. Instead, we can
do a simple scan to find the current value of the data row. We won't have
mutations at the same time due to our locking and due to us timestamping the
rows.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)