What's changing with pricing in April 2026?
What's changing with pricing in April 2026?
- Cloud Hosting: 20% increase on all compute resources (API, Processor, Database, Collocated Squids)
- Storage: 20% increase (0.60 per GB/month)
- RPC Add-on: Overage pricing increases from 5.00 per 1M requests
- Free Tier: Unchanged - 2M RPC requests per month remain free
How does billing work? When am I charged?
How does billing work? When am I charged?
Why did my cost increase during a replay or zero-downtime update?
Why did my cost increase during a replay or zero-downtime update?
- every named processor is billed as a processor service;
- every API replica is billed separately;
- Postgres compute and storage are separate;
- RPC overages are calculated from actual usage.
How do I identify and reduce the cost of one squid?
How do I identify and reduce the cost of one squid?
- Count running slots.
- Count named processors in each slot.
- Count API replicas.
- Check processor, API, and Postgres profiles.
- Check database storage and RPC usage.
- Remove unused slots and tags.
- Use collocated deployments only for development and testing.
- Right-size processor and API profiles after reviewing actual utilization.
- Reduce API replicas only when traffic and availability requirements allow it.
- Add indexes and query limits before scaling the API or database.
- Tune update-heavy tables and retention before only increasing storage.
- Move heavy periodic work to a background job so it does not stall indexing.
What is the difference between collocated and dedicated squids?
What is the difference between collocated and dedicated squids?
$0.02/hr until March 31, 2026, then $0.024/hr from April 1, vs separate service costs) but means performance is not guaranteed. If a neighboring squid experiences high load, your squid may become slow or unresponsive.Dedicated squids have guaranteed compute resources that are never shared. Each service (API, processor, database) runs on its own allocated resources with predictable performance.How do I estimate my costs before deploying?
How do I estimate my costs before deploying?
Can I change my squid's compute profiles after deployment?
Can I change my squid's compute profiles after deployment?
How is database storage billed? Can I reduce storage costs?
How is database storage billed? Can I reduce storage costs?
$0.50 per GB per month (until March 31, 2026) or $0.60 per GB per month (from April 1, 2026) based on actual usage. This applies to both dedicated and collocated squids.Cost optimization strategies:- Implement data retention policies to remove old data you no longer need
- Optimize your database schema to reduce redundancy
- Use appropriate data types (e.g., integers instead of strings where possible)
- Archive historical data to external storage (S3, BigQuery) if you don’t need it for queries
- Monitor your storage usage in the Cloud dashboard
What are the 2M free RPC requests? How do I use them?
What are the 2M free RPC requests? How do I use them?
$2.00 per million (until March 31, 2026) or $5.00 per million (from April 1, 2026).How to use: Configure the RPC proxy in your squid to route requests through SQD’s infrastructure. See the RPC addon documentation for setup instructions and rate limiting configuration.What happens when I hibernate a squid?
What happens when I hibernate a squid?
$0.50/GB/month until March 31, 2026, then $0.60/GB/month from April 1) while the squid is hibernated.Benefits:- Preserve your squid’s data and configuration
- Eliminate compute costs when not needed
- Resume quickly when you need the squid again
- Seasonal applications that aren’t needed year-round
- Development squids used only during working hours
- Backup squids kept ready but not actively running
How do I decide between collocated and dedicated for my use case?
How do I decide between collocated and dedicated for my use case?
- Developing or testing new features
- Running staging environments
- Building proof-of-concepts or MVPs
- Budget is the primary concern
- Occasional slowness is acceptable
- Running production applications
- Serving end users who expect consistent performance
- Processing time-sensitive data
- You need guaranteed response times
- Reliability is critical to your application
Do you offer discounts for high-volume usage or long-term commitments?
Do you offer discounts for high-volume usage or long-term commitments?
- Volume-based pricing discounts
- Custom SLA terms
- Dedicated support channels
- Architecture consultation
- Priority feature requests