Index + View Question

From: "Dylan Lorimer" <edylan(at)google(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Index + View Question
Date: 2006-11-03 19:17:30
Message-ID: 3ddac38d0611031117v742c5c84p3264c894709b559d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

If I've got several tables, each with their own indexes. I also have a view
that aggregates several of these tables. My question is, as novice-like as
it may sound, do I need to create new indexes on the view or do the indexes
from the orig. tables apply somehow when I select data from the view?

Cheers,
Dylan

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Sullivan 2006-11-03 19:36:00 Re: Index + View Question
Previous Message Jeff Frost 2006-11-03 18:36:41 Re: delete and select with IN clause issues