Publications - accarniel/FESTIval GitHub Wiki

The first version of FESTIval was published in:

This version only encompasses the implementation of the following disk-based spatial indices: the R-tree and the R*-tree.

FESTIval has been used as the main tool to understand the impact of SSDs on the spatial indexing context, as described in:

FESTIval has also been employed to measure the performance of gains of eFIND, a generic and efficient framework that transforms a disk-based spatial index into a flash-aware spatial index (e.g., transforms an R-tree to an eFIND R-tree). eFIND is described in:

FESTIval also provides support for flash simulators (e.g., FlashDBSim) when analyzing the performance of spatial indices, such as reported in:

In order to facilitate the execution of experiments, FESTIval provides default spatial datasets. These datasets are available here and are specified in:

Originally, FESTIval has been developed in the context of a Ph.D. work. The main goals of this Ph.D. work are described in: