Skip to content

Instantly share code, notes, and snippets.

View MuHe03's full-sized avatar

Mu He MuHe03

  • 10:39 (UTC +02:00)
View GitHub Profile
@MuHe03
MuHe03 / GSoC Final Report.md
Last active August 28, 2023 09:18
GSoC Final Report

Final Report

Student: Mu He

Mentor: Andrey Piskunov

Project: SIMD for SQL expressions and functions

Project Summary: The existing MariaDB ColumnStore engine lacks support for vectorized evaluation of SQL functions and expressions. This project aims to assess the performance gains achieved through the application of Single Instruction, Multiple Data (SIMD). Additionally, the project employs the Arrow framework to store column-wise data in a buffer, facilitating the further application of SIMD in evaluations.