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 2020/03/17 06:38:03 UTC

[GitHub] [incubator-shardingsphere] KomachiSion opened a new issue #4795: Does ShardingScaling still need to support the MySQL JSON data type?

KomachiSion opened a new issue #4795: Does ShardingScaling still need to support the MySQL JSON data type?
URL: https://github.com/apache/incubator-shardingsphere/issues/4795
 
 
   When I handle #4594 , I found ShardingScaling support JSON data type. But I can't find any information about JSON type replication or binlog in [MySQL Internals Manual](https://dev.mysql.com/doc/internals/en/). I also search in [MariaDB document](https://mariadb.com/kb/en/clientserver-protocol/), but no information too.
   
   There is only a [MySQL source code](https://github.com/mysql/mysql-server/blob/5.7/sql/json_binary.h) about JSON, but it seems be the decode and encode way between JSON and binary.
   
   So should we still need to support the MySQL JSON data type in ShardingScaling?
   Or Where we can get more reliable information about this data type?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [shardingsphere] kimmking closed issue #4795: Does ShardingScaling still need to support the MySQL JSON and BIT data type?

Posted by GitBox <gi...@apache.org>.
kimmking closed issue #4795:
URL: https://github.com/apache/shardingsphere/issues/4795


   


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere] Lucas-307 commented on issue #4795: Does ShardingScaling still need to support the MySQL JSON and BIT data type?

Posted by GitBox <gi...@apache.org>.
Lucas-307 commented on issue #4795:
URL: https://github.com/apache/shardingsphere/issues/4795#issuecomment-664813206


   Currently, master version have been supported MySQL JSON and BIT data type, and I validate it. So this issue can 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.

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



[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4795: Does ShardingScaling still need to support the MySQL JSON data type?

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #4795: Does ShardingScaling still need to support the MySQL JSON data type?
URL: https://github.com/apache/incubator-shardingsphere/issues/4795#issuecomment-604334911
 
 
   Maybe low priority for json type

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #4795: Does ShardingScaling still need to support the MySQL JSON and BIT data type?

Posted by GitBox <gi...@apache.org>.
KomachiSion commented on issue #4795: Does ShardingScaling still need to support the MySQL JSON and BIT data type?
URL: https://github.com/apache/incubator-shardingsphere/issues/4795#issuecomment-610114757
 
 
   Other type I find is similar to JSON type -- BIT. In mysql, BIT type can follow a length like `bit(n)` to set the storage way. And it will be different in binlog. But I do not find any description in mysql  and MariaDB document.
   
   Currently, scaling will throw a log to warn users BIT type is unsupported.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services