当前位置:网站首页>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 .
边栏推荐
- SQL 后计算的利器 SPL
- MFC CString 转 char*
- 报错:npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
- jmeter脚本参数化
- info [email protected] : The platform “win32“ is incompatible with this module.
- 学习使用php实现公历农历转换的方法代码
- Bit by bit of OpenCV calling USB camera
- Implement a server with multi process concurrency
- 为什么只会编程的程序员无法成为优秀的开发者?
- [development environment] install the visual studio community 2013 development environment (download the installation package of visual studio community 2013 with update 5 version)
猜你喜欢

使用mathtype编辑公式,复制粘贴时设置成仅包含mathjax语法的公式

c语言入门--数组

Xilinx Vivado set *. svh as SystemVerilog Header

XML配置文件

Advanced C language (learn malloc & calloc & realloc & free in simple dynamic memory management)

微信小程序使用towxml显示公式

GeoServer offline map service construction and layer Publishing

CTO如何帮助业务?

Full of knowledge points, how to use JMeter to generate encrypted data and write it to the database? Don't collect it quickly

数据分析思维分析方法和业务知识——业务指标
随机推荐
tmall. product. schema. Get (product information acquisition schema acquisition), Taobao store upload commodity API interface, Taobao commodity publishing interface, Taobao commodity upload API interf
qml 弹窗框架,可定制
Map介绍
LeetCode 2310. 个位数字为 K 的整数之和
Record an error report, solve the experience, rely on repetition
php获取数组中键值最大数组项的索引值的方法
LeetCode 209. Minimum length subarray
Thoroughly master prototype__ proto__、 Relationship before constructor (JS prototype, prototype chain)
使用 TiUP 部署 TiDB 集群
如何对 TiDB 进行 TPC-C 测试
[Space & single cellomics] phase 1: single cell binding space transcriptome research PDAC tumor microenvironment
Slashgear shares 2021 life changing technology products, which are somewhat unexpected
Error: NPM warn config global ` --global`, `--local` are deprecated Use `--location=global` instead.
Leetcode - Search 2D matrix
CodeCraft-22 and Codeforces Round #795 (Div. 2)D,E
JMeter script parameterization
【C语音】详解指针进阶和注意点(2)
TiDB 软件和硬件环境建议配置
LeetCode_字符串_简单_412.Fizz Buzz
SQL 后计算的利器 SPL