tidb
wgz7747147820
这个作者很懒,什么都没留下…
展开
-
TiDB 架构的演进和开发哲学
http://www.sohu.com/a/125736998_466839参考一下转载 2019-05-19 14:03:35 · 205 阅读 · 0 评论 -
PingCAP如何用TiDB解决分布式数据库水平扩展难题
http://www.sohu.com/a/148728862_351385参考一下转载 2019-05-19 14:26:03 · 586 阅读 · 0 评论 -
PINGCAP-tidb入门到跑路
https://blog.csdn.net/weixin_36135773/article/details/78789612参考一下转载 2019-05-19 15:17:48 · 1117 阅读 · 0 评论 -
tidb安装及运行
启动pd-serverpd-server的配置文件[root@rwsoda203db1 conf]# pwd/usr/bin/tidb/conf[root@rwsoda203db1 conf]# lspd.toml[root@rwsoda203db1 conf]# cat pd.tomlname="tidb_pd"data-dir="/home/tidb/pd"client-u...原创 2019-05-19 17:29:45 · 4144 阅读 · 0 评论 -
TiKV 源码解析 —— 调试环境搭建(二)之运行服务实例
https://www.colabug.com/1929736.html参考一下转载 2019-05-19 18:15:34 · 485 阅读 · 0 评论 -
tidb使用坑记录
http://www.cnblogs.com/linn/p/8459327.html参考一下转载 2019-05-19 22:55:49 · 1874 阅读 · 0 评论 -
TiDB单次事务数据量大会报错
我将mysql的user表用mysqldump导出来,然后插入TiDB,多次调用insert into user select * from user;再几十万行的时候就报错了,报事务过大。mysql> insert into user select * from user;Query OK, 262144 rows affected (25.93 sec)Records: 2621...原创 2019-05-19 23:11:29 · 1672 阅读 · 1 评论 -
tidb raft协议 保证数据一致性
https://www.cnblogs.com/sgphappy2007/p/8184452.html参考一下转载 2019-05-19 23:23:44 · 1914 阅读 · 0 评论 -
tidb初次安装
参考文档https://cloud.tencent.com/info/cb65df1aa2d230bab04643831d8e3253.html最后测试成功[root@rwsoda203db1 ~]# mysql -h 127.0.0.1 -P 4000 -u root -D testWelcome to the MySQL monitor. Commands end with ; or...转载 2019-05-17 18:52:50 · 717 阅读 · 0 评论
分享