Re: Columnar format export in Postgres

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Sushrut Shivaswamy <sushrut(dot)shivaswamy(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Columnar format export in Postgres
Date: 2024-06-12 17:18:57
Message-ID: CAEudQAomk9N=rjevL5BXPhi_zoSz-BAXLV60MZGc9_WdtCqOMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em qua., 12 de jun. de 2024 às 13:56, Sushrut Shivaswamy <
sushrut(dot)shivaswamy(at)gmail(dot)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
> <https://github.com/sushrut141/pg_analytica>.
>
> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-06-12 17:30:33 Re: RFC: adding pytest as a supported test framework
Previous Message Igor V.Gnatyuk 2024-06-12 17:13:19 Multi-transactional statements and statistics for autovacuum