Btw who is interested to deploy prisma to zeit now...
# orm-help
h
Btw who is interested to deploy prisma to zeit now https://github.com/develomark/prisma-now
3
From my testing latency is bad, compare to prisma hosted server 😄
Maybe its problem with setup, but looks strange 😄
l
Where do you host the database on Zeit? Are they on AWS regions?
h
Nope Google cloud
f
I’m testing Zeit SFO + GCP in us-west Oregon. Doesn’t look too bad. What about you @huv1k
h
I have everything in eu-west1 and latency is kind of meh
This is Zeit + GCP

https://i.imgur.com/5hXdwIz.png

this is Prisma hosted server + Zeit

https://i.imgur.com/mhvYuGx.png

l
Thanks for the numbers! I'm used to hosting the server and database on the same box. The upside is you can make a ton of database calls (aka poor coding / data model 🙂 ) with minimal costs. But even in these "quick" 20ms environments, you are severely punished for sequential database calls.
h
Yea, my perfect scenario is to have everything in one box, but i am too lazy to setup everything it takes a lot of time