[
https://issues.apache.org/jira/browse/PHOENIX-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid resolved PHOENIX-560.
----------------------------------
Resolution: Fixed
Bulk resolve of closed issues imported from GitHub. This status was reached by
first re-opening all closed imported issues and then resolving them in bulk.
> Adding PhoenixIndexBuilder to handle full index short-circuting.
> ----------------------------------------------------------------
>
> Key: PHOENIX-560
> URL: https://issues.apache.org/jira/browse/PHOENIX-560
> Project: Phoenix
> Issue Type: Task
> Reporter: Jason Yates
>
> Previously, short circuiting only work on the building the index side.
> However, that meant that
> for every mutation we were still checking each KV to see if it was an index
> type. This lead to a
> 20% slowdown from the case where indexing codec wasn't even installed.
> There is a little bit of work to be done here as we aren't completely smart
> about managing the
> IndexMaintainers - we re-find the set of maintainers for each Mutation
> everytime we need them. Its
> a little bit of an overhead, but not terrible. It can be fixed later if
> that's still a sticking point.
--
This message was sent by Atlassian JIRA
(v6.2#6252)