FETCH_TABLE_RELATED_DATA

2024-11-15 04:50:29  Updated

This topic describes the FETCH_TABLE_RELATED_DATA diagnostic point.

The FETCH_TABLE_RELATED_DATA diagnostic point records information about table metadata acquisition. The following table describes the diagnostic information at the FETCH_TABLE_RELATED_DATA diagnostic point.

Field Description Remarks
table_entry Indicates that the partition information does not exist. This field is returned when the corresponding table information cannot be queried.
resp_error The error code in the returned packet. /
fail_at The phase when table metadata acquisition fails. Valid values:
  • LOOKUP_TABLE_ENTRY_STATE: Table metadata is being queried.
  • LOOKUP_PART_INFO_STATE: Partition metadata is being queried.
  • LOOKUP_FIRST_PART_STATE: Partition metadata is being built.
  • LOOKUP_SUB_PART_STATE: Subpartition metadata is being built.
part_level The partition level. For more information about partitions, see Create partitions in OMS documentation.
has_unkown_part_key Indicates whether a partitioning key type that cannot be processed by OceanBase Database Proxy (ODP) exists. N/A
part_expr The partition expression. N/A
sub_part_expr The subpartition expression. N/A

Contact Us