Re: Partitioning Advice

Поиск
Список
Период
Сортировка
От Ben Carbery
Тема Re: Partitioning Advice
Дата
Msg-id CACp6DjBjYstGW-N2FUnXkXbCaeu_+GZMWuiMTRKtrzOJVOxX9w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Partitioning Advice  (Jasen Betts <jasen@xnet.co.nz>)
Список pgsql-general
 
do many of the statistical queries use the whole month's data?
have you considered partitioning the log table by day?  if you can
reduce the number of rows involved in the table-scans by partitioning
it'll be help performance.

I am summarising by hour, day, week and month. So I guess partitioning by day would help for the daily and hourly summaries. 

Thanks for the suggestions everyone, I'll look into all these ideas.

cheers
 

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

Предыдущее
От: Chris Travers
Дата:
Сообщение: Re: Run external SQL file via Perl dbh
Следующее
От: Benson Jin
Дата:
Сообщение: Segmentation Fault