Re: Can the query planner create indexes? - Mailing list pgsql-general

From tv@fuzzy.cz
Subject Re: Can the query planner create indexes?
Date
Msg-id 0bceac06db98414e27da53b342aca79e.squirrel@sq.gransy.com
Whole thread Raw
In response to Re: Can the query planner create indexes?  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
List pgsql-general
> I don't think planner should do things like creating an index. But it
> might hint at doing it in the logs.
> There was a discussion around that sort of feature on -hackers not so
> long time ago. I don't remember what the conclusion was, but probably
> that it just isn't worth wasting planner's cycles when you execute a
> query.

Yes, that would be a much better solution, definitely. Something like
'watch seq-scan nodes and if the number of matching rows is much smaller
than the total number, put a HINT into log.'

I was thinking about doing something like this for correlated columns
(when the number of matching rows is severely underestimated). But that's
far in the future.

Tomas



pgsql-general by date:

Previous
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: Can the query planner create indexes?
Next
From: Jeremy Harris
Date:
Subject: Re: Can the query planner create indexes?