SQL/Drizzle Where Query Search Optimization
Hi, originally I wanted a fuzzy search but now I just wanted to look how far I can get with just a where query.
I have a few concerns with the reads this query causes to the database.
Especially I want to know if I can stop if I already have 5 via the name or if you generally have some read and performance optimizations.
I have a few concerns with the reads this query causes to the database.
Especially I want to know if I can stop if I already have 5 via the name or if you generally have some read and performance optimizations.