ReyYang commented on pull request #14268:
URL: https://github.com/apache/shardingsphere/pull/14268#issuecomment-1000149366


   Before optimization:
   
   mysql> show scaling list;
   
+----------------+----------------------+----------------------+--------+---------------------+-----------+
   | id             | tables               | sharding_total_count | active | 
create_time         | stop_time |
   
+----------------+----------------------+----------------------+--------+---------------------+-----------+
   | 60804104523864 | t_order,t_order_item | 2                    | 1      | 
2021-12-23 10:46:48 | NULL      |
   
+----------------+----------------------+----------------------+--------+---------------------+-----------+
   1 row in set (0.02 sec)
   
   Optimized:
   
   mysql> show scaling list;
   
+----------------+----------------------+----------------------+--------+---------------------+---------------------+
   | id             | tables               | sharding_total_count | active | 
create_time         | stop_time           |
   
+----------------+----------------------+----------------------+--------+---------------------+---------------------+
   | 60804104523864 | t_order,t_order_item | 2                    | false  | 
2021-12-23 10:46:48 | 2021-12-23 10:48:00 |
   
+----------------+----------------------+----------------------+--------+---------------------+---------------------+
   1 row in set (1.73 sec)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to