[GENERAL] partitioning question

Поиск
Список
Период
Сортировка
От Alex Samad
Тема [GENERAL] partitioning question
Дата
Msg-id CAJ+Q1PUbgBruovdd4CETinpsB-2NL=k22s_qhLEDAu735uocbw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] partitioning question
Список pgsql-general
Hi

I was about to partition a large (?) approx 3T of data 2B rows into partition tables but broken up into YYYYMM ...

Now I have been reading about limiting the number of partitions otherwise it could slow down the parser.

My reasoning for limiting to YYYYMM was that most of the request would be monthly based.

Should I be making the partitioning based on YYYY instead and have lots more indexs.

If I have an index on the timestamp field will it help limiting to YYYYMM ?


A

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

Предыдущее
От: Igor Korot
Дата:
Сообщение: Re: [GENERAL] Invalid byte sequence for encoding UTF-8 0xc3\n
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: [GENERAL] partitioning question