SQL Query Splitting

-- step 1
select <stuff> from A join B join C
-- step 1
select <stuff> from A join B & materialise as AB
-- step 2
select <stuff> from AB join C & materialise as result set
Share the Post:

Discover more from VLDB

Subscribe now to keep reading and get access to the full archive.

Continue reading