IRDM WS 2005 3-1
3.3 Index Access Scheduling
Given:
- index scans over m lists Li (i=1..m), with current positions posi
- score predictors for score(pos) and pos(score) for each Li
- selectivity predictors for document d ∈ Li
- current top-k queue T with k documents
- candidate queue Q with c documents (usually c >> k)
- min-k threshold = min{worstscore(d) | d∈T}
Questions/Decisions:
- Sorted-access (SA) scheduling:
for the next batch of b scan steps, how many steps in which list? (bi steps in Li with ∑i bi = b)
- Random-access (RA) scheduling:
when to initiate probes and for which documents?
- Possible constraints and extra considerations: