When using Pgpool and multiple replicas of Postgresql, create table using struct gets redirected to standby server. #1937
              
                Unanswered
              
          
                  
                    
                      AtitShetty
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using Pgpool with multiple replicas of Postgresql.
I am creating a table using struct. However, the query gets redirected to
standbyreplica instead ofprimary.I tried using
pgpoolconfigurationprimary_routing_query_pattern_listand specified the table name too, but it did not work.Has anyone faced the same issue?
I want to understand how the ORM converts the query before sending it to Postgresql, so that I can investigate further.
Beta Was this translation helpful? Give feedback.
All reactions