does filtering this way have any performance issues? is it a good practice?

yes i know they is or and where etc just asking 😀
12 Replies
Neto
Neto•2y ago
it does lol unless there in no way always filter on the database more performance + less data in between = better experience
Neto
Neto•2y ago
Lopen
Lopen•2y ago
but it works ?
Neto
Neto•2y ago
yes usually you can search fine with it full text search is a even better way without full text search would look something like
Neto
Neto•2y ago
Lopen
Lopen•2y ago
Interesting this is how i have actually always done it I still feel that the work to get full search working is kinda big And i still haven't still understood the docs well The fact that you have to specify the column you want to enable full search on etc
Neto
Neto•2y ago
You can just do a includes search then
Lopen
Lopen•2y ago
It works fine till i need to search for a number|big int data type then i will be forced to use equals instead of contain
Neto
Neto•2y ago
The includes is just for strings You can use another methods for numbers and such gte: 10 eq: 8 And such
Lopen
Lopen•2y ago
I thought gte ,lte where for Datetime
Neto
Neto•2y ago
Prisma
Filtering and sorting (Concepts)
Use the Prisma Client API to filter records by any combination of fields or related record fields, and sort the results.
Lopen
Lopen•2y ago
Didn't work Didn't work
Want results from more Discord servers?
Add your server