Pierre Timmermans
Pierre Timmermans
I have the same issue. Ideally I want to rely on the repl_nodes table, checking for the record master and active='t' and assuming there is only one record. If it...
Same question here. I guess we have to use BROKER_ID_COMMAND, in the doc there is an example: BROKER_ID_COMMAND: "hostname | awk -F'-' '{print $2}'" However the broker_id must be an...
It makes sense, I think it is the way to go and besides I did not like to use deploy: mode: global (it is overkill) Something else that puzzle me....
You also need a KAFKA_BROKER_ID for each kafka instance What I did at the end is to assign a docker label for each node, that contains the broker id for...
This would be super useful, the connection string is also described here http://paquier.xyz/postgresql-2/postgres-10-libpq-read-write/ and here https://www.postgresql.org/docs/10/static/libpq-connect.html A typical use case would be where repmgrd would take care of the automatic...
Hi, is there a takeway from this discussion on discord ? We are experiencing poor cache hit ratios when doing large queries on data that is (supposedly) in the extended...
I don't use postgres and pgpool anymore because I changed company. I am not convinced that a set-up based on docker swarm and pgpool is "production-ready" and besides I think...
it would be good to force a re-auth from the client. So when you start working in the morning, you would force a re-auth and be good for the whole...
it is possible now with --disable-dns option in netbird up. I think this issue is closed
those logs are very valuable for performance and troubleshooting. If you need help to analyze those logs, head on to the loki blog where there is a very good discussion...