PGSync ClickHouse pricing¶
Real-time PostgreSQL โ ClickHouse sync. Mirror a table for free; pay only for denormalized wide tables. Per-organization pricing, no per-seat counting. Learn more.
-
Mirror¶
Free
One PostgreSQL table โ one ClickHouse
ReplacingMergeTreetable, in real time.- Versioned upserts + tombstone deletes
- Full native type mapping +
<table>_liveview - Exactly-once on replay
-
Denormalized¶
$19 / month ยท billed annually, per organization
or $24 / month, billed monthly, cancel anytime
Launch pricing, rises as we add featuresA whole relational tree โ one wide ClickHouse table.
- One-to-one children flattened into typed columns
- One-to-many as native
Array(Tuple(...)) - Recursive grandchild folding + per-table engine control
- Email support & all updates
How buying works¶
Subscribe, check out in a minute. Per-organization subscription, monthly or annual, no per-seat counting.
Get your token, we issue a private package-index credential to your inbox automatically.
Install:
pip install pgsync-clickhouse-pro --extra-index-url <your private index URL>
pgsync-clickhouse validate --config schema.json
pgsync-clickhouse bootstrap --config schema.json
The pro package registers itself with the pgsync-clickhouse CLI, so pointing
your schema.json at a multi-table tree turns on denormalized mode. Same CLI,
same schema, no code changes.
Questions about licensing, cancelling, or your data?
Looking for semantic and hybrid search? See PGSync Pro pricing.