Skip to content

Commit b82cc34

Browse files
authored
hardware-and-software-requirements: Add note about supported filesystems (#21379) (#21391)
1 parent 3e47b16 commit b82cc34

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.lycheeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ https://dash\.cloudflare\.com/.*
3333
https://centminmod\.com/mydumper\.html
3434
https://docs\.pingcap\.com/tidb/v6\.6/system-variables#tidb_pessimistic_txn_aggressive_locking-new-in-v660
3535
https://docs\.pingcap\.com/tidb/v7\.6/system-variables#tidb_ddl_version-new-in-v760
36+
https://developers\.redhat\.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level

hardware-and-software-requirements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ You can deploy and run TiDB on the 64-bit generic hardware server platform in th
171171

172172
| Component | CPU | Memory | Local Storage | Network | Number of Instances (Minimum Requirement) |
173173
| :------: | :-----: | :-----: | :----------: | :------: | :----------------: |
174-
| TiDB | 8 core+ | 16 GB+ | [Disk space requirements](#disk-space-requirements) | Gigabit network card | 1 (can be deployed on the same machine with PD) |
174+
| TiDB | 8 core+ | 16 GB+ | [Storage requirements](#storage-requirements) | Gigabit network card | 1 (can be deployed on the same machine with PD) |
175175
| PD | 4 core+ | 8 GB+ | SAS, 200 GB+ | Gigabit network card | 1 (can be deployed on the same machine with TiDB) |
176176
| TiKV | 8 core+ | 32 GB+ | SAS, 200 GB+ | Gigabit network card | 3 |
177177
| TiFlash | 32 core+ | 64 GB+ | SSD, 200 GB+ | Gigabit network card | 1 |
@@ -248,7 +248,7 @@ As an open-source distributed SQL database, TiDB requires the following network
248248
| Alertmanager | 9093 | the port for the alert web service |
249249
| Alertmanager | 9094 | the alert communication port |
250250

251-
## Disk space requirements
251+
## Storage requirements
252252

253253
<table>
254254
<thead>
@@ -292,6 +292,8 @@ As an open-source distributed SQL database, TiDB requires the following network
292292
</tbody>
293293
</table>
294294

295+
TiDB supports the XFS and Ext4 file systems. Other file systems are not recommended for production environments.
296+
295297
## Web browser requirements
296298

297299
TiDB relies on [Grafana](https://grafana.com/) to provide visualization of database metrics. A recent version of Microsoft Edge, Safari, Chrome or Firefox with Javascript enabled is sufficient.

0 commit comments

Comments
 (0)