You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hardware-and-software-requirements.md
+73
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,80 @@ As an open-source distributed SQL database with high performance, TiDB can be de
17
17
18
18
## OS and platform requirements
19
19
20
+
<<<<<<< HEAD
20
21
In v7.5 LTS, TiDB ensures multi-level quality standards for various combinations of operating systems and CPU architectures.
22
+
=======
23
+
<table>
24
+
<thead>
25
+
<tr>
26
+
<th>Operating systems</th>
27
+
<th>Supported CPU architectures</th>
28
+
</tr>
29
+
</thead>
30
+
<tbody>
31
+
<tr>
32
+
<td>Red Hat Enterprise Linux 8.4 or a later 8.x version</td>
33
+
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
34
+
</tr>
35
+
<tr>
36
+
<td>Amazon Linux 2</td>
37
+
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
38
+
</tr>
39
+
<tr>
40
+
<td>Amazon Linux 2023</td>
41
+
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
42
+
</tr>
43
+
<tr>
44
+
<td>Rocky Linux 9.1 or later</td>
45
+
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
46
+
</tr>
47
+
<tr>
48
+
<td>Kylin V10 SP1/SP2/SP3 (SP3 is supported starting from v7.5.5)</td>
49
+
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
50
+
</tr>
51
+
<tr>
52
+
<td>UnionTech OS (UOS) V20</td>
53
+
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
54
+
</tr>
55
+
<tr>
56
+
<td>openEuler 22.03 LTS SP1/SP3</td>
57
+
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
58
+
</tr>
59
+
<tr>
60
+
<td>macOS 13 (Ventura) or later</td>
61
+
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
62
+
</tr>
63
+
<tr>
64
+
<td>Oracle Enterprise Linux 8 or a later</td>
65
+
<td>x86_64</td>
66
+
</tr>
67
+
<tr>
68
+
<td>Ubuntu LTS 22.04 or later</td>
69
+
<td>x86_64</td>
70
+
</tr>
71
+
<tr>
72
+
<td>CentOS 9 Stream</td>
73
+
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
74
+
</tr>
75
+
<tr>
76
+
<td>Debian 11 (Bullseye) or later</td>
77
+
<td>x86_64</td>
78
+
</tr>
79
+
<tr>
80
+
<td>Fedora 40 or later</td>
81
+
<td>x86_64</td>
82
+
</tr>
83
+
<tr>
84
+
<td>openSUSE Leap later than v15.6 (not including Tumbleweed)</td>
85
+
<td>x86_64</td>
86
+
</tr>
87
+
<tr>
88
+
<td>SUSE Linux Enterprise Server 15.6</td>
89
+
<td>x86_64</td>
90
+
</tr>
91
+
</tbody>
92
+
</table>
93
+
>>>>>>> 36dfd3bc59 (hardware-and-software-requirements: update Kylin Euler to Kylin (#20874))
21
94
22
95
+ For the following combinations of operating systems and CPU architectures, TiDB **provides enterprise-level production quality**, and the product features have been comprehensively and systematically verified:
0 commit comments