> Btw. have you run ANALYZE on the table recently?
I have autovacuum with default statitics settings running so I expect that
it is analyzed.
> What is the number
> of distinct values in the 'kuupaev' column?
select count(distinct kuupaev) from makse
returns 61
kuupaev is sales date.
So this can contain 365 distinct values per year and max 10 year database,
total can be 3650 distinct values after 10 years.
Andrus