prisma-engines
prisma-engines copied to clipboard
Does the query engine as a Node API run on the calling thread or in a separate thread?
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?