I'd like to know how frequently certain records in a table in Redshift are being accessed. My hunch is that a large number of records in my table are queried less than once a month. If this is the case, then perhaps I can remove these records to make the table smaller.
Hence the question: is there a way to find out the last time a record was part of a query result set?