Skip to content
Snippets Groups Projects
Commit 4a8c5d03 authored by Tom Lane's avatar Tom Lane
Browse files

Create executor and planner-backend support for decoupled heap and index

scans, using in-memory tuple ID bitmaps as the intermediary.  The planner
frontend (path creation and cost estimation) is not there yet, so none
of this code can be executed.  I have tested it using some hacked planner
code that is far too ugly to see the light of day, however.  Committing
now so that the bulk of the infrastructure changes go in before the tree
drifts under me.
parent 04ce41ca
No related branches found
No related tags found
No related merge requests found
Showing
with 2520 additions and 66 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment