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 read/write splitting is enabled, databases can be connected through a read/write splitting address. You can use internal SQL commands to verify the read/write splitting performance.
Procedure
- Connect to a database through a read/write splitting address by referring to Enabling Read/Write Splitting.
- Run show last route to view the routing result of the previous SQL statement.
Do not use show last route for service code or include it in multi-statements.
Parent topic: Database Proxy (Read/Write Splitting)