This repository was archived by the owner on Mar 21, 2025. It is now read-only.
How to do bulk queries? #441
Unanswered
michaelkremenetsky
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Prisma JS I would have done something like:
I looked through the docs and couldn't find anything on adding bulk queries
I tried doing a batched query but it's taking 60+ seconds to run with the amount of data I'm updating:
Any ideas on how to do it in
prisma-client-rust
?Beta Was this translation helpful? Give feedback.
All reactions