Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export VCPUS=16
export RAM_GB=64

# Optional: instance metadata
export SYSTEM_NAME="Postgres by ClickHouse"
export SYSTEM_NAME="ClickHouse Managed Postgres"
export INSTANCE_TYPE="m8gd.4xlarge" # instance type identifier
export INSTANCE_STORAGE="950 GB - NVMe" # local/instance storage; leave empty for N/A
export PRIMARY_STORAGE="NVMe" # primary storage description; leave empty for N/A
Expand Down Expand Up @@ -210,7 +210,7 @@ We highly welcome additions of new entries in the benchmark! Please don't hesita

We welcome all types of databases, including open-source and closed-source, commercial and experimental, distributed or embedded, except one-off customized builds for the benchmark.

- [x] Postgres by ClickHouse
- [x] ClickHouse Managed Postgres
- [x] AWS RDS
- [x] AWS Aurora
- [x] Neon
Expand Down
18 changes: 9 additions & 9 deletions data.generated.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"system": "Postgres managed by Clickhouse",
"system": "ClickHouse Managed Postgres",
"date": "2026-03-18",
"instance": {
"type": "m8gd.4xlarge",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"system": "Postgres managed by Clickhouse",
"system": "ClickHouse Managed Postgres",
"date": "2026-07-02",
"instance": {
"type": "m8gd.4xlarge",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"system": "Postgres managed by Clickhouse",
"system": "ClickHouse Managed Postgres",
"date": "2026-07-02",
"instance": {
"type": "m8gd.4xlarge",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"system": "Postgres managed by Clickhouse",
"system": "ClickHouse Managed Postgres",
"date": "2026-03-17",
"instance": {
"type": "m8gd.4xlarge",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"system": "Postgres managed by Clickhouse",
"system": "ClickHouse Managed Postgres",
"date": "2026-07-02",
"instance": {
"type": "m8gd.4xlarge",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"system": "Postgres managed by Clickhouse",
"system": "ClickHouse Managed Postgres",
"date": "2026-07-02",
"instance": {
"type": "m8gd.4xlarge",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"system": "Postgres managed by Clickhouse",
"system": "ClickHouse Managed Postgres",
"date": "2026-03-17",
"instance": {
"type": "m8gd.xlarge",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"system": "Postgres managed by Clickhouse",
"system": "ClickHouse Managed Postgres",
"date": "2026-07-01",
"instance": {
"type": "m8gd.xlarge",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"system": "Postgres managed by Clickhouse",
"system": "ClickHouse Managed Postgres",
"date": "2026-07-01",
"instance": {
"type": "m8gd.xlarge",
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -euo pipefail
############################
# Config (edit as needed)
############################
SYSTEM_NAME=${SYSTEM_NAME:-"Postgres by ClickHouse ☁️ (aws)"}
SYSTEM_NAME=${SYSTEM_NAME:-"ClickHouse Managed Postgres ☁️ (aws)"}
INSTANCE_TYPE=${INSTANCE_TYPE:-"m6id.4xlarge"} # e.g. "m6id.4xlarge", "Serverless"
VCPUS=${VCPUS:?VCPUS is required (e.g. VCPUS=16)}
RAM_GB=${RAM_GB:?RAM_GB is required (e.g. RAM_GB=64)}
Expand Down