old sysops · @oldsysops
348 followers · 686 posts · Server mamot.fr

Every think you need to know about : jpcamara.com/2023/04/12/pgboun

TL;DR it's friday just put it in your tab/bookmark ;-)

#pgbouncer #postgresql

Last updated 1 year ago

jcrabapple :virginia_badge: · @jcrabapple
1827 followers · 3020 posts · Server dmv.community

: installed on the web server, or on the database server?

#pgbouncer #mastoadmin

Last updated 1 year ago

PostgresFM · @postgresfm
46 followers · 34 posts · Server fosstodon.org

New episode: "Connection poolers"

Nikolay and Michael discuss connection poolers — when and why we need them, the king that is , and the many new pretenders to the throne.

🎙️ postgres.fm/episodes/connectio

📺 youtu.be/615iO3_SAXw

#postgres #pgbouncer #postgresql

Last updated 1 year ago

PostgresFM · @postgresfm
46 followers · 34 posts · Server fosstodon.org

New episode: "Connection poolers"

Nikolay and Michael discuss connection poolers — when and why we need them, the king that is , and the many new pretenders to the throne.

🎙️ postgres.fm/episodes/anniversa

📺 youtu.be/qOKsUydERJw

#postgres #pgbouncer #postgresql

Last updated 1 year ago

Cadu :verified_pe: · @cadusilva
365 followers · 1466 posts · Server bolha.one

💡 Instalei o aqui na Bolha.

Isso significa que agora temos um gerenciador de conexões ao banco de dados, o qual fica entre a instância e o banco de dados (BD) em si.

Agora, em vez do abrir uma nova conexão direto com o BD sempre que precisar, ele vai conversar antes com o PgBouncer.

O PgBouncer então vai criar uma nova conexão se necessário ou utilizar uma conexão já aberta. O objetivo é reduzir o impacto na performance do BD.

Se você é um e quiser implementar o PgBouncer também, siga o tutorial abaixo:

:github: is.gd/M3Jo32

Note que, uma vez terminado o tutorial, você deve prestar atenção na hora de atualizar o Mastodon pois o comando "db:migrate" não vai mais funcionar diretamente.

Será necessário antes informar a nova porta. No link acima tem a instrução para contornar essa "pegadinha" (gotcha).

Note também que o tutorial assume que você não usa o Docker.

#pgbouncer #mastodon #mastoadmin

Last updated 1 year ago

gullevek ⚛️ · @gullevek
135 followers · 3086 posts · Server mastodon.xyz

Ok, what a fucking mess. Seems something changed or something is different now, but:
pgbouncer auth user must have md5 password set and md5 allowed to use for this user only. then logins will work with the SCRAM passwords for the normal users. Meh. what a gagsi

#postgresql #pgbouncer

Last updated 1 year ago

Alejandro Baez · @zeab
111 followers · 480 posts · Server fosstodon.org

Well then, time for me to replace with 😁
github.com/supabase/supavisor

#pgbouncer #Supabase #supavisor

Last updated 2 years ago

Martin :verified_coffee: :tux: · @MartinWdd
315 followers · 5593 posts · Server troet.cafe

Is there a convinient way to configure without adding every user to userlist.txt?

#postgresql #pgbouncer

Last updated 2 years ago

Martin :verified_coffee: :tux: · @MartinWdd
282 followers · 5165 posts · Server troet.cafe

Is it true that I have to set every password also in ?

#pgbouncer

Last updated 2 years ago

Nicola Ferrini · @nicferr
30 followers · 611 posts · Server mastodon.uno
Andreas Scherbaum · @ascherbaum
397 followers · 4274 posts · Server mastodon.social

Team is ready to bounce the devroom at - however the doors are still locked.

Very efficient bouncing.

#pgbouncer #postgresql #fosdem

Last updated 2 years ago

pandafy :unverified: · @pandafy
14 followers · 185 posts · Server fosstodon.org

So, i deployed yesterday and with its default configuration, it was performing poorly when compared to Postgres. The query execution time (latency?) increased which brought the whole application to it's knees.

I need to learn how to configure PgBouncer properly.

#pgbouncer

Last updated 2 years ago

Pedro Soares :mastodon: · @UmTipoDeBarba
296 followers · 1176 posts · Server masto.pt

Where are my DevOps guys? Where are my Developer bros and sis? Please boost for wider audience. I could really use some insights on this

#docker #azure #devops #postgressql #developer #development #it #cloud #zerodowntime #pgbouncer #askingfortips

Last updated 2 years ago

Rune 🇨🇦 · @rune
24 followers · 128 posts · Server social.intothecloud.net

Next up in my series on how and what I : stuff. All of this runs in on a single node.

: Running Synapse (tried Dendrite first, but run into problems). I'm using samuelph/synapse-compress-state, but it's still heavier on disk usage than I'd like, given the number of rooms and time.

: I use a custom docker image, based on the official tootsuite docker image, except I bump MAX_ITEMS in feed history to 10,000 (my client no longer gets bumped to latest when I fall behind a bit), REBLOG_FALLOFF to 400 (fewer repeated boosts), upped some authenticated ratelimits (private server), and bumped max toot size, and added a cleanup script.

🧵 1/3

🏷️

#selfhost #social #docker #swarm #matrix #mastodon #keydb #pgbouncer #activitypub #fakerelay #selfhosting

Last updated 2 years ago

Chris Ely · @tcely
371 followers · 2926 posts · Server fosstodon.org

Hmm.

I guess I need to try this out before I install PgBouncer again.

github.com/levkk/pgcat


#postgresql #pgbouncer #rust #pgcat

Last updated 2 years ago

sтυx🎄 · @stux
114486 followers · 104601 posts · Server mstdn.social

I got the issue for PgBouncer but now is the question what limit..

"pgbouncer ERROR accept() failed: Too many open files"

It's the user system open files limit but there are so many..

Anyone an idea?

#pgbouncer #Linux

Last updated 2 years ago

Jake Jarvis :jake: · @jake
408 followers · 1134 posts · Server fediverse.jarv.is

@stux wish I could help more with numbers, but if doesn't seem like it's doing its magic, double check that you've got `PREPARED_STATEMENTS=false` set in your .env file — super easy step to miss that makes a big difference.

#pgbouncer

Last updated 2 years ago

Kahu (Admin) · @Kahu
19 followers · 39 posts · Server bigisland.social
Kahu (Admin) · @Kahu
19 followers · 38 posts · Server bigisland.social

Here is another post I read as I prepare another instance (distinct from ) of .

The first thing is to install with ontop; and REDIS, which is a memory based db store on a large CPU / Memory configured server. I will continue to tag additional “good reads” as I find them. I have decades of tech exp; but this is all new to me. Have a basic topological comprehension, need details to solidly implement a stable configuration.

enterprisedb.com/blog/pgbounce

#bigislandsocial #mastodon #postgresql #pgbouncer

Last updated 2 years ago

Mark Fletcher · @wingedpig
79 followers · 20 posts · Server hachyderm.io

Started a new project today, a replacement for , a connection pooler for . Using github.com/jackc/pgmock it was quite easy to get a basic postgres proxy running. Now the hard part is fleshing out all the accounting (client/server pools), logging, etc. I want a lot more timing data than pgbouncer provides, and the ability to conditionally log sql statements.

#golang #pgbouncer #postgresql

Last updated 2 years ago