-
Notifications
You must be signed in to change notification settings - Fork 4.1k
execbuilder: plan TableReaderSpec directly #47474
Copy link
Copy link
Closed
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.A-sql-optimizerSQL logical planning and optimizations.SQL logical planning and optimizations.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
This is the first step towards #47473. At a high level, we should create a new implementation of an exec.Factory and implement ConstructScan to return a TableReaderSpec directly. This behavior should be off by default. We might want to break down this issue further or expand once we've done a bit of investigation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.A-sql-optimizerSQL logical planning and optimizations.SQL logical planning and optimizations.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)