Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
INFORMATION_SCHEMA.META_CLUSTER_DPS is used to display the data distribution policy.Field Name | Type | Description |
distribution_policy_id | int unsigned | The unique identifier ID for the data distribution policy. |
distribution_policy_name | varchar(64) | The name of the data distribution policy. |
distribution_policy_desc | longtext | The detailed description of the data distribution policy. |
tdsql > SELECT * FROM INFORMATION_SCHEMA.META_CLUSTER_DPS;+------------------------+--------------------------+-----------------------------------------------------------------------------------+| distribution_policy_id | distribution_policy_name | distribution_policy_desc |+------------------------+--------------------------+-----------------------------------------------------------------------------------+| 101 | **_2 | {"constraints":[{"key":"tdsql-storage-type","op":"in","values":["ssd1","ssd2"]}]} |+------------------------+--------------------------+-----------------------------------------------------------------------------------+
피드백