Skip to content

Opening book details…

Can I read Optimizing Block Sort Indexing on EtoBox?

Optimizing Block Sort Indexing by Khozainuz Zuhri is a document available to read on EtoBox.

What is Optimizing Block Sort Indexing about?

The document summarizes the structure and performance of an inverted index implementation for information retrieval. It discusses: 1) The indexing process divides text into blocks, tokenizes on whitespace, sorts (termID, docID) tuples, and merges intermediate indexes through a binomial merge. 2) Larger block sizes can improve indexing time by reducing disk I/O during merging, but are limited by memory. The merging process also limits scalability and can be optimized. 3) Retrieval time can be improved

Author
Khozainuz Zuhri
Language
EN