当前位置:网站首页>Topology architecture of the minimum deployment of tidb cluster
Topology architecture of the minimum deployment of tidb cluster
2022-07-02 15:07:00 【Tianxiang shop】
This document describes TiDB The topology of the minimum deployment of the cluster .
Topology information
| example | Number | Physical machine configuration | IP | To configure |
|---|---|---|---|---|
| TiDB | 3 | 16 VCore 32GB * 1 | 10.0.1.1 10.0.1.2 10.0.1.3 | Default port Global directory configuration |
| PD | 3 | 4 VCore 8GB * 1 | 10.0.1.4 10.0.1.5 10.0.1.6 | Default port Global directory configuration |
| TiKV | 3 | 16 VCore 32GB 2TB (nvme ssd) * 1 | 10.0.1.7 10.0.1.8 10.0.1.9 | Default port Global directory configuration |
| Monitoring & Grafana | 1 | 4 VCore 8GB * 1 500GB (ssd) | 10.0.1.10 | Default port Global directory configuration |
Topology template
Simple minimum configuration template
Detailed minimum configuration template
above TiDB In the cluster topology file , See adopt TiUP Deploy TiDB Cluster topology file configuration .
Be careful
- There is no need to manually create
tidbuser ,TiUP cluster The component will automatically create the user on the target host . You can customize the user , It can also be consistent with the users of the central control computer . - If the deployment directory is configured as a relative path , It will be deployed in the user's home directory .
边栏推荐
- 数据分析思维分析方法和业务知识——业务指标
- 2021-2022学年编译原理考试重点[华侨大学]
- fatal: unsafe repository is owned by someone else 的解决方法
- 记一次报错解决经历依赖重复
- Mfc a dialog calls B dialog function and passes parameters
- C#延时、在线程中开启定时器、获取系统时间
- Table responsive layout tips
- Why can't programmers who can only program become excellent developers?
- About text selection in web pages and counting the length of selected text
- Fatal: unsafe repository is owned by someone else
猜你喜欢

Solve the problem that El radio group cannot be edited after echo

forEach的错误用法,你都学废了吗

Yolov6 training: various problems encountered in training your dataset

表格响应式布局小技巧
![[c voice] explain the advanced pointer and points for attention (2)](/img/fb/515e25899bd9a2905ee63cb041934a.png)
[c voice] explain the advanced pointer and points for attention (2)

MFC timer usage

Large top heap, small top heap and heap sequencing

LeetCode - 搜索二维矩阵

Thoroughly master prototype__ proto__、 Relationship before constructor (JS prototype, prototype chain)

Base64 编码原来还可以这么理解
随机推荐
taobao. trade. Get (get some information of a single transaction), Taobao store order interface, Taobao oauth2.0 interface, Taobao R2 interface code docking and sharing
The past and present lives of visual page building tools
哈夫曼树:(1)输入各字符及其权值(2)构造哈夫曼树(3)进行哈夫曼编码(4)查找HC[i],得到各字符的哈夫曼编码
富文本编辑器添加矢量公式(MathType for TinyMCE ,可视化添加)
[QNX hypervisor 2.2 user manual]6.3 communication between guest and external
LeetCode_滑动窗口_中等_395.至少有 K 个重复字符的最长子串
kibana 基础操作
It's no exaggeration to say that this is the most user-friendly basic tutorial of pytest I've ever seen
为什么只会编程的程序员无法成为优秀的开发者?
taobao. trade. memo. Add (add remarks to a transaction) interface, Taobao store flag insertion interface, Taobao order flag insertion API interface, oauth2.0 interface
Bit by bit of OpenCV calling USB camera
Xilinx Vivado set *. svh as SystemVerilog Header
Some Chinese character codes in the user privacy agreement are not standardized, which leads to the display of garbled codes on the web page. It needs to be found and handled uniformly
Tmall product details interface (APP, H5 end)
kityformula-editor 配置字号和间距
871. Minimum refueling times: simple priority queue (heap) greedy question
[untitled] leetcode 2321 Maximum score of concatenated array
php获取数组中键值最大数组项的索引值的方法
Introduction to C language -- array
TiDB 集群最小部署的拓扑架构