Fwd: sensible configuration of max_connections

2020-02-07 Thread Chris Ellis
Given your situation I'd very seriously look at connection pooling using PgBouncer or similar. That way you can run with a far smaller max_connections and still cope with applications configured with large usually idle connection pools. > cheers, > > Chris > Regards, Chris Ellis >

Re: Does postgresq database supports reading data from the same table from many observable simultanousely?

2017-12-22 Thread Chris Ellis
Hi On 22 Dec 2017 6:53 pm, "hmidi slim" wrote: > Hi, > I don't know if is it the suitable place to ask my question but I want to > know if a table in a postgres database enable multiple reading actions for > mayn rxjs observbles or not. > I create two observables that need to access the same tab