Sciweavers

ESA
1995
Springer

Optimized Binary Search and Text Retrieval

13 years 8 months ago
Optimized Binary Search and Text Retrieval
We present an algorithm that minimizes the expected cost of indirect binary search for data with non-constant access costs, such as disk data. Indirect binary search means that sorted access to the data is obtained through an array of pointers to the raw data. One immediate application of this algorithm is to improve the retrieval performance of disk databases that are indexed using the su x array model (also called pat array). We consider the cost model of magnetic and optical disks and the anticipated knowledge of the expected size of the subproblem produced by reading each disk track. This information is used to devise a modi ed binary searching algorithm to decrease overall retrieval costs. Both an optimal and a practical algorithm are presented, together with analytical and experimental results. For 100 megabytes of text the practical algorithm costs 60% of the standard binary search cost for the magnetic disk and 65% for the optical disk. key-words: Optimized binary search, text ...
Eduardo F. Barbosa, Gonzalo Navarro, Ricardo A. Ba
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1995
Where ESA
Authors Eduardo F. Barbosa, Gonzalo Navarro, Ricardo A. Baeza-Yates, Chris H. Perleberg, Nivio Ziviani
Comments (0)