flattened tables with normalized tables

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема flattened tables with normalized tables
Дата
Msg-id 416577E3.10804@fireserve.net
обсуждение исходный текст
Ответы Re: flattened tables with normalized tables
Список pgsql-general
If I want to set up a dbase with normalized tables for inserts,and a
flattened table for selects, am i going in the right direction for
speeding up a busy site?

Also, if some of you are also doing this, how and how often do you do
the SELECT from the normalized tables to the flattened table?
And, do you have to write a post trigger to get all the references to
match up in the flattened table?

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

Предыдущее
От: Ron St-Pierre
Дата:
Сообщение: Re: Reading a text file into PostgreSQL
Следующее
От: Ron St-Pierre
Дата:
Сообщение: Re: [NOVICE] Conditional Relationships?