does the followingload the entire table into memory?Code:select * from tablename where summary LIKE '%term%' order by ID desc limit 9, 3
does the followingload the entire table into memory?Code:select * from tablename where summary LIKE '%term%' order by ID desc limit 9, 3
Last edited by james438; 10-27-2008 at 06:36 AM.
I am going to guess that it does not load the entier database into memory.
Bookmarks