--Mycat the limit of Mycat

SQL statements are not supported

create table like xxx
create table select xxx
select for update
select lock in share mode
select into outfile/into var_name
  • It does not support multi-table associated with cross-database query, sub query.

  • Or does not support multiple table UPDATE UPDATE shard key.

  • Does not support cross-sliced ​​update / delete [order by] limit

Mycat limited support for transactions

  • Mycat only weak support distributed transactions.

  • If a node fails after the transaction commit, we can not guarantee transactional consistency.

Mycat NA scene

  • To use SQL does not support the scenario

  • Require cross-divisional scene piece associated with the query

  • The need to ensure strong consistency across fragmented affairs scene

Released 1343 original articles · won praise 2093 · Views 5.25 million +

Guess you like

Origin blog.csdn.net/l1028386804/article/details/104911787