Cost-aware query planning for similarity search

作者:

Highlights:

摘要

Similarity search aims to find all objects similar to a query object. Typically, some base similarity measures for the different properties of the objects are defined, and light-weight similarity indexes for these measures are built. A query plan specifies which similarity indexes to use with which similarity thresholds and how to combine the results. Previous work creates only a single, static query plan to be used by all queries. In contrast, our approach creates a new plan for each query.We introduce the novel problem of query planning for similarity search, i.e., selecting for each query the plan that maximizes completeness of the results with cost below a query-specific limit. By regarding the frequencies of attribute values we are able to better estimate plan completeness and cost, and thus to better distribute our similarity comparisons. Evaluation on a large real-world dataset shows that our approach significantly reduces cost variance and increases overall result completeness compared to static query plans.

论文关键词:Similarity search,Similarity measures,Query planning

论文评审过程:Received 7 August 2012, Revised 27 November 2012, Accepted 28 November 2012, Available online 5 December 2012.

论文官网地址:https://doi.org/10.1016/j.is.2012.11.009