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
>
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