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)

ServiceOperationProcessing feeDescription
Data Sources APIWriteUS$0.07 per GBLow frequency: Append data to an existing Data Source (imports, backfilling, and so on).
Events APIWriteUS$0.07 per GBHigh frequency: Insert events in real-time (individual or batched).
ConnectorsWriteUS$0.07 per GBAny connector that ingests data into Tinybird (Kafka, S3, GCS, BigQuery, and so on).

Data manipulation (Legacy)

ServiceOperationProcessing feeDescription
Pipes APIReadUS$0.07 per GBInteractions with Pipes to retrieve data from Tinybird generate read operations.
Query APIReadUS$0.07 per GBInteractions with the Query API to retrieve data from Tinybird.
Materialized Views (Populate)Read/WriteFreeExecuted 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/WriteUS$0.07 per GBNew data is read from an origin Data Source, filtered, and written to a destination Data Source.
Copy PipesRead/WriteUS$0.07 per GBOn-demand or scheduled operations. Data is read from the Data Source, filtered, and written to a destination Data Source.
ReplaceRead/WriteUS$0.07 per GBReplacing data entirely or selectively.
Delete dataRead/WriteUS$0.07 per GBSelective data delete from a Data Source.
Delete an entire Data SourceRead/WriteUS$0.07 per GBDelete all the data inside a Data Source.
TruncateWriteUS$0.07 per GBDelete all the data from a Data Source.
Time-to-live (TTL) operationsWriteFreeAnytime Tinybird deletes data as a result of a TTL.
BI ConnectorReadUS$0.07 per GBData read from Tinybird using the BI connector.

Data transfer (Legacy)

ServiceOperationProcessing feeData transfer feeDescription
S3 SinkRead/Transfer (no write fees)US$0.07 per GBSame region: US$0.01 per GB. Different region: US$0.10 per GBData is read, filtered, and then transferred to the destination bucket. This is an on-demand or scheduled operation. Data transfer fees apply.