Reproducibility for SLICE



This page contains source code, data sets, and scripts for our paper "SLICE: Reviving Regions-Based Pruning for Reverse k Nearest Neighbors Queries" published in ICDE 2014. We had another paper on RkNN query processing with a focus on a comprehensive experimental study in PVLDB 2015 ("Reverse k Nearest Neighbors Query Processing: Experiments and Analysis"). The source codes and data sets etc. for the PVLDB 2015 paper can be accessed by clicking here.

Copyright and Disclaimer

Copyright (c) 2013, Shiyu Yang, Muhammad Aamir Cheema
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Download

Click here to download the package. Note that this package contains 32-bit binaries. To use the package on 64-bit system, download 64-bit binaries and replace these files with the files in ./bin folder.

This package contains the following

Instructions

To reproduce the experimental results in the paper, follow the steps below.
FAQs

Q. Why the number of I/Os for six-regions approach is different each time I run an experiment.
A. As mentioned in the paper, a buffer of 10 pages is used for six-regions. Since the buffer uses random eviction strategy, the number of I/Os is different each time an experiment is run (although the difference is not huge). Since SLICE and InfZone do not use the buffer, the numbe of I/Os for these algorithm do not change.

This list of FAQs will be maintained (until mentioned otherwise). If you have any question, please contact us.

Reporting Bugs

We have extensively tested the source code by comparing the results of the three algorithms with a Brute Force algorithm for more than a Million queries on various data setts using different parameters. However, we cannot guarantee that the source code is bug-free. If you spot a bug, please contact me (email given at the home page) or Shiyu Yang (yangs AT CSE dot UNSW dot EDU dot AU).