Anyone here using Prisma for MongoDB in production...
# orm-help
a
Anyone here using Prisma for MongoDB in production? I noticed a sharp drop in performance since we switched to Prisma. After logging the queries, they seem to be pretty complex for simple use-cases. Also, tons of
WriteConflict
issues.
1
👀 1
a
Hey Aladin 👋🏾 Could you share further details on the performance drop? Is this issue related to the
WriteConflict
issues you’re running into? If not, could you create a GitHub issue with minimal reproduction? Also, could you share some example queries where Prisma generated complex queries for your use-cases? We’re working on making the existing connectors more feature-complete, and we would appreciate your feedback to help improve the experience. 🙂
a
Hey @Alex Ruheni. Actually, I'm there in the thread. I shared many code snippets and I am suposed to have a meeting with Andrew tonight about it. We're still experiencing this issue in production
🙌🏾 1