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 2021/09/24 06:28:21 UTC

[GitHub] [shardingsphere] sandynz commented on pull request #12670: Add scaling distSQL:[STOP SCALING SOURCE WRITING jobId] & [SHOW SCALING CHECK ALGORITHMS]

sandynz commented on pull request #12670:
URL: https://github.com/apache/shardingsphere/pull/12670#issuecomment-926379553


   Verification, they all works.
   
   ```
   mysql> SHOW SCALING CHECK ALGORITHMS;
   +---------+---------------------------------------------------+--------------------------+----------------+
   | type    | description                                       | supported_database_types | provider       |
   +---------+---------------------------------------------------+--------------------------+----------------+
   | DEFAULT | Default implementation with CRC32 of all records. | ["MySQL","PostgreSQL"]   | ShardingSphere |
   +---------+---------------------------------------------------+--------------------------+----------------+
   1 row in set (0.13 sec)
   
   mysql> STOP SCALING SOURCE WRITING 1;
   Query OK, 0 rows affected (0.07 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: notifications-unsubscribe@shardingsphere.apache.org

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