heliosdb-proxy 1.5.0

HeliosProxy - Intelligent connection router and failover manager for HeliosDB and PostgreSQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Benchmarks

Reproducible performance comparisons for the HeliosDB ecosystem.

| Report | Harness | Raw data |
|---|---|---|
| [HeliosDB-Nano vs PostgreSQL (2026-06-28)]heliosdb-nano-vs-postgresql-2026-06-28.md | [`bench-engines.sh`]bench-engines.sh | [`results/`]results/ |

`bench-engines.sh` measures `SELECT 1`, indexed point-read, bulk-load `COPY`, and
`DROP TABLE` for PostgreSQL and any supplied HeliosDB-Nano binaries (each run as a
native host binary; PostgreSQL containerized; `pgbench` as the client). See the
script header for usage and how to build the Nano binaries from version tags.

The proxy-path scalability harness lives at
[`../scripts/regress/bench-scalability.sh`](../scripts/regress/bench-scalability.sh)
(direct vs proxy session/transaction pool modes).