Audit Logging Strategies

前端 未结 5 796
刺人心
刺人心 2020-12-28 10:25

I am trying to decide on the best method for audit logging within my application. The main reason for the log is reporting the sequence of events (changes).

I have a

5条回答
  •  攒了一身酷
    2020-12-28 11:16

    I would go with (2) and (3): create a single table for all Audit entries.

    A flat view is good, provided the extra work flattening does not impact performance.

提交回复
热议问题