I\'m trying to return a list of recent items and have simple pagination. What I\'m first doing is making this query
SELECT * FROM table ORDER BY time LIMIT 300; <