Prisma does JOINs by fetching all table data and then comparing???

I just watched this video from CodeDamn https://youtu.be/J2j1XwZRi30 And he said that they figured out that Prisma actually doesn't do JOINs as you would expect in SQL, but rather query all the data from the tables and then merge them with their engine or w/e.... Can someone confirm/deny this since querying large tables could potentially be expensive on PlanetScale who charge by row read?
codedamn
YouTube
We need to talk about Prisma
We migrated to SQL a month back and our biggest learning was to never use Prisma. Watch the full video to know what happened and how we found a solution. Read the full blog here: https://codedamn.com/news/product/dont-use-prisma Are you confused where to start coding/what to learn/what roadmap to take? Take this free 2 minute quiz: https://c...
0 Replies
No replies yetBe the first to reply to this messageJoin