Pgpool-II Tutorial

  Рет қаралды 57,556

High-Performance Programming

High-Performance Programming

Күн бұрын

Пікірлер: 39
@ButchHammer
@ButchHammer 4 ай бұрын
Thank you for this video. It makes me more confident to join my new team !
@MrBibber
@MrBibber 2 жыл бұрын
incredibilly well done tutorial. keep up the good work!
@RobertFuszenecker
@RobertFuszenecker 10 ай бұрын
Thank you very much for this brilliant and comprehensive tutorial.
@vinothj1649
@vinothj1649 2 жыл бұрын
Its so clear and crystal.
@marccawood
@marccawood Жыл бұрын
This video saved my life.
@arashx404
@arashx404 2 жыл бұрын
thank you for this high quality - top level programming course's
@jesseinit
@jesseinit 2 жыл бұрын
This is high quality.
@m.imranzaheer1368
@m.imranzaheer1368 Жыл бұрын
Nice explanation... appreciated 👏👏
@utkarshshukla2448
@utkarshshukla2448 Жыл бұрын
thank you sir , can you please make complete video on postgres HA data replication with failover and load balancing using HAProxy also with latest postgres version like 14 or 15
@jasminstrkonjic
@jasminstrkonjic Жыл бұрын
very very good job sir. you helped me a lot. keep up the good work.
@ashokpatil4027
@ashokpatil4027 Жыл бұрын
Very nicely explained...keep it up the good work.. it will be good if same can be explained for pgbouncer..
@dnyandeep11
@dnyandeep11 3 ай бұрын
vow hatsoff you have explianed too good
@abhishektripathi27
@abhishektripathi27 2 жыл бұрын
Can you also create tutorial to setup two pgpool servers to pgpool HA please?
@AnthoninPRESSE
@AnthoninPRESSE 8 ай бұрын
Really nice tutorial ! Straghtforward and clean one ! love it. But i still got a quick question, in case of distributed cluster (3 nodes, on 3 machines) should i setup a pgpool on each of the postgres nodes ? Thanks !
@lacascadaobregon
@lacascadaobregon 2 жыл бұрын
Awesome content. I would suggest to make the sound louder, as I am using headphones and need to watch my online learning videos in silence. Thanks!
@anbiabohlam5468
@anbiabohlam5468 6 ай бұрын
great tutorial video, but perhaps you can provide using VM with bridge network configuration to simulate multiple hosts for next video thanks anyway
@414121
@414121 Жыл бұрын
Your video gives a great idea of HA using pgpool, congrats! I’m trying to implement this but in a more real use case where master and standby are different machines. I saw in documentation that pgpool deals with virtual IP. It’s not clear to me if pgpool manages the virtual IP itself or if I need to configure keepalived together with pgpool.
@kuliserper
@kuliserper 2 жыл бұрын
Thank you so muchh!, your video is very helpfull!!!
@wolfganghaemmer
@wolfganghaemmer Жыл бұрын
Thank you!🙂
@emredemiralay2675
@emredemiralay2675 2 жыл бұрын
wonderful !!! please share repmgr and other high availability examples. warm and hot replicas
@kbpmowrya
@kbpmowrya 6 ай бұрын
How are you stoped Pgpool not to do steaming replication as you are configuring replication manually.
@mysuperemecy
@mysuperemecy 11 ай бұрын
Very nice tutorial, if possible make a video on citusdata
@pclokcer
@pclokcer Жыл бұрын
this is very well
@puneetmathur
@puneetmathur Жыл бұрын
Hey mate, great tutorials on Postgres & pgpool. I have a question, if I may. I would like to run pgpool on a server separate to the one(s) running Postgres. Do I need to install Postgres server& create a cluster in the server running pgpool? When I run pgpool on a standalone server as user postgres (which gets created during install), it keeps looking for /var/run/postgres directory!Thanks.
@vitache1276
@vitache1276 10 ай бұрын
Thanks!!
@medAmineRg
@medAmineRg 6 ай бұрын
thankyou
@doniyorbekrajabov3104
@doniyorbekrajabov3104 Жыл бұрын
This is amazing. Thank you for the video. Can you give me little bit explenation how to do this with remote database clusters. For example DigitalOcean Managed Database Clusters. I am having trouble with it. Please.
@thangdm
@thangdm Жыл бұрын
can you describe more details about automatic failover? i am using docker/kubernetes to deploy the database, so it would be kind of you to show me how. Thank you a lot
@ZarkoAjdukovic-lz5fr
@ZarkoAjdukovic-lz5fr Жыл бұрын
Executed exactly as shown and postgresql.conf is missing in the replica (postgresql 15.1, Debian 11.5)
@Ash-td4sx
@Ash-td4sx 11 ай бұрын
pgpool2 is repeatedly searching for primary node and has only detected standby node i have already tried restarting pgpool what should i do
@rammurthy05
@rammurthy05 Жыл бұрын
is streaming replication mandatory for automatic failover?
@KuyaJeffGamingChannelOfficial
@KuyaJeffGamingChannelOfficial 6 ай бұрын
@high-performance programming, on 15:03 of your video. how can I enter in pgpool.conf (backend_data_directory0) the path of the “data” folder of my pgsql if it is in windows environment? I am your one of your student in udemy.
@ciurlizzaascencio1501
@ciurlizzaascencio1501 Жыл бұрын
👏
@medAmineRg
@medAmineRg 6 ай бұрын
guys i have a question, how i can download pgpool in windows ?
@Delicatamente
@Delicatamente 5 ай бұрын
man you are awesome! thank you!
@MrBibber
@MrBibber 2 жыл бұрын
After watching it multiple times: Please next time make it a bit louder. Also a transcript would be nice, to be able to copy the commands for example.
@Piyushmishrabanaras
@Piyushmishrabanaras Жыл бұрын
Kindly help, have configured standby in pgpool.conf as you explained, but its not detecting. What could be the possibility. 2023-01-02 20:39:12.466: main pid 2971668: DETAIL: socket(::) failed: "Address family not supported by protocol" 2023-01-02 20:39:12.474: main pid 2971668: LOG: find_primary_node_repeatedly: waiting for finding a primary node 2023-01-02 20:39:12.479: main pid 2971668: LOG: find_primary_node: primary node is 0 2023-01-02 20:39:12.480: main pid 2971668: LOG: pgpool-II successfully started. version 4.3.3 (tamahomeboshi) 2023-01-02 20:39:12.480: main pid 2971668: LOG: node status[0]: 1 2023-01-02 20:39:12.480: main pid 2971668: LOG: node status[1]: 0 2023-01-02 20:39:12.481: pcp_main pid 2971705: LOG: PCP process: 2971705 started 2023-01-02 20:39:12.481: sr_check_worker pid 2971706: LOG: process started 2023-01-02 20:39:12.481: health_check pid 2971707: LOG: process started
@aissabilek2094
@aissabilek2094 9 ай бұрын
i have the same probleme did u find a solution?
@mahditayeb1046
@mahditayeb1046 4 ай бұрын
incredibilly well done tutorial. keep up the good work!
PostgreSQL Logical Replication Guide
25:06
High-Performance Programming
Рет қаралды 39 М.
PgBouncer Tutorial
19:06
High-Performance Programming
Рет қаралды 38 М.
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 62 МЛН
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 36 МЛН
Cute
00:16
Oyuncak Avı
Рет қаралды 11 МЛН
Brawl Stars Edit😈📕
00:15
Kan Andrey
Рет қаралды 49 МЛН
PostgreSQL HA High Availability Tutorial
19:04
High-Performance Programming
Рет қаралды 47 М.
Осторожно, Pgpool!
16:25
Stas Fomin
Рет қаралды 1,1 М.
PostgreSQL Streaming Replication Tutorial
15:54
High-Performance Programming
Рет қаралды 64 М.
The cloud is over-engineered and overpriced (no music)
14:39
Tom Delalande
Рет қаралды 597 М.
Postgres Internal Architecture Explained
33:16
Hussein Nasser
Рет қаралды 152 М.
Set Up PostgreSQL Replication in 4 Steps [With Examples]
30:18
Cherry Servers
Рет қаралды 2,6 М.
Design a Payment System - System Design Interview
31:40
High-Performance Programming
Рет қаралды 470 М.
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 62 МЛН