Speeding up queries:
1. Do not use select *, but instead select only the fields you require.
2. Use the WHERE function to limit the results of the query.
Create or use a field that records the date that the record was created, you can then use this date in the query to select on the data...