citus/src
Colm McHugh 3cbcf40cea Avoid query deparse and planning of shard query in local execution.
If a fast past query resolves to a shard that is local to the node
planning the query, a shortcut can be taken so that the OID of the shard
is plugged into the parse tree, which is then put through the Postgres
planner. The task query uses that plan instead of deparsing and
compiling a shard query.
2025-07-03 12:13:58 +00:00
..
backend Avoid query deparse and planning of shard query in local execution. 2025-07-03 12:13:58 +00:00
include Avoid query deparse and planning of shard query in local execution. 2025-07-03 12:13:58 +00:00
test Avoid query deparse and planning of shard query in local execution. 2025-07-03 12:13:58 +00:00