Re: flattened tables with normalized tables

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: flattened tables with normalized tables
Дата
Msg-id 20041008043550.GA49182@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: flattened tables with normalized tables  (Dennis Gearon <gearond@fireserve.net>)
Ответы Re: flattened tables with normalized tables  (Dennis Gearon <gearond@fireserve.net>)
Re: flattened tables with normalized tables  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
On Thu, Oct 07, 2004 at 09:08:18PM -0700, Dennis Gearon wrote:
>
> About regular views, how does that speed things up, other than the initial
> SQL interpretation of the view not needing to be done?

I didn't mean to imply that views would speed things up -- I was
merely suggesting them as an alternative to your "flattened table"
if part of its purpose would be to simplify queries.  You might
want to perform some experiments to see if the performance gains
from a materialized view are worth the extra complexity.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-general по дате отправления:

Предыдущее
От: "Net Virtual Mailing Lists"
Дата:
Сообщение: Re: Index problem.... GIST (tsearch2)
Следующее
От: Dennis Gearon
Дата:
Сообщение: Re: flattened tables with normalized tables