Hi,
Thanks for that it works perfectly!
Unfortunately it takes about 22 minutes for the query to run! :-(
I currently have 2.8 million rows in the table and that could easily double.
Can anyone give me some pointers on how I could reduce this time or an I asking a bit much of mySQL here...
Hi,
I currently have a table called “pages” containing the following columns:
pageid, domainid, location, lastread
I've put together a query that returns 10 rows with the lowest “lastread” values, for which this works fine:
SELECT * FROM pages ORDER BY lastread ACS LIMIT 0,10;
I now the have...
Hi,
I currently have a table called “pages” containing the following columns:
pageid, domainid, location, lastread
I've put together a query that returns 10 rows with the lowest “lastread” values, for which this works fine:
SELECT * FROM pages ORDER BY lastread ACS LIMIT 10;
I now the have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.