Forum Moderators: coopster
What is the best way to handle this? I could save and read a single field from a single row of a MySQL table. Is there a better way? If there isn't does anyone have any advice about the fastest way to do the MySQL?
Write the last search timestamp in a file, then on the next search read that file and then write the new search timestamp and so on.
It is faster in times compared to mysql queries.
Also, when using amazon it is good idea to keep some cache of the returned results - this will save you bandwidth and search request to amazon.