Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.4.25
-
None
Description
We operate performance testing of select statments on MariaDB Gelara cluster by jmeter whose concurrency is 30 . The results tell that QPS is about 20 when the value of parameter innodb_thread_concurrency is not zero (e.g. ),and QPS rises to 200 when the value of parameter innodb_thread_concurrency sets to zero.
It seems the various values of parameter innodb_thread_concurrency have no effects on QPS,that does not make senses.
CPUCores | Concurrency | innodb_thread_concurrency | QPS |
---|---|---|---|
144 | 30 | 32 | 20 |
144 | 30 | 0 | 200 |
144 | 30 | 128 | 20 |
144 | 30 | 144 | 20 |
144 | 30 | 500 | 20 |
Attachments
Issue Links
- relates to
-
MDEV-23379 Deprecate and ignore options for InnoDB concurrency throttling
- Closed
-
MDEV-23397 Remove deprecated InnoDB options in 10.6
- Closed