Is it possible to select modified items on a SimpleDB domain?
I have a large database and I would like to know daily which items were modified. I know I could add a new field and update it on every change of the record, but I want to know if it there is something like this built in the database for me to use without changing the records.
I am accessing SimpleDB with boto.
Edit:
I am searching more or less to some hooks or triggers on SimpleDB that I can use to know about creation/update/delete events