create_read_replica
Create a read replica database to distribute read queries and improve performance. Specify source database, label, region, and plan for setup.
Instructions
Create a read replica of a database.
Args: database_id: The source database ID or label label: Label for the read replica region: Region for the read replica plan: Plan ID for the read replica
Returns: Information about the created read replica
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| label | Yes | ||
| region | Yes | ||
| plan | Yes |