[
https://issues.apache.org/jira/browse/IGNITE-24118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17912787#comment-17912787
]
Vladislav Pyatkov commented on IGNITE-24118:
--------------------------------------------
The last measurement of throughput depends on the number of lock slots:
{noformat}
Benchmark (batch) (fsync) (lockSlots) (partitionCount)
Mode Cnt Score Error Units
UpsertKvBenchmark.upsert 1 false 1048576 32
thrpt 20 215554.599 ± 29091.864 ops/s
UpsertKvBenchmark.upsert 1 false 131072 32
thrpt 20 221859.423 ± 27030.776 ops/s
UpsertKvBenchmark.upsert 1 false 1024 32
thrpt 20 223927.629 ± 24222.186 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
>
> 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)