|
25 | 25 | <meta property="og:image" content="http://mariadb.comaskmonty-logo.png" />
|
26 | 26 | <meta property="og:site_name" content="MariaDB KnowledgeBase" />
|
27 | 27 | <meta property="fb:admins" content="514852603" />
|
28 |
| - <meta property="og:description" content=" |
29 |
| -Linux kernel settings |
30 |
| -IO scheduler |
31 |
| -For optimal IO performance running a database on modern hardware we recommending using the none (previously called noop) scheduler. |
32 |
| -Recomm..." /> |
33 |
| - |
34 |
| - <meta name="description" content=" |
35 |
| -Linux kernel settings |
36 |
| -IO scheduler |
37 |
| -For optimal IO performance running a database on modern hardware we recommending using the none (previously called noop) scheduler. |
38 |
| -Recomm..." /> |
| 28 | + <meta property="og:description" content="For optimal IO performance on modern hardware we recommend using the none scheduler." /> |
| 29 | + |
| 30 | + <meta name="description" content="For optimal IO performance on modern hardware we recommend using the none scheduler." /> |
39 | 31 |
|
40 | 32 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
41 | 33 | <link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet"/>
|
|
287 | 279 | <dt>Modified</dt>
|
288 | 280 | <dd>
|
289 | 281 |
|
290 |
| -<span class="datetime" title="2024-11-22 14:16">2 days, 11 hours ago</span></dd> |
| 282 | +<span class="datetime" title="2024-11-25 10:54">14 hours, 8 minutes ago</span></dd> |
291 | 283 |
|
292 | 284 | <dt>Type</dt>
|
293 | 285 | <dd>article</dd>
|
@@ -456,7 +448,7 @@ <h3>Contents</h3>
|
456 | 448 | </div>
|
457 | 449 | <h2 class="anchored_heading" id="linux-kernel-settings">Linux kernel settings</h2>
|
458 | 450 | <h3 class="anchored_heading" id="io-scheduler">IO scheduler</h3>
|
459 |
| -<p>For optimal IO performance running a database on modern hardware we recommending using the <em>none</em> (previously called <em>noop</em>) scheduler. </p> |
| 451 | +<p>For optimal IO performance running a database on modern hardware we recommend using the <em>none</em> (previously called <em>noop</em>) scheduler. </p> |
460 | 452 | <p>Recommended schedulers are <em>none</em>, for SSDs and NVMes, and <em>mq-deadline</em> (previously called <em>deadline</em>) for hard disks.</p>
|
461 | 453 | <p>You can check your scheduler setting with:</p>
|
462 | 454 | <pre class="fixed">cat /sys/block/<span class="si">${</span><span class="nv">DEVICE</span><span class="si">}</span>/queue/scheduler
|
|
0 commit comments