forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: Ru, Li Yi <liyiru7@huawei.com> Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
1.6 KiB
1.6 KiB
Testing Read/Write Splitting Performance
After a proxy instance is created, you can connect your DB instance through a proxy address. You can use internal SQL commands to verify the read/write splitting performance.
Procedure
- Connect to a DB instance through a proxy address. For details, see Creating a Proxy Instance.
- Run the following command to view the routing result of the previous SQL statement. The result is the private IP address of the DB instance.
show last route;
Parent topic: Database Proxy (Read/Write Splitting)