aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-thread-pool-system-and-status-variables.json
blob: 99925c05b547515253e7f9c42c0a674f668a9b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
  "data": [
    {
      "cli": "--extra-max-connections=#",
      "default": "1",
      "dynamic": true,
      "id": "extra_max_connections",
      "name": "extra_max_connections",
      "range": {
        "from": 1,
        "to": 100000
      },
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "cli": "--extra-port=#",
      "default": "0",
      "dynamic": false,
      "id": "extra_port",
      "name": "extra_port",
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "cli": "--thread-handling=name",
      "default": "one-thread-per-connection",
      "dynamic": false,
      "id": "thread_handling",
      "name": "thread_handling",
      "scope": [
        "global"
      ],
      "type": "enumeration",
      "validValues": [
        "no-threads",
        "one-thread-per-connection",
        "pool-of-threads"
      ]
    },
    {
      "cli": "thread-pool-dedicated-listener={0|1}",
      "default": "0",
      "dynamic": false,
      "id": "thread_pool_dedicated_listener",
      "name": "thread_pool_dedicated_listener",
      "scope": [],
      "type": "boolean"
    },
    {
      "cli": "thread-pool-exact-stats={0|1}",
      "default": "0",
      "dynamic": false,
      "id": "thread_pool_exact_stats",
      "name": "thread_pool_exact_stats",
      "scope": [],
      "type": "boolean"
    },
    {
      "cli": "thread-pool-idle-timeout=#",
      "default": "60",
      "dynamic": true,
      "id": "thread_pool_idle_timeout",
      "name": "thread_pool_idle_timeout",
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "cli": "thread-pool-max-threads=#",
      "default": "65536 (>= MariaDB 10.2.4), 1000 (<= MariaDB 10.2.3, >= MariaDB 10.1), 500 (<= MariaDB 10.0)",
      "dynamic": true,
      "id": "thread_pool_max_threads",
      "name": "thread_pool_max_threads",
      "range": {
        "from": 1,
        "to": 65536
      },
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "cli": "thread-pool-min-threads=#",
      "default": "1",
      "id": "thread_pool_min_threads",
      "name": "thread_pool_min_threads",
      "type": "integer"
    },
    {
      "default": "3",
      "dynamic": true,
      "id": "thread_pool_oversubscribe",
      "name": "thread_pool_oversubscribe",
      "range": {
        "from": 1,
        "to": 65536
      },
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "cli": "thread-pool-kickup-timer=#",
      "default": "1000",
      "dynamic": true,
      "id": "thread_pool_prio_kickup_timer",
      "name": "thread_pool_prio_kickup_timer",
      "range": {
        "from": 0,
        "to": 4294967295
      },
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "cli": "--thread-pool-priority=#",
      "default": "auto",
      "id": "thread_pool_priority",
      "name": "thread_pool_priority",
      "scope": [
        "global",
        "connection"
      ],
      "validValues": [
        "high",
        "low",
        "auto"
      ]
    },
    {
      "cli": "--thread-pool-size=#",
      "default": "(based on the number of processors)",
      "dynamic": true,
      "id": "thread_pool_size",
      "name": "thread_pool_size",
      "range": {
        "from": 1,
        "to": 128
      },
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "cli": "--thread-pool-stall-limit=#",
      "default": "500",
      "dynamic": true,
      "id": "thread_pool_stall_limit",
      "name": "thread_pool_stall_limit",
      "range": {
        "from": 10,
        "to": 4294967295
      },
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "id": "threadpool_idle_threads",
      "name": "Threadpool_idle_threads",
      "scope": [
        "global",
        "session"
      ],
      "type": "integer"
    },
    {
      "id": "threadpool_threads",
      "name": "Threadpool_threads",
      "scope": [
        "global",
        "session"
      ],
      "type": "integer"
    }
  ],
  "name": "thread-pool-system-and-status-variables",
  "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/"
}