GaussDB (for MySQL) supports compute-storage separation.
The EXPLAIN command can be used to view the execution plan of SQL statements. In the execution plan, Type indicates the access method to the table. Which of the following is not a valid Type value?
Which are valid plan display formats?
Which statements about distributed transactions are correct?