You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/05/17 11:14:51 UTC

[GitHub] [shardingsphere] jingshanglu opened a new issue, #17746: Support opengauss route strategy on read write split

jingshanglu opened a new issue, #17746:
URL: https://github.com/apache/shardingsphere/issues/17746

   
   
   ### Describe the feature you would like.
   In read-write separation mode, follow the routing strategy below
   * `readOnly`
    
        When readOnly is declared as true, all transactions representing this session are read-only transactions, no longer determine whether the statement is a write, and directly route to improve performance.
   
   * `loadBalancer` 
   
        load balancing algorithm.
   
   * `routeMode` 
   
        0: Writes and reads are routed to master.
        1: Writes are routed to master, Reads are routed to a fixed slave nodes(by load balancer).
        2: Writes are routed to master, Reads are routed to different slave nodes(by load balancer).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] strongduanmu closed issue #17746: Support opengauss route strategy on read write split

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #17746: Support opengauss route strategy on read write split
URL: https://github.com/apache/shardingsphere/issues/17746


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org