Thanks for the sharing, and the simplicity and quality of the explanation. Waiting for demo on tuning and tracking performances of PostgreSQL database.
very informative session, thank you so much. Just 1 question.... if we use connection pooling then as connection re-establish time gets saved so in your demo 1 why pgbench sessions running with port 5432 (no pooling) completed faster than 6432.
Thanks once again Amol. Let me explain your query here. Q) pgbench response time with out using pgbouncer - port : 5432 is less comparatively pgbench response time with using pgbouncer - port : 6432. Ans) For Demo purpose I had setup two server. One is DB server and pgbouncer server. I ran pgbench utility in DB server. With port 5432: the request travelling path was "DB Server (pgbouncer) --> DB server (DB) --> DB Server (pgbouncer)". In real time scenario the connections will be initiated from Web/ Application servers. Whereas With port 6432: the request travelling path was "DB Server (pgbouncer) --> PG bouncer Server --> DB server (DB) --> PG bouncer Server --> DB Server (pgbouncer)". I believe, I have answered you question. Please let me know if you have any further query on this.
@@busylearner8072 got it, thank you so much for the detailed explanation, really helpful. Can you please tell me where can I get the material used for the test case, I want to try it by myself.
Hi Amol, For all of my videos I am preparing demos on my own. I have gone through multiple websites to understand the concepts. If at all if I get any reference link in future I will post it to you. - Kiran
hi my dear, can you help me. I have created pgbench as you show you in this video. But, when i am trying to connect with pgbench it gives me an error: password authentication failed. What do you think about such issue?
Thank you very much, the video is very much helpful.. you have done marvelous efforts, please keep it up and regards.
thank you for your guidance sir, I learned and implemented successfully. Now its working fine. thanks a lot 👌👌😎😎😍😍👍👍
Thanks for the sharing, and the simplicity and quality of the explanation.
Waiting for demo on tuning and tracking performances of PostgreSQL database.
beautifully explained. Good work!
Awsome talent and explaination
Thank you
Excellent explanation
Thank you
thanks for a great tutorial
Thank you. It is very helpful. Can I configure primary and standby in the same pgbouncer configuration or need to install pgbouncer in standby also.
Yes as long as you connectivity.
Sooper sir 👍
Thank you Tamil
very informative session, thank you so much.
Just 1 question....
if we use connection pooling then as connection re-establish time gets saved so in your demo 1 why pgbench sessions running with port 5432 (no pooling) completed faster than 6432.
Hi Amol,
Thank you. Let me review and will comeback soon,
Thanks once again Amol.
Let me explain your query here.
Q) pgbench response time with out using pgbouncer - port : 5432 is less comparatively pgbench response time with using pgbouncer - port : 6432.
Ans) For Demo purpose I had setup two server. One is DB server and pgbouncer server.
I ran pgbench utility in DB server.
With port 5432: the request travelling path was "DB Server (pgbouncer) --> DB server (DB) --> DB Server (pgbouncer)". In real time scenario the connections will be initiated from Web/ Application servers.
Whereas With port 6432: the request travelling path was "DB Server (pgbouncer) --> PG bouncer Server --> DB server (DB) --> PG bouncer Server --> DB Server (pgbouncer)".
I believe, I have answered you question. Please let me know if you have any further query on this.
@@busylearner8072 got it, thank you so much for the detailed explanation, really helpful.
Can you please tell me where can I get the material used for the test case, I want to try it by myself.
Hi Amol,
For all of my videos I am preparing demos on my own.
I have gone through multiple websites to understand the concepts.
If at all if I get any reference link in future I will post it to you.
- Kiran
ty Kiran, much appreciated.
hi my dear, can you help me. I have created pgbench as you show you in this video. But, when i am trying to connect with pgbench it gives me an error: password authentication failed. What do you think about such issue?
Hi, 1. Check the password
2. Check the entries in pg_hba.conf
Can you make a demo tutorial on Setting up PgBouncer and Postgersql with SSL certificate and scram-sha-256 authentications
Thanks for your comments. Will do the demo and will share
how to install pgbouncer in windows
Wonderful explanation
Thank you