Many queries have the form
select * from R,S where r.i=s.j and r.x=k
This would typically be evaluated as
If |Sel[r.x=k](R)| is small ⇒ may fit in memory (in small #buffers)