DBLGDec 16, 2021

Predictive Price-Performance Optimization for Serverless Query Processing

arXiv:2112.08572v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient resource management in serverless data analytics, offering incremental improvements over existing reactive methods like Spark's dynamic allocation.

The paper tackles the problem of optimizing resource allocation for serverless query processing by introducing a predictive modeling framework that automatically selects near-optimal executor and core counts for Spark SQL queries on Azure Synapse, resulting in substantial reductions in total executors allocated and executor occupancy.

We present an efficient, parametric modeling framework for predictive resource allocations, focusing on the amount of computational resources, that can optimize for a range of price-performance objectives for data analytics in serverless query processing settings. We discuss and evaluate in depth how our system, AutoExecutor, can use this framework to automatically select near-optimal executor and core counts for Spark SQL queries running on Azure Synapse. Our techniques improve upon Spark's in-built, reactive, dynamic executor allocation capabilities by substantially reducing the total executors allocated and executor occupancy while running queries, thereby freeing up executors that can potentially be used by other concurrent queries or in reducing the overall cluster provisioning needs. In contrast with post-execution analysis tools such as Sparklens, we predict resource allocations for queries before executing them and can also account for changes in input data sizes for predicting the desired allocations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes