[ https://issues.apache.org/jira/browse/IGNITE-24118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17921516#comment-17921516 ]
Vladislav Pyatkov commented on IGNITE-24118: -------------------------------------------- When all the points are eliminated the benchmark result become similar the both commits: {noformat} Benchmark (batch) (fsync) (partitionCount) Mode Cnt Score Error Units UpsertKvBenchmark.upsert 1 false 8 thrpt 20 89765.161 ± 6804.927 ops/s UpsertKvBenchmark.upsert 1 false 32 thrpt 20 140904.897 ± 9669.004 ops/s {noformat} > 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 > Attachments: screenshot-1.png > > > 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)