You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mario Ivanac (Jira)" <ji...@apache.org> on 2019/09/03 14:31:00 UTC

[jira] [Updated] (GEODE-7134) Reduce overhead of PartitionedRegion.executeOnBucketSet

     [ https://issues.apache.org/jira/browse/GEODE-7134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Ivanac updated GEODE-7134:
--------------------------------
    Labels: needs-review performance pull-request-available  (was: performance pull-request-available)

> Reduce overhead of PartitionedRegion.executeOnBucketSet
> -------------------------------------------------------
>
>                 Key: GEODE-7134
>                 URL: https://issues.apache.org/jira/browse/GEODE-7134
>             Project: Geode
>          Issue Type: Improvement
>          Components: functions, regions
>            Reporter: Jacob S. Barrett
>            Assignee: Mario Ivanac
>            Priority: Major
>              Labels: needs-review, performance, pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> {{PartitionedRegion.executeOnBucketSet}} spends 56% of function executions CPU time comparing and pruning bucket sets. It also accounts for 89% of the transient object allocation during function execution.
> Given that bucket sets are sets of integers let's look for a more suitable implementation of set operations on integers. Consider {{int[]}} as set of integers too reduce CPU and transient object allocations.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)