fix
This commit is contained in:
Binary file not shown.
@@ -284,7 +284,7 @@ Cost of index scan = $nin + #nle + nlo$
|
||||
- #nso does'nt incldue write IO for final merging pass as RID is used for lookup
|
||||
- *#nle*: Leaf pages scanned for evaluating $sigma_p (R)$
|
||||
- $nle = ceil((||sigma_p_p (R)||)/b_d)$ if clustered
|
||||
- $nle = ceil((||sigma_p_p (R)||)/b_d)$ if unclustered
|
||||
- $nle = ceil((||sigma_p_p (R)||)/b_i)$ if unclustered
|
||||
- *Index Combination*
|
||||
- Cost = $nin^p + nle^p + nin^q + nle^q + nco + nlo$
|
||||
- #nco: IO cost to compute join of $pi_p$ $pi_q$
|
||||
|
||||
Reference in New Issue
Block a user