ACM Home Page
Please provide us with feedback. Feedback
Partitioned posting files: a parallel inverted file structure for information retrieval
Full text PdfPdf (1.28 MB)
Source Annual ACM Conference on Research and Development in Information Retrieval archive
Proceedings of the 13th annual international ACM SIGIR conference on Research and development in information retrieval table of contents
Brussels, Belgium
Pages: 413 - 428  
Year of Publication: 1989
ISBN:0-89791-408-2
Author
C. Stanfill  Thinking Machines Corporation, 245 First Street, Cambridge MA
Sponsors
SIGIR: ACM Special Interest Group on Information Retrieval
U. lib de Bruxelles :
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 14,   Downloads (12 Months): 52,   Citation Count: 11
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/96749.98247
What is a DOI?

ABSTRACT

This paper describes algorithms and data structures for applying a parallel computer to information retrieval. Previous work has described an implementation based on overlap encoded signatures. That system was limited by 1) the necessity of keeping the signatures in primary memory, and 2) the difficulties involved in implementing document-term weighting. Overcoming these limitations requires adapting the inverted index techniques used on serial machines. The most obvious adaptation, also previously described, suffers from the fact that data must be sent between processors at query-time. Since interprocessor communication is generally slower than local computation, this suggests that an algorithm which does not perform such communication might be faster. This paper presents a data structure, called a partitioned posting file, in which the interprocessor communication takes place at database-construction time, so that no data movement is needed at query-time. Algorithms for constructing the data structure are also described. Performance characteristics and storage overhead are established by benchmarking against a synthetic database.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

1
 
2
Pogue, C. and P. WiUett, "'Use ofText Si grmtures for Document Retrieval in a Highly Parallel Environment," Parallel Computing Volume 4, 1987, pp. 259-268.
 
3
4
5
 
6
StanfilI, C., "'Parallel Computing for Information Retrieval: Recent Developments," Technical Report DR88--I, Thinking Machines Coxporation, Cambridge MA, January 1988.
 
7
 
8
Salton, G., "Automatic Text Analysis," Science Volume 168, 1970, pp. 335-343.
 
9
10

CITED BY  11