代码拉取完成,页面将自动刷新
同步操作将从 shopTNT开源商城系统/系统配置中心 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
spring:
#分库分表配置
shardingsphere:
sharding:
tables:
#商品表(用goodsid分库,用goods_id移两位来分表,以保证数据分布均匀)
es_goods:
actual-data-nodes: ds$->{0..1}.es_goods$->{0..1}
database-strategy:
inline:
sharding-column: goods_id
algorithm-expression: ds$->{goods_id% 2}
table-strategy:
inline:
sharding-column: goods_id
algorithm-expression: es_goods$->{(goods_id>>2)% 2}
#sku表(用goodsid分库,用seller_id分表)
es_goods_sku:
actual-data-nodes: ds$->{0..1}.es_goods_sku$->{0..1}
database-strategy:
inline:
sharding-column: goods_id
algorithm-expression: ds$->{goods_id % 2}
table-strategy:
inline:
sharding-column: sku_id
algorithm-expression: es_goods_sku$->{sku_id% 2}
#tag goods表用goodsid分库,用id(主键)分表
es_tag_goods:
actual-data-nodes: ds$->{0..1}.es_tag_goods$->{0..1}
database-strategy:
inline:
sharding-column: goods_id
algorithm-expression: ds$->{goods_id % 2}
table-strategy:
inline:
sharding-column: id
algorithm-expression: es_tag_goods$->{id % 2}
#标签表用seller_id分库,用主键tag_id分表
es_tags:
actual-data-nodes: ds$->{0..1}.es_tags$->{0..1}
database-strategy:
inline:
sharding-column: seller_id
algorithm-expression: ds$->{seller_id % 2}
table-strategy:
inline:
sharding-column: tag_id
algorithm-expression: es_tags$->{tag_id % 2}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。