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
-
Hi,
I am using Pgpool with multiple replicas of Postgresql.
I am creating a table using struct. However, the query gets redirected to
standby
replica instead ofprimary
.I tried using
pgpool
configurationprimary_routing_query_pattern_list
and 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