Legacy plans ¶
Effective April 29, 2025, the Build, Pro, and Enterprise plans are no longer available for new users.
If you're an existing users on paid legacy plans, you can migrate to Developer or Enterprise plans based on processed data and storage.
To use Tinybird Forward, you must upgrade your plan first.
Migrate from Pro ¶
Tinybird automatically detects your Pro plan and offers to migrate to a new Developer plan. When migrating from a Pro plan, you have to create an organization if you want to create a new Workspace. See Organizations.
To migrate to an Enterprise plan, contact sales.
After April 29, 2025, if you don't migrate your Pro plan to a new plan, it's downgraded to a free plan automatically.
Migrate from Build ¶
Tinybird automatically detects your Build plan and offers to migrate to a new Free plan or to a Developer plan.
When migrating from a Build plan, the following considerations:
- You have to create an organization if you want to create a new Workspace. See Organizations.
- Limits for Workspaces not tied to an Organization remain the same.
Plan size estimation¶
When you're offered to migrate or upgrade, Tinybird suggests a plan size based on the following:
- vCPU usage: total active hours accrued in the last 30 days across all your Workspaces.
- Queries per second: maximum queries per second reached in the last 30 days across all your Workspaces.
Recommendations from Tinybird aggregate the operations of all your Workspaces.
Estimate your plan size¶
You can adapt and run the following queries in each of your Workspaces to check current usage and run your estimates:
SELECT toStartOfDay(minute) as date, sum(total_cpu_time_seconds) as sum_total_cpu_time_seconds, max(total_cpu_time_seconds) as max_total_cpu_time_seconds, (max_total_cpu_time_seconds/60) as max_cpu_time_minutes_per_minute FROM tinybird.estimated_shared_infra_cpu_time GROUP BY date ORDER BY date DESC
Billing (Legacy)¶
The following information applies to legacy Pro plans.
Data ingestion (Legacy)¶
Service | Operation | Processing fee | Description |
---|---|---|---|
Data Sources API | Write | US$0.07 per GB | Low frequency: Append data to an existing Data Source (imports, backfilling, and so on). |
Events API | Write | US$0.07 per GB | High frequency: Insert events in real-time (individual or batched). |
Connectors | Write | US$0.07 per GB | Any connector that ingests data into Tinybird (Kafka, S3, GCS, BigQuery, and so on). |
Data manipulation (Legacy)¶
Service | Operation | Processing fee | Description |
---|---|---|---|
Pipes API | Read | US$0.07 per GB | Interactions with Pipes to retrieve data from Tinybird generate read operations. |
Query API | Read | US$0.07 per GB | Interactions with the Query API to retrieve data from Tinybird. |
Materialized Views (Populate) | Read/Write | Free | Executed as soon as you create the MV to populate it. Tinybird doesn't charge any processing fee. Data is written into a new or existing Data Source. |
Materialized Views (Append) | Read/Write | US$0.07 per GB | New data is read from an origin Data Source, filtered, and written to a destination Data Source. |
Copy Pipes | Read/Write | US$0.07 per GB | On-demand or scheduled operations. Data is read from the Data Source, filtered, and written to a destination Data Source. |
Replace | Read/Write | US$0.07 per GB | Replacing data entirely or selectively. |
Delete data | Read/Write | US$0.07 per GB | Selective data delete from a Data Source. |
Delete an entire Data Source | Read/Write | US$0.07 per GB | Delete all the data inside a Data Source. |
Truncate | Write | US$0.07 per GB | Delete all the data from a Data Source. |
Time-to-live (TTL) operations | Write | Free | Anytime Tinybird deletes data as a result of a TTL. |
BI Connector | Read | US$0.07 per GB | Data read from Tinybird using the BI connector. |
Data transfer (Legacy)¶
Service | Operation | Processing fee | Data transfer fee | Description |
---|---|---|---|---|
S3 Sink | Read/Transfer (no write fees) | US$0.07 per GB | Same region: US$0.01 per GB. Different region: US$0.10 per GB | Data is read, filtered, and then transferred to the destination bucket. This is an on-demand or scheduled operation. Data transfer fees apply. |