[
https://issues.apache.org/jira/browse/GEODE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15973054#comment-15973054
]
ASF GitHub Bot commented on GEODE-2632:
---------------------------------------
Github user galen-pivotal commented on the issue:
https://github.com/apache/geode/pull/450
This will set the same keys to the same values each iteration, because. I
ran a benchmark last night with a benchmark that used only 99 values, but I
didn't see a significant difference:
```
Result "performPutFromClientDifferentKeys":
23532.506 ±(99.9%) 576.405 ops/s [Average]
(min, avg, max) = (23176.421, 23532.506, 24073.672), stdev = 343.009
CI (99.9%): [22956.101, 24108.911] (assumes normal distribution)
```
```
Result "performPutFromClient":
23891.204 ±(99.9%) 133.078 ops/s [Average]
(min, avg, max) = (23797.325, 23891.204, 24013.180), stdev = 79.193
CI (99.9%): [23758.126, 24024.283] (assumes normal distribution)
```
> Integrated Security performance improvements
> --------------------------------------------
>
> Key: GEODE-2632
> URL: https://issues.apache.org/jira/browse/GEODE-2632
> Project: Geode
> Issue Type: Improvement
> Components: security
> Reporter: Jinmei Liao
> Assignee: Kirk Lund
> Labels: performance
>
> There is a security check in Put65.cmdExecute() that, if removed, improved
> the performance.
> The expense of this security call needs to be reduced in order to get the
> performance back.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)