Skip to Content
LearnRegions

Regions

Specifying a region may help on the overall latency of your app.

If you locate the app close to the database that your app is consuming, you’ll reduce the latency of your app, improving the perceived performance of the app for your user.

You can specify the region of your app using the locality.regions setting in your app.yaml.

We have created the db-latency app to showcase how using regions can improve performance for your app: https://db-latency.wasmer.app/ 

Right now, this are the regions that you can use Wasmer Edge in (by default apps are available in all regions):

RegionCountryCityDatabasesVolumes
fr-roub1FranceRoubaix
ca-beau1CanadaBeauharnois
us-ashburnUnited StatesAshburn, Virginia
us-hillsboroUnited StatesHillsboro, Oregon
de-falkensteinGermanyFalkenstein

Regions with database support host both MySQL and PostgreSQL. See the Databases documentation for details.

Last updated on