Re: pg12 - migrate tables to partitions structure

Поиск
Список
Период
Сортировка
От Mariel Cherkassky
Тема Re: pg12 - migrate tables to partitions structure
Дата
Msg-id CA+t6e1m2MUyVc1iJqnP2=Hfk1EkXwEuYLGAznmortd31KMEitQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg12 - migrate tables to partitions structure  (Michael Lewis <mlewis@entrata.com>)
Ответы Re: pg12 - migrate tables to partitions structure  (Michael Lewis <mlewis@entrata.com>)
Список pgsql-performance
Well, if u have 10M rows, and all your queries use the same column in the query and the data can split pretty even between the partitions, any specific reason not to use is ? An index will help u reach a complexity of (logn) while partition + index can be in complexity of (logm) when m = rows in partition , n=total rows

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

Предыдущее
От: Michael Lewis
Дата:
Сообщение: Re: pg12 - migrate tables to partitions structure
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Question regarding fast-hashing in PGSQL