Details
Description
Working implementation of shared scans capable of supporting both single-table scan, and synchronized multi-table scans. Demonstration involves:
- run simultaneously 5 full-table-scan queries on Object table and demonstrate they all complete in approx the time it takes to do a single pass through the table.
- run simultaneously 5 full-table-join queries (Object joined with Source) and demonstrate they all complete in approx the time it takes to do a single pass through the Source table plus the Object table.
Scale: 10% of DR1.
Details of shared scans can be found in ยง8.10 of LDM-135.