This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
hummingbird
/
idgenerator
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
6
Wiki
Activity
Issues
5
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
editreadme
tags/v1.0.0
zhouzj
4 years ago
parent
f2f77c6d7b
commit
e6bc7e93db
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
README.md
+ 3
- 3
README.md
View File
@@ -10,11 +10,11 @@
2.你希望这个主键是用最少的存储空间,索引速度更快。
3.你
还
会考虑在分库分表(合库合表)的时候,主键值
能
直接使用,并能反映业务时序。
3.你会考虑在分库分表(合库合表)的时候,主键值
可
直接使用,并能反映业务时序。
4.如果这样的主键值太长,超过前端 JS Number 类型最大值,
估计你会把 Long 型转换为 String 型,你会觉得有点不正常
。
4.如果这样的主键值太长,超过前端 JS Number 类型最大值,
须把 Long 型转换为 String 型,你会觉得有点另类
。
5.
自增Guid占用空间大,可能
也不是你想要的。
5.
哪怕Guid能自增,但占用空间大,这
也不是你想要的。
6.你希望系统能运行 100 年以上。
Write
Preview
Loading…
Cancel
Save