You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/07/18 09:38:32 UTC

[GitHub] [shardingsphere] marker-wu opened a new issue, #19323: Question about sharding-jdbc routing engine

marker-wu opened a new issue, #19323:
URL: https://github.com/apache/shardingsphere/issues/19323

   I customized a sharding algorithm that is modulo the consistent hash of company_id. All tables in the database have the same sub-database sub-table algorithm, but the number of sub-tables is inconsistent. When I do a multi-table join query without configuring the binding table, how does sharding-jdbc only execute the sql query once


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] commented on issue #19323: Question about sharding-jdbc routing engine

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #19323:
URL: https://github.com/apache/shardingsphere/issues/19323#issuecomment-1272349322

   Hello , this issue has not received a reply for several days.
   This issue is supposed to be closed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] closed issue #19323: Question about sharding-jdbc routing engine

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #19323: Question about sharding-jdbc routing engine
URL: https://github.com/apache/shardingsphere/issues/19323


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang commented on issue #19323: Question about sharding-jdbc routing engine

Posted by "RaigorJiang (via GitHub)" <gi...@apache.org>.
RaigorJiang commented on issue #19323:
URL: https://github.com/apache/shardingsphere/issues/19323#issuecomment-1407563689

   The binding table needs to be configured, otherwise Cartesian product will appear in multi-table join.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang closed issue #19323: Question about sharding-jdbc routing engine

Posted by "RaigorJiang (via GitHub)" <gi...@apache.org>.
RaigorJiang closed issue #19323: Question about sharding-jdbc routing engine
URL: https://github.com/apache/shardingsphere/issues/19323


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org