Re: Performance issues

Поиск
Список
Период
Сортировка
От Varadharajan Mukundan
Тема Re: Performance issues
Дата
Msg-id CACKkDGETLNUON-bLM0gCo_r-+ts3Q29aQwmargv1Usi=PgQvVg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance issues  (Vivekanand Joshi <vjoshi@zetainteractive.com>)
Ответы Re: Performance issues
Список pgsql-performance
If the s_f_promotion_history table will have a explosive growth, then its worth considering partitioning by date and using constraint exclusion to speed up the queries. Else, it makes sense to get started with multiple partial index (like, have a index for each week or something like that. You may want to start with a coarse grain timeline for the index and then fine grain it based on the needs)

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

Предыдущее
От: Vivekanand Joshi
Дата:
Сообщение: Re: Performance issues
Следующее
От: Mel Llaguno
Дата:
Сообщение: Anyone have experience using PG on a NetApp All-Flash FAS8000?