You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to implement a feature: divide each month of the year into a table, such as table_2024_01, table_2024_02,...,table_2024_12, Now I need to generate 12 tables for the next year at the end of each year, so I need to dynamically update the values of actualDataNodes. I have looked through the relevant issues, like issue16725 , but the method does not exist in sharding-jdbc 5.5.1 version. How can the latest version of sharding-jdbc implement the function of dynamically setting actualDataNodes;
Note: I am using sharding-jdbc, so the DistSQL method of sharding-proxy is not suitable for me;
The text was updated successfully, but these errors were encountered:
Question
I need to implement a feature: divide each month of the year into a table, such as table_2024_01, table_2024_02,...,table_2024_12, Now I need to generate 12 tables for the next year at the end of each year, so I need to dynamically update the values of actualDataNodes. I have looked through the relevant issues, like issue16725 , but the method does not exist in sharding-jdbc 5.5.1 version. How can the latest version of sharding-jdbc implement the function of dynamically setting actualDataNodes;
Note: I am using sharding-jdbc, so the DistSQL method of sharding-proxy is not suitable for me;
The text was updated successfully, but these errors were encountered: