If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
It would have to improve server performance and query performance. Processing 100 records instead of 100,000 by using limit is definitely going to be a performance gain.
So I think it depends on the number of records you expect to get from your query. Of course if you query for record where ID=1 then LIMIT is superfluous.