Raigor
Raigor
Closed due to no response.
@robben009 You can config non-sharding tables to single rule. https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/yaml-config/rules/single/
Hi @motume It seems that the insert SQL parsing is incorrect. Please provide the insert SQL statement.
ShardingSphere has some scenarios for refreshing metadata, and the connection pool will also be rebuilt. By default, different poolNames will be generated at this time, but if the user specifies...
> If use the custome poolName as the prefix, can it be solved? So how to do with that, do you hava any idea?
Welcome @Qianyi951015
> when my zk use ` "-Dzookeeper.log.file=${ZOO_LOG_FILE}" "-Dzookeeper.watchManagerName=org.apache.zookeeper.server.watch.WatchManagerOptimized" -Dzookeeper.snapCount='50000' \` , the problem will show > > when my zk only use `"-Dzookeeper.log.file=${ZOO_LOG_FILE}"` ,the problem will not show @wsm12138 Thanks...
Yes, currently the railroad diagram cannot be displayed. I think it may be caused by the security policy of Apache.
@zt9788 Your expression in `db-demo_table` is `demotable_${id % 64}`, maybe what you want is `demotable_${id % 2 % 64}`?
Well, @strongduanmu can you help to take a look?