跟踪Aurora PostgreSQL数据库中的数据变化

0

【以下的问题经过翻译处理】 客户正在寻找一种方法来跟踪Aurora PostgreSQL中数据的更改。

传统方法是在每个表中直接添加日期创建、日期修改、用户名等字段,并将其用作参考。

是否有一种方法可以避免为每个表都这样做,而是消耗一些审核/ WAL日志来跟踪每行更改?或者有其他人是如何处理这种使用情况的?

profile picture
EXPERT
asked 8 months ago9 views
1 Answer
0

【以下的回答经过翻译处理】 我们为此用例开发了Database Activity Streams功能。这类似于pgaudit,但是它是RDS / Aurora的托管功能,可使用客户的密钥加密事件,然后将其流式传输到Kinesis。请查看并让我们知道您的想法!

profile picture
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions