leofc
PPrisma
•Created by leofc on 5/29/2025 in #help-and-questions
Recommendations not showing up
Started using Optimize. Clicked in recording, saw the queries coming.
Stopped the recording. Clicked in the recommendations: "There are no recommendations just yet, they will appear after you end your recording.". Out of 9 recording, I only got recommendations in 2. Is that a bug in your UI?
6 replies
PPrisma
•Created by leofc on 5/28/2025 in #help-and-questions
How to remove `[optimize] HTTP 409 Conflict: There is no active recording to write queries to.`
My current client:
9 replies
PPrisma
•Created by leofc on 5/23/2025 in #help-and-questions
Prisma performance questions
Let's say I have this schema:
I want to create a query that gets all the sales orders for a given tenant.
For context, this is a multi-tenant application sharing the same database. Looking at some slowness, I assume this would be better, correct?
Another thing we don't have is indexes on the tenantId fields. I assume this would also help, correct?
What other things could we do to improve the performance of this query?
9 replies