Join Slack
Communities
Powered by
How fast is `findFirst` ? Would it be faster to us...
# orm-help
g
gustav
10/25/2021, 3:25 PM
How fast is
findFirst
? Would it be faster to use two
findUnique
calls to prisma, utilizing the indexes? See example:
t
Tyler Clendenin
10/25/2021, 8:06 PM
It should generally be quicker to run one query
plus one +1
1
Open in Slack
Previous
Next