On Wednesday, February 8, 2023, Philippe VIEGAS
wrote:
> Hi all,
>
> I was wondering why the index statistics usage were not reflecting the
> index usage for primary key constraint validation ?
>
> When we create a table with a primary key, PostgreSQL creates a Btree
> index for the validation of
Hi all,
I was wondering why the index statistics usage were not reflecting the
index usage for primary key constraint validation ?
When we create a table with a primary key, PostgreSQL creates a Btree
index for the validation of this constraint : index is defined unique
(indisunique=t) and p