Index Usage in View with Aggregates - Mailing list pgsql-general

From Ian Harding
Subject Index Usage in View with Aggregates
Date
Msg-id 725602300909170855p33aee550q972a10b21899aac6@mail.gmail.com
Whole thread Raw
Responses Re: Index Usage in View with Aggregates
List pgsql-general
I have never had this particular problem in PostgreSQL, it seems to
"just know" when queries can be "flattened" and indexes used.  I know
that takes tons of work.  Thank you for that.

Here's the Oracle question.

http://stackoverflow.com/questions/1439500/oracle-index-usage-in-view-with-aggregates

I suspect I have made some subtle mistake in changing that SQL into a
view that is breaking Oracle's ability to know that an index can be
used.  Any and all advice is appreciated.

- Ian

pgsql-general by date:

Previous
From: Paul M Foster
Date:
Subject: Re: What kind of JOIN, if any?
Next
From: Scott Marlowe
Date:
Subject: Re: Index Usage in View with Aggregates