This topic describes the SQL_PARSE diagnostic point.
The SQL_PARSE diagnostic point records syntax parsing information. The following table describes the diagnostic information at the SQL_PARSE diagnostic point.
| Field | Description | Remarks |
|---|---|---|
| table | The table name in the request statement. | If the SQL statement is complex, the table name may fail to be parsed, thereby causing inaccurate routing. |
| sql | The content of the request statement. | If the length of the SQL statement exceeds 4K, the table name may fail to be parsed, thereby causing inaccurate routing. |
| cmd | The command in the request statement. | N/A |