Tomograph: highlighting query parallelism in a multi-core system

Authors
Publication date 2013
Book title DBTest 2013: proceedings of the sixth International Workshop on Testing Database Systems: 2013, New York, NY, USA
ISBN
  • 9781450321518
Event Sixth International Workshop on Testing Database Systems (DBTest2013)
Pages (from-to) 6
Publisher New York, NY: ACM
Organisations
  • Faculty of Science (FNWI) - Informatics Institute (IVI)
Abstract
Query parallelism improves serial query execution performance by orders of magnitude. Getting optimal performance from an already parallelized query plan is however difficult due to its dependency on run time factors such as correct operator scheduling, memory pressure, disk io performance, and operating system noise. Identifying the exact problems in a parallel query execution is difficult due to inter-dependence of these factors.

In this paper we present Tomograph, a tool to visualize the parallel query execution performance bottlenecks. Tomograph provides a time ordered view of operator execution aligned with cpu, memory, and disk IO usage, in an operator at a time execution model. We discuss the usage of Tomograph to identify parallelism issues such as low multi-core utilization, erroneous operator scheduling, incorrect data partitioning, and blocking operators. We share our experiences, insights gained and discuss possible solutions to the identified problems.
Document type Conference contribution
Language English
Published at https://doi.org/10.1145/2479440.2479444
Permalink to this page
Back