From: | Kazutaka Onishi <onishi(at)heterodb(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Kohei KaiGai <kaigai(at)heterodb(dot)com> |
Subject: | Asynchronous execution support for Custom Scan |
Date: | 2022-08-13 13:42:38 |
Message-ID: | CAJuF6cOMdvHSe+_7eHxzHGB3CVC9a890gBLLbpZTvi2pGgnB2g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
I suggest supporting asynchronous execution for Custom Scan.
Since v14, PostgreSQL supports asynchronous execution for Foreign Scan.
This patch enables asynchronous execution by applying the process for
Foreign Scan to Custom Scan .
The patch is divided into 2 parts, source and documents(sgml).
Regards,
Attachment | Content-Type | Size |
---|---|---|
v1-0002-async-custom-scan-document.patch | application/octet-stream | 3.8 KB |
v1-0001-allow-custon-scan-asynchronous-execution.patch | application/octet-stream | 5.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Ajin Cherian | 2022-08-13 15:26:30 | Re: Support logical replication of DDLs |
Previous Message | Thomas Munro | 2022-08-13 13:14:23 | Re: Cleaning up historical portability baggage |