Re: Pipeline Mode vs Single Row Mode / Chunked Rows Mode - Mailing list pgsql-general

From Daniel Frey
Subject Re: Pipeline Mode vs Single Row Mode / Chunked Rows Mode
Date
Msg-id 77DCA104-4412-4960-8BE3-08F87274436E@gmx.de
Whole thread Raw
In response to Re: Pipeline Mode vs Single Row Mode / Chunked Rows Mode  ("Daniel Verite" <daniel@manitou-mail.org>)
List pgsql-general
> On 6. Jan 2025, at 20:47, Daniel Verite <daniel@manitou-mail.org> wrote:
>
> Daniel Frey wrote:
>
>> I tried to understand the interaction between Pipeline Mode and
>> Single Row Mode / Chunked Rows Mode. It seems that it works
>> sometimes, but I don't get the feeling that it was deliberately
>> designed to work consistently
>
> It's supposed to work, and there are regression tests in
> src/test/modules/libpq_pipeline/libpq_pipeline.c [1]
> that exercise the single row mode and PQpipelineSync().
>
> You might want to compare your code workflow with how it's done in
> that file, and maybe submit a bug report with your test case if the
> conclusion is that your code should not error out.

Thank you for the link, I will need some time to investigate and to figure out what is different.

Best, Daniel




pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Will PQsetSingleRowMode get me results faster?
Next
From: Igor Korot
Date:
Subject: Postgres do not support tinyint?