Partitioning and Foreign Keys

Поиск
Список
Период
Сортировка
От Volkan YAZICI
Тема Partitioning and Foreign Keys
Дата
Msg-id 87ejf57v28.fsf@ttnet.net.tr
обсуждение исходный текст
Ответы Re: Partitioning and Foreign Keys
Список pgsql-sql
Hi,

We have a customers database growing ~1,000 rows per day. (Nearly, %40
of the table is garbage and won't get queried that often in the
future. But we keep them for statistical analysing purposes of
previous jobs.) Despite table allocates relatively small size on the
disk, requirement of instantaneous query execution times forms our
major bottleneck. I planned to partition this table, but I learnt that
PostgreSQL doesn't allow referencing views. Does anybody have any
suggestions?


Regards.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SELECT DISTINCT ... ORDER BY UPPER(column_name) fails
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Returning the total number of rows as a separate column when using limit