tymon
tymon4w ago

if we self-hosted convex, how to

if we self-hosted convex, how to Horizontal scaling?
3 Replies
nipunn
nipunn4w ago
You probably won't need to. Sizing up a single node more and more should be fine for most projects. You can benchmark on your hardware and workloads with tools here https://github.com/get-convex/convex-backend/tree/main/self-hosted#benchmarking
GitHub
convex-backend/self-hosted at main · get-convex/convex-backend
The open-source reactive database for app developers - get-convex/convex-backend
tymon
tymonOP4w ago
your mean vertical scale? How about if my server on us, and i have user come from china, eu,... i mean other location?
nipunn
nipunn3w ago
You'll (probably) need a centralized database no matter what - if you are self hosting, you can pick the region to host in. With Convex cloud, it's going to be in the US-east region for now, but we have dreams of supporting more regions in the future.

Did you find this page helpful?