Coconut Palm: Static and Streaming Data Series Exploration Now in your Palm

Haridimos Kondylakis, Niv Dayan, Kostas Zoumpatianos, Themis Palpanas SIGMOD demo(2019)

Coconut:A Scalable Bottom-up Approach for Building Data Series Indexes

Haridimos Kondylakis, Niv Dayan, Kostas Zoumpatianos, Themis Palpanas, PVLDB 11(6): 677-690 (2018)

Abstract

Many modern applications produce massive amounts of data series that need to be analyzed, requiring efficient similarity search operations. However, the state-of-the-art data series indexes that are used for this purpose do not scale well for massive datasets in terms of performance, or storage costs. We pinpoint the problem to the fact that existing summarizations of data series used for indexing cannot be sorted while keeping similar data series close to each other in the sorted order. This leads to two design problems. First, traditional bulk-loading algorithms based on sorting cannot be used. Instead, index construction takes place through slow top-down insertions, which create a non-contiguous index that results in many random I/Os. Second, data series cannot be sorted and split across nodes evenly based on their median value; thus, most leaf nodes are in practice nearly empty. This further slows down query speed and amplifies storage costs. To address these problems, we present Coconut. The first innovation in Coconut is an inverted, sortable data series summarization that organizes data series based on a z-order curve, keeping similar series close to each other in the sorted order. As a result, Coconut is able to use bulk-loading techniques that rely on sorting to quickly build a contiguous index using large sequential disk I/Os. We then explore prefix-based and median-based splitting policies for bottom-up bulk-loading, showing that median-based splitting outperforms the state of the art, ensuring that all nodes are densely populated. Overall, we show analytically and empirically that Coconut dominates the state-of-the-art data series indexes in terms of construction speed, query speed, and storage costs.

Paper

Source Code

Demo

Haridimos
Kondylakis

  FORTH-ICS

Niv
Dayan

  Harvard University

Kostas
Zoumpatianos

  Harvard University

Themis
Palpanas

  Paris Descartes
  University