get_replication_status
Retrieve replication and distribution status for a specific table or the entire database in CockroachDB, providing insights into range replication details for efficient data management and monitoring.
Instructions
Get replication and distribution status for a table or the whole database.
Args: table_name (str): Table name to filter (default: "", for all tables).
Returns: Details about range replication for a specific table or the current database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
table_name | Yes |