Reading the Homepage Prisma talks about using Data...
# orm-help
r
Reading the Homepage Prisma talks about using Database Microservices. However it's the only 1 of 3 different Learn more items that does not have an example. I'm trying to get an understanding of how one would implement this type of workflow https://www.prisma.io/with-db-microservices Is this related to having multiple prisma clients with different database that can talk to one another and form one endpoint or is there a different principal behind this and my understanding is not correct.
n
I think what the diagram and page is saying that you would have multiple Prisma+GraphQL servers infront of the DB, that are accessed/stitched(possibly) from the gateway layer.
r
Thank you
n
My 2 cents: Prisma is nice and all, but it eats a lot of memory. A single Prisma instance in a test environment is using 724MB. And that is with no load at the moment.