Important observation about query processing
Important question:
do we count the
disk write operations needed
for output ???
How to
pass data between
secessive operators:
materialization
Materialization:
In materialization:
we count the
disk write operations
for output as
cost
How to
pass data between
secessive operators:
pipelining
Pipelining:
In pipelining:
we do not count the
disk write operations
for output as
cost
Approach when computing the
cost of
an operation
❮
❯