facebookincubator / velox

A composable and fully extensible C++ execution engine library for data management systems.
https://velox-lib.io/
Apache License 2.0
3.54k stars 1.17k forks source link

Any benchmark about Velox Vs Spark Executor? #3236

Open eedalong opened 2 years ago

eedalong commented 2 years ago

Say we have TPC-H Q1, we execute this query in one process in Velox and one spark executor, do we have any benchmark result about this? Our evaluation shows that Velox is around 20x speedup over spark executor on TPC-H Q1 when executing on single node, single executor.

mbasmanova commented 2 years ago

CC: @rui-mo

FelixYBW commented 2 years ago

@eedalong you may refer to https://github.com/oap-project/gluten#5-performance