RasmusKard / what.watch

Get a randomized movie or tv show suggestion based on your chosen parameters.
https://what.watch/
0 stars 0 forks source link

improve: simplify filtering SQL query #38

Closed RasmusKard closed 2 months ago

RasmusKard commented 2 months ago

What?

Don't join genres and titleTypes ID columns with the strings of the lookup tables. Rather do the conversion from ID to string in JS.

Why? Conversion is necessary for only the one row that is returned from randomized selection. The join unnecessarily complicates the SQL query.