Re: Make COPY extendable in order to support Parquet and other formats

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Make COPY extendable in order to support Parquet and other formats
Дата
Msg-id 20220624014500.tfbq5yewv73xmghl@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Make COPY extendable in order to support Parquet and other formats  (Aleksander Alekseev <aleksander@timescale.com>)
Ответы Re: Make COPY extendable in order to support Parquet and other formats  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Hi,

On 2022-06-23 11:38:29 +0300, Aleksander Alekseev wrote:
> > I know little about parquet - can it support FROM STDIN efficiently?
> 
> Parquet is a compressed binary format with data grouped by columns
> [1]. I wouldn't assume that this is a primary use case for this
> particular format.

IMO decent COPY FROM / TO STDIN support is crucial, because otherwise you
can't do COPY from/to a client. Which would make the feature unusable for
anybody not superuser, including just about all users of hosted PG.

Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Race condition in TransactionIdIsInProgress
Следующее
От: Andres Freund
Дата:
Сообщение: Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size