Why would a ‘fetch’ (as in duration/fetch) in MySQL Workbench take a long time for a very limited amount of data?
I am attempting to speed up some sql queries in our system. One of the problematic queries has a very slow ‘IN’ clause. I read that I could build a temp table within the query (using UNION ALL) and do …