fotoflo
Explore posts from serversPPrisma
•Created by fotoflo on 6/4/2024 in #help-and-questions
db push and migrate dev
with prisma migrate deploy? @RaphaelEtim but it doesnt work cause you have to migrate dev first
9 replies
PPrisma
•Created by fotoflo on 6/4/2024 in #help-and-questions
db push and migrate dev
id prefer to keep my local data as well and also see it working instead of just pray
9 replies
PPrisma
•Created by fotoflo on 6/4/2024 in #help-and-questions
db push and migrate dev
thank you
9 replies
PPrisma
•Created by fotoflo on 6/4/2024 in #help-and-questions
db push and migrate dev
hi @RaphaelEtim thanks, can i do it on local to ?
9 replies
PPrisma
•Created by fotoflo on 4/19/2024 in #help-and-questions
How to get the type of a compound query?
or use type of?
6 replies
PPrisma
•Created by fotoflo on 4/19/2024 in #help-and-questions
How to get the type of a compound query?
@Enzonaki how do you infer the types from the code?
6 replies
PPrisma
•Created by Satish on 3/26/2024 in #help-and-questions
Query based on Time
do you need the AND?
7 replies
PPrisma
•Created by fotoflo on 3/9/2024 in #help-and-questions
Fixing slow query
thanks reading now
11 replies
PPrisma
•Created by fotoflo on 3/9/2024 in #help-and-questions
Fixing slow query
no i didnt see it
11 replies
PPrisma
•Created by fotoflo on 3/9/2024 in #help-and-questions
Fixing slow query
If you work at prisma i would suggest adding more knowledge about indexing... it seems a lot of queries do a full table scan if there's not an index @Nurul... and you don't know this until you start to have 10k rows in a table - aka early production
11 replies
PPrisma
•Created by fotoflo on 3/9/2024 in #help-and-questions
Fixing slow query
@Nurul yeah im learning that indexing is KEY! (pun intended haha)
11 replies
PPrisma
•Created by fotoflo on 3/9/2024 in #help-and-questions
Fixing slow query
@@index([urlId, createdAt])
11 replies
PPrisma
•Created by fotoflo on 3/9/2024 in #help-and-questions
Fixing slow query
adding some indexes...
11 replies