Load Balancing & High Availability on Postgres using HAProxy | Vignesh Ravichandran

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024

Комментарии • 3

  • @user-rf7nc3os4x
    @user-rf7nc3os4x 3 месяца назад

    At 9:54 in the video, should the “dbserver1” following the addr in the config file be “dbserver1IP”?

  • @fabiochamorro4663
    @fabiochamorro4663 6 месяцев назад +1

    How can I implement a read/write splitting in Haproxy? I'm also using pgbouncer, but I haven't been able to split the read and write request in the haproxy.cfg. I can't modify the request from the client part so I need to modify Haproxy or pgbouncer. Thanks in advanced for any comment/suggestion.

    • @HAProxyTechnologies
      @HAProxyTechnologies  6 месяцев назад +1

      The answer is "you can't", this must be done at the application layer and have an haproxy config which reflect this.