On Mon, Nov 21, 2011 at 12:57 PM, prasath <
[hidden email]> wrote:
> Hi all,
>
> Ofbiz maintaining logs in single table EntityAuditLog,
> What about load and performance?
>
It affects the overall performance, you have to use it very carefully,
only for the fields/entities you are interested to audit.
When we last used it, If I remember correct we also did some changes
to the audit log code, to improve its performance, which actually had
some good effect (but not big though)
Bilgin