Migrate Your Old Pro Plans Before April 29th¶
As you know, we updated our pricing at the beginning of the year and we will sunset the Pro Plan on April 29th, 2025. If you haven't migrated your paid plan by then, we will downgrade your Workspaces to the limited Free Plan.
For more information on the new Developer Plan, please visit the Plans documentation.
If you have any questions about Tinybird's new pricing or need assistance migrating to a new plan, please contact support@tinybird.co.
Added Warning Message When Creating a Materialized View¶
When creating a Materialized View that joins Data Sources as follows:
SELECT * FROM DATASOURCE_A LEFT JOIN DATASOURCE_B USING (...)
We will warn you this JOIN is not optimized for real-time ingestion if the data in DATASOURCE_B
grows. This can impact your billing as you will be using more CPU.
For more information about how to optimize your Materialized View using JOINs, please visit this optimization guide.
Infra-Based Plans Now Can Easily Request Cluster Resizes¶
We’ve launched a new database resizing request feature for infra-based pricing clients, now available in the Billing page of your Organization.
Deprecation of the JOIN
Engine¶
We started deprecating the JOIN
Engine last year, but on August 1st, 2025, we will stop providing support for it. Users still using it will need to migrate away from it. We have already notified the affected users about this deprecation.
We are deprecating it because this Engine does not provide significant performance benefits, yet it adds complexity to the product and our maintenance operations.