cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to Enable Sub-300 Millisecond Real-Time Mode in Delta Live Tables (DLT)

surajitDE
New Contributor III

Hi folks,

During the recent Data + AI Summit, there was a mention of a new real-time streaming mode in Delta Live Tables (DLT) that enables sub-300 millisecond latency. This sounds really promising!

Could someone please guide me on:

  • How do we enable this new real-time mode in DLT?

  • Is it different from using pipelines .trigger. interval = "1 second" or is there a new streaming engine involved?

1 ACCEPTED SOLUTION

Accepted Solutions

cgrant
Databricks Employee
Databricks Employee

Real-time mode, right now, is in private preview. Reach out to your account team for enablement.

It's separate from pipelines.trigger.interval. The engine is the same, just a different mode within it.

View solution in original post

2 REPLIES 2

SP_6721
Honored Contributor

Hi @surajitDE ,

Just checking, were you referring to this session: Real-Time Mode Technical Deep Dive?

For anyone who missed it during the Summit, the recording is now available to watch.

cgrant
Databricks Employee
Databricks Employee

Real-time mode, right now, is in private preview. Reach out to your account team for enablement.

It's separate from pipelines.trigger.interval. The engine is the same, just a different mode within it.