[
https://issues.apache.org/jira/browse/GEODE-7756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen Nichols updated GEODE-7756:
--------------------------------
Fix Version/s: 1.12.0
Affects Version/s: (was: 1.12.0)
> Performance Degradation on Clusters with CQs Introduced in GEODE-6989
> ---------------------------------------------------------------------
>
> Key: GEODE-7756
> URL: https://issues.apache.org/jira/browse/GEODE-7756
> Project: Geode
> Issue Type: Bug
> Components: cq, querying
> Affects Versions: 1.11.0
> Reporter: Juan Ramos
> Assignee: Juan Ramos
> Priority: Major
> Labels: GeodeCommons
> Fix For: 1.12.0, 1.13.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> On clusters with running {{CQs}}, a performance degradation was introduced by
> GEODE-6989 for regular cache operations.
> Every time an entry is updated on the cache, Geode internally (and
> synchronously) executes the registered {{CQs}} on the event entry to
> determine whether the subscribed clients should be notified or not. Due to
> the changes introduced through GEODE-6989, these regular cache operations now
> takes longer than expected (build internal cache key, check internal cache,
> and subsequent put if needed), reducing the throughput ~ %10.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)