Performance Comparison: Local vs Cloud vs Cloud with Fluid Compute
Metric
Local (Mac)
Cloud Server (Standard)
Cloud with Fluid Compute
Prisma Query Avg
14.93ms
114.48ms
95.54ms
Prisma Query Fastest
13.03ms
88.30ms
92.21ms
Raw SQL Query Avg
10.87ms
108.79ms
79.23ms
Raw SQL Query Fastest
10.28ms
81.29ms
69.05ms
Prisma Connection Time
0.48ms
5.67ms
2.96ms
Raw SQL Connection Time
0.31ms
2.38ms
2.17ms
Hey, thanks for the suggestion to try Fluid Compute. After enabling it, I ran another round of benchmarks, and here’s what I found:
Prisma Queries: The average time on the cloud improved from 114.48ms to 95.54ms.
Raw SQL Queries: The average improved from 108.79ms down to 79.23ms.
Connection Times: Prisma’s connection time decreased from 5.67ms to 2.96ms.
While my local machine still outperforms the cloud, these improvements with Fluid Compute are promising. Does anyone have additional suggestions or further tweaks ?