Re: Columnar format export in Postgres

Поиск
Список
Период
Сортировка
От Sushrut Shivaswamy
Тема Re: Columnar format export in Postgres
Дата
Msg-id CAH5mb9_FwWT-pn7F8OkuLVMzTQ79N75yRLR2b9i8n0OUD=O7fQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Columnar format export in Postgres  (Ranier Vilela <ranier.vf@gmail.com>)
Список pgsql-hackers
If you want to have any hope, the license must be BSD.
GPL is incompatible.

Ack, will update the license to BSD. Thanks 

On Wed, Jun 12, 2024 at 10:49 PM Ranier Vilela <ranier.vf@gmail.com> wrote:
Em qua., 12 de jun. de 2024 às 13:56, Sushrut Shivaswamy <sushrut.shivaswamy@gmail.com> escreveu:
Hey Postgres team,

I have been working on adding support for columnar format export to Postgres to speed up analytics queries.
I've created an extension that achieves this functionality here.

I"m looking to improve the performance of this extension to enable drop-in analytics support for Postgres. Some immediate improvements I have in mind are:
 - Reduce memory consumption when exporting table data to columnar format
 - Create a native planner / execution hook that can read columnar data with vectorised operations.

It would be very helpful if you could take a look and suggest improvements to the extension.
Hopefully, this extension can be shipped by default with postgres at some point in the future.
If you want to have any hope, the license must be BSD.
GPL is incompatible.

best regards,
Ranier Vilela

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

Предыдущее
От: Sushrut Shivaswamy
Дата:
Сообщение: Re: Columnar format export in Postgres
Следующее
От: Jelte Fennema-Nio
Дата:
Сообщение: Re: RFC: adding pytest as a supported test framework