Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
how many connections do bulk queries eat up? - Prisma
P
Prisma
•
2y ago
•
2 replies
sylvester stallone
how many connections do bulk queries eat up?
hi
, is it safe to assume that since bulk queries are done in a transaction
, that only one db connection will be taken up by the query
?
(as opposed to
, for example
, doing a bunch of individual inserts and promise
.all
'ing them
)
.
https://www.prisma.io/docs/orm/prisma-client/queries/query-optimization-performance#using-bulk-queries
Query optimization | Prisma Documentation
How Prisma optimizes queries under the hood
Prisma
Join
The official Discord server of Prisma! Find us online at prisma.io
9,819
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Cannot await Prisma Bulk Queries
P
Prisma / help-and-questions
2mo ago
To many database connections ope
P
Prisma / help-and-questions
2y ago
too many db connections on Prisma Accelerate
P
Prisma / help-and-questions
2y ago
How many Postgres DB connections should a typical "healthy" app with Prisma should have?
P
Prisma / help-and-questions
2y ago