apache/gluten
Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 131.5
- age_days: 1731
- days_rel: 7
- days_push: 7
- n_releases_24m: 7
Adoption not part of the score
1592 stars · 646 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Apache Gluten is a middle-layer plugin that offloads JVM-based SQL engine execution (primarily Spark SQL) to high-performance native engines like Velox and ClickHouse. It translates Spark physical plans into Substrait plans executed natively via JNI, delivering up to 3x+ speedups with zero changes to user queries or DataFrame code.
Use cases
- accelerate spark sql queries without changing application code
- speed up etl pipelines running on spark
- offload jvm sql execution to native vectorized engines
- run tpc-h and tpc-ds benchmarks faster on spark
- switch between velox and clickhouse backends for spark workloads
- add columnar shuffle and columnar processing to spark
- reduce compute cost of petabyte-scale spark jobs
When to choose
- you run Spark SQL workloads and want major performance gains without rewriting queries
- your bottleneck is per-operator execution performance rather than query planning
- you want to leverage native engines like Velox or ClickHouse while keeping the Spark ecosystem
- you need automatic fallback to vanilla Spark for unsupported operators
When to avoid
- you don't use a JVM-based SQL engine like Spark
- your queries rely heavily on operators unsupported by the native backends, causing frequent fallback
- you cannot enable off-heap memory or add Spark plugins in your environment
- you need a lightweight solution and can't tolerate the added operational complexity of native bundle JARs
Facets
plugin · maturity active
database streaming developer-tools big-data databases analytics performance jvm cloud spark spark-sql velox clickhouse substrait vectorized-execution columnar jni native-execution query-acceleration simd apache-arrow scala data-engineering linux docker
2 sources
- readme: https://github.com/apache/gluten · fetched 2026-08-28 · 8ff508c8ec3d
- homepage: https://gluten.apache.org/ · fetched 2026-08-29 · 411c21b51d03
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apache/gluten | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem