当前位置:网站首页>Applicable scenarios of TiDB tools
Applicable scenarios of TiDB tools
2022-07-30 15:40:00 【Tim's Shop】
Based on the applicable scenarios of data migration tools, this document introduces the selection of migration tools in some common scenarios.
Deploy operation and maintenance TiDB on physical machine or virtual machine
When you need to deploy and maintain TiDB on physical or virtual machines, you can first install TiUP, and then manage many components of TiDB through TiUP, such as TiDB, PD, TiKV, etc.
Deploy operation and maintenance TiDB on Kubernetes
When you need to deploy and maintain TiDB on Kubernetes, you can first create a Kubernetes cluster and deploy TiDB Operator, and then use TiDB Operator to deploy and maintain the TiDB cluster.
import data from CSV to TiDB
When you need to import compatible CSV files exported by other tools into TiDB, you can use TiDB Lightning.
Import full data from MySQL/Aurora
When you need to import full data from MySQL/Aurora, you can use Dumpling Export data as SQL dump files, then use TiDB Lightning Import data into the TiDB cluster.
Migrate data from MySQL/Aurora
When you need to import full data from MySQL/Aurora and migrate incremental data, you can use TiDB Data Migration (DM) complete Migrate data from Amazon Aurora to TiDB.
If the full amount of data is large (TB level), you can use Dumpling Complete the migration of full data with TiDB Lightning, and then use DM to complete the incremental data migration.
TiDB cluster backup and recovery
When a TiDB cluster needs to be backed up or restored later, you can use BR.
In addition, BR can also perform Incremental backups and Incremental Recovery.
Migrate data to TiDB
When you need to migrate data from a TiDB cluster to another TiDB cluster, you can use Dumpling Export full data from TiDB as SQL dump files, then use TiDB Lightning Import data to TiDB.
If you also need to perform incremental data migration, you can use TiDB Binlog.
TiDB incremental data subscription
When you need to subscribe to changes in TiDB incremental data, you can use TiDB Binlog.
边栏推荐
猜你喜欢
Lock wait timeout exceeded解决方案
Huawei issues another summoning order for "Genius Boys"!He, who had given up an annual salary of 3.6 million, also made his debut
Mac 中 MySQL 的安装与卸载
Alluxio for Presto fu can across the cloud self-service ability
90后人大硕士为学医竟重新高考,成功被首医大录取
Extremely Knowing v2 Analysis
面试何惧调优!腾讯技术官私藏的性能优化方案手册,原理实战齐全
超T动力 盈运天下——中国重汽黄河/豪沃WP14T产品首发荣耀上市!
1222. 可以攻击国王的皇后-力扣双百代码
JUC common thread pool source learning 02 ( ThreadPoolExecutor thread pool )
随机推荐
100w的数据表比1000w的数据表查询更快吗?
In-depth analysis of Kubernetes application management
MASM32v11编程调用Process32First失败: 程序发出命令,但命令长度不正确
关于mariadb/mysql的user表:密码正确但登录失败,可能与mysql的空用户有关
tiup completion
【重磅来袭】教你如何在RGBD三维重建中获取高质量模型纹理
TiUP 简介
CS内网横向移动 模拟渗透实操 超详细
Memory-mapped, bit-band operations
剑指 Offer II 037. 小行星碰撞
Sleuth+Zipkin (visualization) service link tracking
【云原生】服务行业案例-不可预测的并发场景解决方案
2022最新 | 室外单目深度估计研究综述
CMake库搜索函数居然不搜索LD_LIBRARY_PATH
Sleuth+Zipkin(可视化) 服务链路追踪
微服务架构下的核心话题 (二):微服务架构的设计原则和核心话题
(科普文)什么是碎片化NFT(Fractional NFT)
MySQL客户端工具的使用与MySQL SQL语句
websocket flv 客户端解封包
952. 按公因数计算最大组件大小 : 枚举质因数 + 并查集运用题