2006
DOI: 10.1016/j.ipm.2005.09.005
|View full text |Cite
|
Sign up to set email alerts
|

Efficient online index maintenance for contiguous inverted lists

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
36
0

Year Published

2009
2009
2022
2022

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 51 publications
(36 citation statements)
references
References 22 publications
0
36
0
Order By: Relevance
“…The need for contiguity makes it necessary to relocate the lists when they run out of empty space at their end [17,18]. One can amortize the cost of relocation by preallocating list space for future appends using various criteria [25].…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…The need for contiguity makes it necessary to relocate the lists when they run out of empty space at their end [17,18]. One can amortize the cost of relocation by preallocating list space for future appends using various criteria [25].…”
Section: Related Workmentioning
confidence: 99%
“…The latest related methods amortize the cost by permitting the creation of multiple inverted files on disk and merging them according to specific patterns [15,16]. Even though in-place index maintenance has linear asymptotic disk cost that is lower than the polynomial cost of merge-based methods, merge-based methods are experimentally shown to use sequential disk transfers and outperform inplace methods [17].…”
Section: Related Workmentioning
confidence: 99%
“…To tackle this problem, Shoens et al [13] (and also Shieh et al [12]) proposed a predictive over-allocation strategy for improving the performance of In-place indexing model. And Lester et al [10] proposed another solution by maintaining an inverted file for each term. However, the problem of fragmentation is left to the file system.…”
Section: In-place Updatementioning
confidence: 99%
“…More recently, Luk and Lam [23] describe an internal-memory inverted file implementation based on hash tables with chaining, but their method also does not support fast item removals. Lester et al [21,22] and Büttcher et al [10] describe externalmemory inverted file implementations that support item insertions only. Büttcher and Clarke [9] consider trade-offs for allowing for both item insertions and removals, and Guo et al [17] give a solution for performing such operations by using a B-tree variant.…”
Section: Introductionmentioning
confidence: 99%