Re: multi-tenant queries select wrong index

2021-09-21 Thread Alexey M Boltenkov
On 09/20/21 15:33, Kirill wrote: Hello, As modern software is typically multi-tenant aware it is critical for DB to effectively filter database records based on tenant ID context. Yet, we constantly hit the situations when Postgres 13.4 performs poorly. If community is interested I can report s

multi-tenant queries select wrong index

2021-09-20 Thread Kirill
Hello,   As modern software is typically multi-tenant aware it is critical for DB to effectively filter database records based on tenant ID context. Yet, we constantly hit the situations when Postgres 13.4 performs poorly. If community is interested I can report such trivial and obvious cases fo