antonmks/Alenka
GPU database engine observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: n/a
- age_days: 5264
- days_rel: n/a
- days_push: 3502
- n_releases_24m: 0
Adoption not part of the score
1167 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Alenka is a GPU-based column-store database engine written in CUDA that leverages vectorized processing and GPU memory bandwidth for fast analytical queries. It uses a Pig-Latin-like query language, GPU CSV loading, and offers a JDBC driver for integration.
Use cases
- run analytical SQL-like queries entirely on the GPU
- load large CSV files into a database at high speed
- execute filter, join, group, and order operations on columnar data
- query compressed data directly on the GPU
- connect a Java application to a GPU database via JDBC
- accelerate TPC-H style benchmark workloads
When to choose
- you have an NVIDIA GPU and want to accelerate analytical query workloads
- you need fast bulk CSV ingestion with GPU parsing
- you want columnar storage with data skipping and GPU-side compression
- you're experimenting with GPU database research or benchmarks
When to avoid
- you need a production database with active maintenance and support
- you don't have an NVIDIA GPU or CUDA toolchain
- you need transactional (OLTP) workloads or full SQL compliance
- you require cross-platform support beyond Linux/CUDA environments
Facets
library · maturity abandoned
database search-engine parser gpu-computing databases gpu-computing big-data analytics cpp cli cuda column-store gpu-database vectorized-processing pig-latin-query-language jdbc-driver csv-loading linux gpu
1 source
- readme: https://github.com/antonmks/Alenka · fetched 2026-08-28 · 7db8649e30ba
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| antonmks/Alenka | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem