1
0
mirror of synced 2026-04-25 09:48:42 +08:00
This commit is contained in:
zhouzj
2021-03-11 18:05:23 +08:00
parent 8405043785
commit dd3aab974c

View File

@@ -51,4 +51,10 @@
3.不想将Long型转String给前端用的项目。如果前端支持bigint则不用考虑此项
#### 分布式环境使用方法:
1.可扩大 WorkerIdBitLength 到最多20位支持 1,048,576 个节点而且不影响上述并发性能50W/0.1s)。
2.采用中心化 IdGenerator集群给节点生成可用 Id 列表,存入 Redis 队列供节点消费。此时64个中心化节点数足够大型互联网项目使用。