Review:
processing the σ operation using Table-Scan/Index-Scan
Input buffering requirement to use
pipeling for processing
σ
Because σ does not
access the relation
on disk directly,
it does not need any buffers
Input buffering requirement to use
pipeling for processing
σ
Because σ does not
access the relation
on disk directly,
it does not need any buffers
The Table-Scan operation
- on the other hand - needs to use
1 buffer to store
tuples read from
disk.
Input buffering requirement to use
pipeling for processing
π
Because π does not
access the relation
on disk directly,
it does not need any buffers
❮
❯