Re: Postgres vs other Postgres based MPP implementations

Поиск
Список
Период
Сортировка
От Ondrej Ivanič
Тема Re: Postgres vs other Postgres based MPP implementations
Дата
Msg-id CAM6mie+zfGvG3i8ERfsJ4JP+a_9vOvNTTHxHWcP+sHbszpmtyA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres vs other Postgres based MPP implementations  (Craig Ringer <ringerc@ringerc.id.au>)
Список pgsql-general
Hi,

> it's a lot of work and right now the only people
> who've done that work aren't giving it away for free - or not in any form
> that can be integrated into PostgreSQL without removing other capabilities
> other users need.

One MPP vendor implemented columnar store in roughly six months --
lot's of work is involved there!. Anyway, all implementation what I
came across took several shortcuts like no updates(append only) or no
foreign keys, ... but it works!

> That's not to say Pg can't improve. It can, and not just by adding column
> store or index-structured table support. Improved parallelism capabilities
> are needed in Pg

I see most benefits coming from parallelism: 12hr query can finish in
2hr if sliced properly


--
Ondrej Ivanic
(ondrej.ivanic@gmail.com)

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Postgres vs other Postgres based MPP implementations
Следующее
От: Thomas Markus
Дата:
Сообщение: Re: Grouping logs by ip and time