In the realm of data management, each millisecond of latency is critical. That’s why Turso offers over 30 locations for data storage and replication, ensuring minimal delay in data access.

For those seeking the ultimate in speed, Turso enables the embedding of databases directly within your application on the same node. This configuration eliminates inter-regional request hopping, effectively bringing latency down to zero.

How it works

  1. You create a database in a primary location
  2. You add additional locations where data should be replicated
  3. You query a single URL that automatically routes to the nearest edge

Turso automatically handles keeping replicas updated — learn more.

Add replica location

You can add locations to your database group using the Turso CLI or Platform API:

turso group locations add <group-name> <location-code>

Remove replica location

You can remove locations from your database group using the Turso CLI or Platform API:

turso group locations remove <group-name> <...location-codes>