In the lesson about LIMIT the lesson states that using LIMIT “…makes our queries run faster”
Is this really true?
I’ve been playing around a bit with my company’s database and have very similar fetch result times for 100 and 1000 entries for the same query.
Are there other factors that may be outweighing the benefit of LIMIT?