Part 18 - PostgreSQL : What is Logical Replication in PostgreSQL.

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 19

  • @huzaifaali2209
    @huzaifaali2209 2 ปีที่แล้ว

    Very informative and detailed video,

  • @malikabdul_aziz7294
    @malikabdul_aziz7294 3 ปีที่แล้ว

    This is super great tutorial, thanks for sharing sir

  • @b0ys0l09
    @b0ys0l09 2 ปีที่แล้ว

    Is logical replication supported in PostgreSQL 9.x ?

  • @saketbhushan5495
    @saketbhushan5495 3 ปีที่แล้ว

    Very informative

  • @rutvijdesai4884
    @rutvijdesai4884 3 ปีที่แล้ว +1

    great!!!

  • @infinityduck931
    @infinityduck931 3 ปีที่แล้ว

    Very informative. Can we implement bi-directional replication with Logical replication? If not possible could you suggest best way to achieve it?

    • @EMultiSkillsDatabaseServices
      @EMultiSkillsDatabaseServices  3 ปีที่แล้ว

      It seems to be possible, The challenging part may be when you try to use it on Premises and specially handling conflicts.

  • @diwakarajay
    @diwakarajay 4 ปีที่แล้ว

    suppose I created two node with node1 =port 9701 and node2 = post 9102 on a single linux system. Now how should i login into that node 1 or node 2 inorder to create db inside it

    • @EMultiSkillsDatabaseServices
      @EMultiSkillsDatabaseServices  4 ปีที่แล้ว +2

      This is how we connect on a single host ( i hope the node name is same ).
      psql -h node1 -p 9701
      psql -h node2 -p 9702
      This concept is covered under PostgreSQL cluster

  • @lonewolf796
    @lonewolf796 4 ปีที่แล้ว

    how conflicts can happen ? write or read conflicts for Same table and different subscribers?

  • @hanoch123
    @hanoch123 3 ปีที่แล้ว

    Can u please give step by step procedure to setup logical replication in PostgreSQL on WINDOWS SERVER