[
https://issues.apache.org/jira/browse/IGNITE-24118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910142#comment-17910142
]
Alexey Scherbakov commented on IGNITE-24118:
--------------------------------------------
> The difference is about 7-8K operation, but the deviation is about 30K.
The difference is bigger after merging changes for IGNITE-23304.
Switch to the ignite-23304 branch and compare two revisions:
638d15edab34b5b7004fb6aab062d1605b250c42 (before merging the main)
29cb8fa5a7042d015d836713bcf8b1589eb0be31 (head)
My results:
# Benchmark (batch) (fsync) (partitionCount) Mode Cnt
Score Error Units
UpsertKvBenchmark.upsert 1 false 32 thrpt 20
212379.795 ± 28700.643 ops/s
# Benchmark (batch) (fsync) (partitionCount) Mode Cnt
Score Error Units
UpsertKvBenchmark.upsert 1 false 32 thrpt 20
195409.566 ± 34869.730 ops/s
Stable 10% difference on multiple runs.
> Investigate performance drop on master.
> ---------------------------------------
>
> Key: IGNITE-24118
> URL: https://issues.apache.org/jira/browse/IGNITE-24118
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexey Scherbakov
> Assignee: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-3
>
> I observe stable performance drop on recent main on UpsertKvBenchmark.
> Benchmark settings:
> 32 threads, 32 partitions, AI persist engine, 20G pagecache size
> System.setProperty("LOGIT_STORAGE_ENABLED", "true");
> System.setProperty(IgniteSystemProperties.IGNITE_SKIP_REPLICATION_IN_BENCHMARK,
> "false");
> System.setProperty(IgniteSystemProperties.IGNITE_SKIP_STORAGE_UPDATE_IN_BENCHMARK,
> "false");
> Results:
> rev 32737c0dc9fcd0632ba37e2949a40b199429fddb
> Benchmark (batch) (fsync) (partitionCount) Mode Cnt Score Error Units
> UpsertKvBenchmark.upsert 1 false 32 thrpt 20 181908.090 ± 26821.026 ops/s
> rev e41ee1dd796c209115d818a26aded1dbf27bd9a1 (recent)
> Benchmark (batch) (fsync) (partitionCount) Mode Cnt
> Score Error Units
> UpsertKvBenchmark.upsert 1 false 32 thrpt 20
> 173093.148 ± 29217.456 ops/s
> The drop is even bigger on a branch ignite-23304 after merging with recent
> main.
> This requires investigation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)