Re: 2D partitioning of VLDB - sane or not?

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas ADI SD
Тема Re: 2D partitioning of VLDB - sane or not?
Дата
Msg-id E1539E0ED7043848906A8FF995BDA579024F4017@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: 2D partitioning of VLDB - sane or not?  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: 2D partitioning of VLDB - sane or not?
Список pgsql-hackers
> Which brings us back to the original issue. If I decide to stick with
> the current implementation and not "improve our existing partitioning
> mechanisms to scale to 100,000 partitions", I could do something like:

There is a point where you can leave the selection of the correct rows
to normal btree indexes.
I'd say that that point currently is well below 2000 partitions for all
common db systems.
I opt, that more partitions will only be useful for very limited use
cases,
and would be very interested in hearing of a practical partitioning
scheme where more partitions still show a performance advantage (any db
system).

Looks like in your case a partitioning scheme with 256 partitions on one
of the 2 dimensions sounds reasonable.
Or 32 instead of 256 bins for each dim, if your searches are
bidirectional.

Andreas


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

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: Testing the async-commit patch
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: 2D partitioning of VLDB - sane or not?