Up
Explore posts from serversPPrisma
•Created by Up on 6/27/2024 in #help-and-questions
N+1 problem with multiple filter conditions
sadly I cant do that 😅
but again: I need to query all files that a user has access to; so the naive approach is to first query all file groups + date pairs, then for each pair make another query to the files table. this very quickly causes tons of queries however so I want to avoid that
5 replies
PPrisma
•Created by Up on 6/27/2024 in #help-and-questions
N+1 problem with multiple filter conditions
<bump>
5 replies
PPrisma
•Created by Up on 6/27/2024 in #help-and-questions
N+1 problem with multiple filter conditions
<bump>
5 replies
PPrisma
•Created by Amauri on 7/1/2024 in #help-and-questions
Help With 2 database usage in same api
define a script in your package.json and just call that?
12 replies