ScaleJoin journal – IEEE Transactions on Big Data

I am happy to share with you that our ScaleJoin has been accepted for a journal publication at the IEEE Transactions on Big Data!

This work extends our previous conference submission in 2 directions. First, we discuss how ScaleJoin can be used to join streams both on time-based windows and tuple-based windows. Second, we implement and evaluate ScaleJoin on the Xeon Phi coprocessor unit, based on Intel® Many Integrated Core (Intel MIC) architecture, which allows for a scalability study of up to 220 physical threads.

Abstract:

The inherently large and varying volumes of information generated in large scale systems demand near real-time processing of data streams. In this context, data streaming is imperative for data-intensive processing infrastructures. Stream joins, the streaming counterpart of database joins, compare tuples coming from different streams and constitute one of the most important and expensive data streaming operators. Algorithmic implementations of stream joins have to be capable of efficiently processing bursty and rate-varying data streams in a deterministic and skew-resilient fashion. To leverage the design of modern multicore architectures, scalability and parallelism need to be addressed also in the algorithmic design.

In this paper we present ScaleJoin, an algorithmic construction for deterministic and parallel stream joins that guarantees all the above properties, thus filling in a gap in the existing state-of-the-art. Key to the novelty of ScaleJoin is the ScaleGate data structure and its lock-free implementation. ScaleGate facilitates concurrent data exchange and balances independent actions among process- ing threads; enabling fine-grain parallelism and deterministic processing. It allows ScaleJoin to run on an arbitrary number of processing threads, evenly sharing the overall comparisons run in parallel and achieving disjoint and skew-resilient high processing throughput and low processing latency.

Posted in Concurrent Data Structures, Data Streaming, Research, ScaleGate

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: