当前位置:网站首页>Can the tidb of a single machine be used in the production environment?
Can the tidb of a single machine be used in the production environment?
2022-07-21 02:24:00 【VIP Liu】
Standalone tidb Can it be used in the production environment ?
Other answers 1:
On the technical level ,tidb It can be deployed in a stand-alone environment . But why should a single machine be deployed in the actual production environment tidb? Small amount of data , If the business load is low, there is no need to use a distributed database
Distributed is to use multiple computers to avoid some problems caused by single computers , It's better to use a single machine mysql
tidb Someone in the community has asked the same question as you , You can have a look
Other answers 2:
Can only be tested , In production , It's not good for a machine to run so many components .
Other answers 3:
You can't , Single machine is only recommended for poc.
边栏推荐
- Batch gradient descent, random gradient descent and mini batch gradient descent
- 一文速学-PySpark数据分析基础:PySpark基础功能及基础语法详解
- MySQL - partition column (horizontal partition vertical partition)
- Locking is familiar with synchronized and lock, so what is the difference between them
- 集成 WebSocket 发送消息到客户端
- 解决梯度爆炸和梯度消失
- DP knapsack problem
- Prefer thread pool over multithreading
- Thread pool code and testing
- Binary tree OJ exercise
猜你喜欢
Recommend a screenshot tool -snipaste
Hands on experiment of network and VPC
PHP advanced iterator and generator yield & MySQL how to send data results
一文速学-PySpark数据分析基础:PySpark基础功能及基础语法详解
推荐一个截图工具-Snipaste
Redis application
使用Dos命令生成目录文件树
机器学习之集成学习(Ensemble Learning)
How does the product manager arrange the time after work?
【Pytorch】Tensorboard用法:标量曲线图、直方图、模型结构图
随机推荐
Project 1: Xiaomi official website
36-【go】Golang的IO流
Why is the data found in the database partially lost
BOM浏览器对象模型(上篇)——概述、window对象常见事件、JS执行机制(5秒后关闭广告、倒计时案例、发送短信倒计时案例)
卷积神经网络CNN常用的几个模型
检查日期是否在其他两个日期之间
C language file management function and principle
目标检测的进阶-one stage
BOM浏览器对象模型(下篇)—— offset、client、scroll三大家族、插件及本地存储特性(案例:仿京东放大镜、模态框拖拽)
Thread pool code and testing
详解激活函数
[special for training courses] trustzone--tzc400 set safe memory
[special for training courses] CPU_ Initialization of context to switch
Multifunctional to meet the needs of tourists, VR panorama promotes the ecological integration of smart scenic spots
网络中的参数量(param)和浮点计算量(FLOPs)的计算
返回给定日期月份中最后一个日期的字符串表示形式
百家云与美股上市公司富维薄膜达成合并协议,最快于下半年完成合并
何为整型提升(实例)
* 反射获取常用的三种方式: * Class c = Class.forName(“完整类名带包名“); * Class c = Object.getClass(); /
Load balancing usage