Compatibility
Your Postgres, at warehouse scale.
Same SQL, same drivers, same tooling. Point psql, dbt, or any Postgres client at SynxDB Cloud and the query just runs.
connection string
postgres://user@synxdb.cluster.synxdata.com:5432/prod SynxDB Cloud · now in early access
Columnar MPP performance, Postgres compatibility, S3-native storage. Provision in under a minute.
CREATE TABLE events (
ts timestamptz,
user_id bigint,
event_type text,
payload jsonb
) USING columnar; Performance
SynxDB Cloud's columnar storage scans only the columns you touch and skips the rows you don't. An MPP engine fans the work across every node in the cluster, so scaling up is scaling out — not a bigger box.
1TB scan, relative time
lower is better
Illustrative — benchmarks against your workload will vary. Published numbers coming at GA.
Built for the cloud
Three things SynxDB Cloud gets right out of the box — so you spend your time on queries, not on plumbing.
Compatibility
Same SQL, same drivers, same tooling. Point psql, dbt, or any Postgres client at SynxDB Cloud and the query just runs.
connection string
postgres://user@synxdb.cluster.synxdata.com:5432/prod Storage
Tables live on S3 by default. Bring your existing Parquet in place, query it alongside native tables, pay S3 prices for cold data.
ingest in one line
COPY events FROM 's3://my-bucket/events/*.parquet'; Elasticity
Compute and storage scale independently. Add nodes for a noisy Monday, shrink them back Friday night. No rebalancing windows, no downtime.
resize, live
ALTER CLUSTER prod SET SIZE = 16; How it works
Pick a region, pick a size, hit go. A new cluster is live in under a minute — no VPC peering, no capacity planning up front.
$ synx cluster create --region us-east-1 --size starter Point any Postgres client at the cluster. psql, dbt, Metabase, your own service — same wire protocol, same credentials, same drivers.
$ psql "$(synx cluster dsn prod)" Load data from S3, join it to your native tables, run it across the whole cluster. The planner handles parallelism; you write SQL.
SELECT count(*) FROM events WHERE ts > now() - interval '30 days'; By the numbers
Directional today, audited at GA. We'd rather publish one honest metric than a grid of marketing ones.
From signup to first query, in any AWS region we support.
Columnar layout reads the columns your query touches — nothing else.
Any driver that speaks Postgres, speaks SynxDB Cloud. No new dialect.
Ecosystem
SynxDB Cloud is an AWS-native warehouse built on the Apache Cloudberry (Incubating) open-source foundation, and speaks Postgres wire protocol end-to-end.
Early access is open. A starter cluster is free while we're in preview — no credit card, no sales call.