Min
PPrisma
•Created by Min on 4/9/2025 in #help-and-questions
Hey! I'm seeing some queries taking ages to load when doing select with distinct.
Prisma Client's distinct option does not use SQL SELECT DISTINCT. Instead, distinct uses: A SELECT query In-memory post-processing to select distinct
5 replies