Store derived data or use view?

Поиск
Список
Период
Сортировка
От gvimrc
Тема Store derived data or use view?
Дата
Msg-id 4A4E3B01.9000004@googlemail.com
обсуждение исходный текст
Ответы Re: Store derived data or use view?
Re: Store derived data or use view?
Список pgsql-general
I have a table which stores the absolute longitude of a planetary position, eg:

MERCURY
---------------
157.65

SATURN
-------------
247.65

When 2 planets are a certain distance apart there is an 'aspect', eg. 90 degrees is a "square" aspect

I wish to record these aspects for different user profiles and eventually do searches for users who have the same
aspect(s).Would it be better, in terms of search speed/efficiency, to calculate and store the aspect data, eg.
Mercury/Saturnsquare, or should I just store the longitude data and create a view with the calculated aspects? I
anticipatea large dataset of users so search speed/efficiency is very important. 

gvim

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

Предыдущее
От: Michael Black
Дата:
Сообщение: Re: How to use RETURN TABLE in Postgres 8.4
Следующее
От: "Hartman, Matthew"
Дата:
Сообщение: Re: Store derived data or use view?