14.02.2014 Views

Query Processing and Optimization

Query Processing and Optimization

Query Processing and Optimization

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

• Linear search<br />

Selection Strategies<br />

• Expensive, but always applicable.<br />

• Binary search<br />

• Applicable only when the file is appropriately ordered.<br />

• Hash index search<br />

• Single record retrieval; does not work for range queries.<br />

• Retrieval of multiple records.<br />

• Clustering index search<br />

• Multiple records for each index item.<br />

• Implemented with single pointer to block with first<br />

associated record.<br />

• Secondary index search<br />

• Implemented with dense pointers, each to a single record.<br />

7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!