In a microservices environment using postgresql, what would be the best method of capturing audit logs for table changes?
Need to not impact too much of DB performance and also capture a reliable log of database table changes and/or DDLs and the time and person performing the change
Many thanks in advance!