Hey! I'm using Prisma as my ORM. Recently Prisma was taking my longer than usual on Railway (it was working fine on local development environment, with the exact same database). I ran a test to compare the query speed and turns out that it took ~800ms to complete a simple createMany Prisma query. Whereas, it 100ms on local development environment.
The possible explanation for such behavior is network latency, but is there any way to reduce the time?