apache/auron
The Auron accelerator for distributed computing framework (e.g., Spark) leverages native vectorized execution to accelerate query processing observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 69
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 137
- age_days: 1892
- days_rel: 46
- days_push: 8
- n_releases_24m: 6
Adoption not part of the score
1795 stars · 241 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Apache Auron (Incubating) is a native vectorized query accelerator for distributed big data engines like Apache Spark, built on Apache DataFusion and Apache Arrow. It translates Spark's optimized physical plans into Rust-based native execution plans, eliminating JVM overhead and delivering roughly 2x faster TPC-DS performance with lower resource usage.
Use cases
- speed up Apache Spark SQL queries with native vectorized execution
- reduce cluster resource costs for large-scale Spark workloads
- run TPC-DS style analytical queries faster on Spark
- avoid JVM overhead in distributed SQL execution
- integrate DataFusion-based native operators into a Spark pipeline
- support data lake formats like Hudi and Paimon with accelerated queries
When to choose
- you run large-scale Spark SQL workloads and need better performance or lower resource usage
- you want production-hardened native execution with fine-grained failback to Spark
- you use HDFS, S3, Hudi, Paimon, or Celeborn in your Spark stack
- you need predictable performance without rewriting existing Spark jobs
When to avoid
- your workloads are small or not SQL/Spark-centric
- you cannot add a custom shuffle manager and Spark extensions to your cluster
- you need a fully graduated (non-incubating) Apache project with long-term guarantees
- you rely on operators or UDFs not yet supported by Auron's native engine
Facets
library · maturity active
plugin-system big-data analytics microservices performance jvm rust cloud apache-spark datafusion apache-arrow native-execution simd tpc-ds query-optimizer shuffle sql columnar query-execution vectorized-execution query-acceleration sql-engine data-engineering linux docker
5 sources
- readme: https://github.com/apache/auron · fetched 2026-08-28 · 31ac0bd9205a
- homepage: https://auron.apache.org/ · fetched 2026-08-29 · cf43b4796367
- site_page: https://auron.apache.org/documents/getting-started.html · fetched 2026-08-29 · e837dfa9f358
- site_page: https://auron.apache.org/documents/getting-started · fetched 2026-08-29 · e837dfa9f358
- site_page: https://auron.apache.org/archives/all-releases.html · fetched 2026-08-29 · 58def31fc813
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apache/auron | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem