提交 37bc257b 编写于 作者: Z zhouzj

edit

上级 feb28fd7
......@@ -51,11 +51,11 @@
3.不想将Long型转String给前端用的项目。(如果前端支持bigint,则不用考虑此项)
## 分布式环境使用方法
## 分布式环境使用建议
1.可扩大 WorkerIdBitLength 到最多20位,支持 1,048,576 个节点,且不影响上述并发性能(50W/0.1s)。
2.采用中心化 IdGenerator集群,给节点生成可用 Id 列表,存入 Redis 队列供节点消费。此时64个中心化节点数足够大型互联网项目使用。
2.采用中心化 IdGenerator 集群,给节点生成可用 Id 列表,存入 Redis 队列供节点消费。此时64个中心化节点数足够大型互联网项目使用。
## 使用方法
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册