Design, Implementation, and Evaluation of the Linear Road Benchmark on the Stream Processing Core
Stream processing applications have recently gained significant attention in
the networking and database community. At the core of these applications is a
stream processing engine that performs resource allocation and management to
support continuous tracking of queries over collections of
physically-distributed and rapidly-updating data streams.
While numerous stream processing systems exist, there
has been little work on understanding the performance characteristics of these
applications in a distributed setup. In this paper, we examine the performance
bottlenecks of streaming data applications, in particular
the Linear Road stream data management benchmark,
in achieving good performance in
large-scale distributed environments, using the Stream Processing Core (SPC), a
stream processing middleware we have developed.
First, we present the design and implementation of the Linear Road
benchmark on the SPC middleware. SPC has been designed to scale to tens of
thousands of processing nodes, while supporting concurrent applications and
multiple simultaneous queries. Second, we identify the main performance
bottlenecks in the Linear Road application in achieving scalability and low
query response latency. Our results show that data locality, buffer
capacity, physical allocation of processing elements to infrastructure nodes,
and packaging for transporting streamed data
are important factors in achieving good application performance.
Though we evaluate our system primarily for the Linear Road application,
we believe it also
provides useful insights into the overall system behavior for
supporting other distributed
and large-scale continuous streaming data applications.
Finally, we examine how SPC can be used and tuned to enable a very efficient
implementation of the Linear Road application in a distributed environment.
Papers and Presentations
-
Navendu Jain, Lisa Amini, Henrique Andrade, Richard King, Yoonho Park, Philipe Selo, Chitra Venkatramani.
Design, Implementation, and Evaluation of the Linear Road Benchmark on the Stream Processing Core.
In Proceedings of ACM SIGMOD, June 26-29, 2006, Chicago, IL. [PDF] . Slides (Coming Soon) [PPT]
-
Lisa Amini, Navendu Jain, Anshul Sehgal, Jeremy Silber, Olivier Verscheure.
Adaptive Control of Extreme-Scale Stream Processing Systems.
In Proceedings
of IEEE ICDCS, July 4-7, 2006, Lisboa, Portugal.
[PDF]
-
Navendu Jain, Lisa Amini, Henrique Andrade, Richard King, Yoonho Park, Philipe Selo, Chitra Venkatramani.
Design, Implementation, and Evaluation of the Linear Road Benchmark on the Stream Processing Core.
Technical Report TR-06-18,
Department of Computer Sciences, University of Texas at Austin.
People