We're using Elmah to log errors to an azure storage table. The volume of data is now quite large and requires some clean up.
Querying the data by time stamp is not efficient.
I'm wondering how does Elmah create the partition key for entries and if I could use that to start clearing down data - if it is logically sequenced on some incremental basis ?