mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-25 02:27:10 +08:00
Update MySQL高性能优化规范建议.md
This commit is contained in:
parent
6f4c5d45b4
commit
76fcc17345
@ -311,7 +311,7 @@ select name,phone from customer where id = '111';
|
||||
|
||||
### 4. 数据库设计时,应该要对以后扩展进行考虑
|
||||
|
||||
### 5. 程序连接不同的数据库使用不同的账号,进制跨库查询
|
||||
### 5. 程序连接不同的数据库使用不同的账号,禁止跨库查询
|
||||
|
||||
- 为数据库迁移和分库分表留出余地
|
||||
- 降低业务耦合度
|
||||
|
Loading…
x
Reference in New Issue
Block a user