| От | Mark Kirkwood |
|---|---|
| Тема | Re: Dealing with big tables |
| Дата | |
| Msg-id | 47533C03.8030900@paradise.net.nz обсуждение исходный текст |
| Ответ на | Dealing with big tables ("Mindaugas" <ml@kilimas.com>) |
| Ответы |
Re: Dealing with big tables
|
| Список | pgsql-performance |
Mindaugas wrote: > > > And I cannot use some index organized table or table partitioned by From :) because there are at least 2 similar indexesby which queries can be executed - From and To. > > This makes things a bit tough. One trick is to vertically partition the table into two new tables - with "From" in one and "To" in the other... then you can (horizontally) partition or cluster on each of these columns separately. You can make it reasonably transparent by using a view to combine the columns again to get something that looks like the original table. Cheers Mark
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера