I am storing the response to various rpc calls in a mysql table with the following fields:
Table: rpc_responses timestamp (date) method (varchar) id
...is more than one year later but i might help someone To select all the queries starting from latest
SELECT * FROM rpc_responses ORDER BY timestamp DESC