Upcoming architecture changes: Simplify Langfuse for Scale (v4) #12518
maxdeichmann
announced in
Announcements
Replies: 3 comments 2 replies
-
|
Very excited for this! We have hit some query limitations filtering large trace/session tables with many tags (had to increase the request size limit for clickhouse), so looking forward to better query performance :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
For self-hosting the underlying infrastructure components remain the same I assume? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Any ETA on when it will be available for self-hosting? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
On March 10, 2026, we launched Langfuse V4 as Preview on Langfuse Cloud.
This rollout is about making Langfuse much faster at scale. In v4, chart loading is significantly faster, browsing traces/users/sessions is faster, and the new Observations API v2 and Metrics API v2 perform much better on large projects. Observation-level evaluations now execute in seconds without a ClickHouse query per evaluation.
If you have questions about v4, please ask them in this discussion. We want this to be the central place for user questions on Langfuse Cloud, OSS rollout questions, migration blockers, and product feedback.
What is new in v4?
We are moving to an observation-centric data model based on a new, wide, (mostly) immutable ClickHouse table. This eliminates joins and deduplication at read-time and optimizes for the most performant ClickHouse access patterns.
Current rollout status
Important migration note
If you use older SDK versions, data in the new UI can be delayed by up to 10 minutes.
For real-time data in the new experience, upgrade to:
Links
We’ll keep updating this thread as the rollout evolves, especially around self-hosting and additional migrated surfaces in the product.
Looking forward to your questions and feedback.
Beta Was this translation helpful? Give feedback.
All reactions