Hi
As mentioned i doubt the login events are the one consuming the most space in my case.
Database: vcloud
Table: audit_trail
(I am wondering is this audit_trail is expected or maybe was due to previous troubleshooting on this cloud director instance, i don't have full control of history)

The weird thing is if i look at the first rows they are always the same, they are never purged and therefore database grows in size.

If i looks at latest row, (i have just build a new cluster)
I see a lot of "modify" event, and i think there are the one filling the database because the payload is large. (I can't display it with the query, because it breaks all formatting)

Example of such event

(Details of a similar event could be seen attached to my previous post)
My immediate concern is how to clean this database. Could i just run a query to remove the first (oldest) 1000 rows for example?
Note, this cloud director database is not in a cluster anymore.