PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
August 1, 2022Proceedings of the VLDB Endowment48 citations

Velox

View Full Paper
PPPedro PedreiraOEOrri ErlingMBMasha Basmanova

Key Points

  • This research aims to create a unified library for efficient data processing across various engines.
  • Developed Velox, an open source C++ library for data processing components.
  • Integrated Velox with multiple data systems including analytical engines and machine learning frameworks.
  • Emphasized vectorization and adaptivity for efficient computation over complex data types.
  • Enhanced efficiency by standardizing optimizations across different computation engines.
  • Improved consistency in data user experience across integrated systems.
  • Promoted engineering efficiency by enabling reusable components.

Abstract

The ad-hoc development of new specialized computation engines targeted to very specific data workloads has created a siloed data landscape. Commonly, these engines share little to nothing with each other and are hard to maintain, evolve, and optimize, and ultimately provide an inconsistent experience to data users. In order to address these issues, Meta has created Velox, a novel open source C++ database acceleration library. Velox provides reusable, extensible, high-performance, and dialect-agnostic data processing components for building execution engines, and enhancing data management systems. The library heavily relies on vectorization and adaptivity, and is designed from the ground up to support efficient computation over complex data types due to their ubiquity in modern workloads. Velox is currently integrated or being integrated with more than a dozen data systems at Meta, including analytical query engines such as Presto and Spark, stream processing platforms, message buses and data warehouse ingestion infrastructure, machine learning systems for feature engineering and data preprocessing (PyTorch), and more. It provides benefits in terms of (a) efficiency wins by democratizing optimizations previously only found in individual engines, (b) increased consistency for data users, and (c) engineering efficiency by promoting reusability.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Pedreira et al. (2022) studied this question.

synapsesocial.com/papers/6a3004c877736f8d7ea4822bhttps://doi.org/10.14778/3554821.3554829
Ask AI
Helpful
Bookmark
Share
View Full Paper