-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用户模块 #47
Comments
量级较小:同一个实例且不分库,但是表名前缀要显示的区分,方便未来分库。 |
好的,谢谢~ 主要考虑会员这种业务属性,如果放在账号服务中,不是很合适,还是沉到各自的会员系统中。不过也要看实际的业务体谅 |
嗯嗯,是的 好的业务架构都是依据自身的环境决定和演变的。 |
员工离职了怎么处理 |
软删除? |
只能这么干了 |
嗯 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
有个点想请教一下:
账户服务的表设计,您这边的账户表应该都是在账户服务中维护吧,如果说我后面想做好几个系统的会员服务,
是让账户服务统一维护
还是让各自的会员服务去单独维护,仅仅引用一下账户服务的uid
如果是分库的,各个系统的会员信息表,是都放在账户服务的实例上,还是放到各自的数据库实例上
The text was updated successfully, but these errors were encountered: