会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhangpba
博客园
首页
新随笔
联系
订阅
管理
随笔 - 44
文章 - 0
评论 - 0
阅读 -
66321
12 2020 档案
分库分表
摘要:(本文只是自己做的一点笔记,后期将内容补齐) 一 垂直拆分: 1.每个库(表)的结构都不一样 2.每个库(表)的数据都(至少有一列)一样 3.每个库(表)的并集是全量数据 二 水平(横向)分库 1.每个库(表)的结构都一样 2.每个库(表)的数据都不一样 3.每个库(表)的并集是全量数据 垂直分库
阅读全文
posted @
2020-12-08 21:36
zhangpba
阅读(91)
评论(0)
推荐(0)
编辑
公告
昵称:
zhangpba
园龄:
4年7个月
粉丝:
2
关注:
1
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
kafka
(4)
springboot
(3)
liunx
(3)
zuul
(2)
springcloud
(2)
zookeeper
(1)
rabbit
(1)
postman
(1)
mysql
(1)
idea
(1)
更多
随笔分类
docker(1)
idea(3)
java(12)
JVM(3)
kafka(3)
liunx(3)
MAC(5)
redis(1)
shell(1)
测试(1)
数据库(1)
运维(5)
随笔档案
2024年8月(1)
2024年7月(1)
2024年6月(1)
2024年5月(1)
2024年4月(1)
2024年2月(1)
2023年12月(1)
2023年5月(2)
2023年3月(1)
2023年2月(4)
2023年1月(2)
2022年11月(1)
2022年10月(1)
2022年6月(2)
2022年3月(5)
2021年12月(1)
2021年11月(3)
2021年10月(1)
2021年9月(1)
2021年8月(1)
2021年6月(2)
2021年3月(1)
2021年1月(1)
2020年12月(1)
2020年10月(1)
2020年9月(1)
2020年8月(1)
2020年7月(4)
阅读排行榜
1. springboot启动报错:ERROR org.springframework.boot.SpringApplication - Application run failed(14399)
2. String:java:常量字符串过长(12341)
3. idea中启动工程报错:idea Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.(8630)
4. springboot启动报错:nested exception is java.lang.IllegalStateException: Failed to introspect annotated methods on class org.springframework.boot.web.servlet.support.SpringBootServletInitializer(6780)
5. mac上安装redis(3504)
推荐排行榜
1. jmeter的下载安装使用(1)
2. mac上安装redis(1)
3. springboot启动报错:ERROR org.springframework.boot.SpringApplication - Application run failed(1)
4. String:java:常量字符串过长(1)
5. 获取hosts文件中的信息(1)
点击右上角即可分享