We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d00c95 commit fab894eCopy full SHA for fab894e
MD/ID-generator.md
@@ -10,7 +10,7 @@
10
通常有以下几种方案:
11
12
## 基于数据库
13
-可以利用 MySQL 中的自增属性 `auto_increment` 来生成全局唯一 ID,也能保证趋势递增。
+可以利用 `MySQL` 中的自增属性 `auto_increment` 来生成全局唯一 ID,也能保证趋势递增。
14
但这种方式太依赖 DB,如果数据库挂了那就非常容易出问题。
15
16
### 水平扩展改进
0 commit comments