Walks through ParadeDB’s Free, Developer, and Team plans so you can estimate cost and pick the right tier.
ParadeDB offers Free, Developer, and Team tiers. Free targets personal projects, Developer unlocks higher vector quotas and private networking, and Team adds role-based access control plus priority support.
Multiply cluster hours, stored vectors, and egress by the unit prices in the pricing
table. Add fixed subscription fees for Developer or Team plans.
Watch vector_count
, cluster_hours
, and egress_gb
.These three drive nearly all variable charges.
Yes. ParadeDB writes daily usage snapshots to paradedb_usage
. Join that with pricing
to compute cost in-db and surface it in dashboards.
Run CALL paradedb.set_plan('developer');
or use the web console.Changes take effect at the next billing cycle.
Create alerts on sudden spikes in vector_count
or egress_gb
to avoid bill shock.
Schedule a nightly job to purge orphaned embeddings so you stay within Free or Developer quotas.
.
No. Private VPC peering starts at the Developer tier.
Yes, pausing stops cluster_hour
accrual but storage fees still apply.
No. Similarity search is bundled; you pay only for compute, storage, and egress.