# Introducing Real-Time Data with Materialized Views in Turso

DevFeed: [Introducing Real-Time Data with Materialized Views in Turso](<https://devfeed.tech/articles/introducing-real-time-data-with-materialized-views-in-turso-5985.md>)

Original publisher: [Read original article](<https://turso.tech/blog/introducing-real-time-data-with-materialized-views-in-turso>)

Author: Glauber Costa

Published: 2025-10-09T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Kafka](<https://devfeed.tech/topics/kafka.md>), [SQL](<https://devfeed.tech/topics/sql.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [incremental](<https://devfeed.tech/tags/incremental.md>), [kafka](<https://devfeed.tech/tags/kafka.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

Turso is introducing experimental Live Materialized Views that keep query results current as base tables change. The feature uses Incremental View Maintenance and the DBSP framework, updating results in proportion to the size of incoming changes rather than the size of the underlying tables. It is intended for streaming and real-time systems, including systems connected to Kafka queues and CDC logs.

## Source excerpt

Turso now supports Live Materialized Views with Incremental View Maintenance, keeping query results fresh in time proportional to changes, not table size.