Re: BUG #18556: Parallel operation error during CREATE TABLE AS statement

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: Shaun Thomas <shaun(at)tembo(dot)io>
Subject: Re: BUG #18556: Parallel operation error during CREATE TABLE AS statement
Date: 2024-07-31 13:33:44
Message-ID: CAJ7c6TOYz3Q=V+eQum1NeBVxSKcd0YbhCZF=PznYVdQ9DfYSjg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

> They seem to think there's basically no way to fix this with the current extension APIs. If someone here happens to know a workaround, I'm sure they would be receptive.

To my knowledge TableAM was never designed to build columnar storages.
The main idea was implementing an undo-logged engine and maybe
index-organized tables.

If Hydra developers know how to improve TableAMs in order to make
columnar storage implementation easier / more efficient I'm certain
their input will be welcomed in the pgsql-hackers@ mailing list.

--
Best regards,
Aleksander Alekseev

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Chris BSomething 2024-07-31 14:07:44 Re: Inconsistency of timezones in postgresql
Previous Message Shaun Thomas 2024-07-31 13:24:29 Re: BUG #18556: Parallel operation error during CREATE TABLE AS statement