prisma-engines icon indicating copy to clipboard operation
prisma-engines copied to clipboard

Does the query engine as a Node API run on the calling thread or in a separate thread?

Open Arlen22 opened this issue 2 years ago • 0 comments

Questions in the title, but I've looked over the docs and can't seem to find that information on any of the relevant pages. Basically, I'm wondering for thread management purposes in production, whether the engine runs on a separate thread or syncly runs the node API part and then returns a promise once the request to the database is in flight?

Arlen22 avatar Jul 14 '23 13:07 Arlen22