If you need more than 10gb per user, don't go the DO route. Sharding will be complexity you probably
If you need more than 10gb per user, don't go the DO route. Sharding will be complexity you probably don't want to deal with. I recommend using Cloudflare Hyperdrive to connect to a Postgres database hosted somewhere. https://developers.cloudflare.com/workers/tutorials/postgres/
Cloudflare Docs
This tutorial explains how to connect to a Postgres database with Cloudflare Workers. The Workers application you create in this tutorial will interact with a product database inside of Postgres.










