* Jose Carlos Garcia Sogo: >> Or simply: purge all records older than a month. > > Yes, that should work, IMO. You should check that it actually keeps the database size bounded, though. Some B-tree implementations have problems with ever-increasing keys, and a perpetually growing number of pages is never used again.