| From: | Michał Kłeczek <michal(at)kleczek(dot)org> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | FDW LIM IT pushdown |
| Date: | 2023-10-06 16:02:58 |
| Message-ID: | 323E6459-441F-43F8-9005-1BF346CD8E58@kleczek.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hello hackers,
First timer here with a question:
I’ve searched through various e-mail threads and documents and could not find if pushdown of LIMIT clauses to FDW is implemented.
Seen some conversation about that a couple of years ago when that was treated as a feature request but nothing since then.
Citus does that according to its documentation but for now we are trying to base our solution on “plain” Postgres.
If it is not implemented - could you, guys, provide me with some pointers to source code where I could look at and try to implement that?
Thanks,
Michal
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2023-10-06 16:20:30 | Re: document the need to analyze partitioned tables |
| Previous Message | Andres Freund | 2023-10-06 15:58:50 | Re: RFC: Logging plan of the running query |