Log in

View Full Version : does limit 3,1 load the entire table into memory?



james438
10-24-2008, 09:06 PM
does the following
select * from tablename where summary LIKE '%term%' order by ID desc limit 9, 3 load the entire table into memory?

james438
10-27-2008, 06:38 AM
I am going to guess that it does not load the entier database into memory.