How fast is `findFirst` ? Would it be faster to us...
# orm-help
g
How fast is
findFirst
? Would it be faster to use two
findUnique
calls to prisma, utilizing the indexes? See example:
t
It should generally be quicker to run one query
plus one +1 1