# Turso Sync: a much, much, much better way to sync

DevFeed: [Turso Sync: a much, much, much better way to sync](<https://devfeed.tech/articles/turso-sync-a-much-much-much-better-way-to-sync-6044.md>)

Original publisher: [Read original article](<https://turso.tech/blog/sync-benchmark>)

Author: Glauber Costa

Published: 2026-04-24T00:00:00Z

Content type: comparison

Language: en

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

Topics: [Database](<https://devfeed.tech/topics/database.md>)

Tags: [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [performance](<https://devfeed.tech/tags/performance.md>), [replication](<https://devfeed.tech/tags/replication.md>), [rust](<https://devfeed.tech/tags/rust.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

The article recommends Turso Sync over libSQL Embedded Replicas for synchronized local databases. It contrasts CDC-based logical-change syncing with physical-page replication and reports up to 312x faster syncs with 18x less network traffic.

## Source excerpt

Turso Sync uses CDC to ship logical changes, not physical pages. The result: up to 312x faster syncs and 18x less network traffic than Embedded Replicas.