sandynz commented on issue #20063:
URL: 
https://github.com/apache/shardingsphere/issues/20063#issuecomment-1216599012

   Hi @peilinqian , the error of
   ```
   order_db=> CHECK SCALING 0130317c30317c3054317c6f726465725f6462 BY TYPE 
(NAME=CRC32_MATCH);
   ERROR:  Database type openGauss is not supported in [MySQL]
   ```
   means `CRC32_MATCH` just support `MySQL` for now, openGauss is not suportted.
   
   You could use `DATA_MATCH` algorothem, e.g.
   ```
   CHECK SCALING 0130317c30317c3054317c6f726465725f6462 BY TYPE 
(NAME=DATA_MATCH);
   ```
   


-- 
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-unsubscr...@shardingsphere.apache.org

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

Reply via email to