Litcius/Paper detail

Pushing ML Predictions Into DBMSs

Matteo Paganelli, Paolo Sottovia, Kwanghyun Park, Matteo Interlandi, Francesco Guerra

2023IEEE Transactions on Knowledge and Data Engineering17 citationsDOIOpen Access PDF

Abstract

In the past decade, many approaches have been suggested to execute ML workloads on a DBMS. However, most of them have looked at in-DBMS ML from a training perspective, whereas ML inference has been largely overlooked. We think that this is an important gap to fill for two main reasons: (1) in the near future, every application will be infused with some sort of ML capability; (2) behind every web page, application, and enterprise there is a DBMS, whereby in-DBMS inference is an appealing solution both for efficiency (e.g., less data movement), performance (e.g., cross-optimizations between relational operators and ML) and governance. In this article, we study whether DBMSs are a good fit for prediction serving. We introduce a technique for translating trained ML pipelines containing both featurizers (e.g., one-hot encoding) and models (e.g., linear and tree-based models) into SQL queries, and we compare in-DBMS performance against popular ML frameworks such as Sklearn and ml.net. Our experiments show that, when pushed inside a DBMS, trained ML pipelines can have performance comparable to ML frameworks in several scenarios, while they perform quite poorly on text featurization and over (even simple) neural networks.

Topics & Concepts

Computer scienceDatabaseInferencesortRelational databaseSimple (philosophy)Relational database management systemContainer (type theory)SQLPerspective (graphical)Data miningArtificial intelligenceEpistemologyPhilosophyEngineeringMechanical engineeringData Stream Mining TechniquesAdvanced Database Systems and QueriesData Quality and Management