sraoss / pgsql-ivm

IVM (Incremental View Maintenance) development for PostgreSQL
Other
127 stars 12 forks source link

Create unique index for views with DISTINCT clause #121

Closed yugo-n closed 3 years ago

yugo-n commented 3 years ago

If the view has DISTINCT, a unique index is created on all columns in the target list.