Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quantify performance overhead #2

Open
ljodal opened this issue Dec 7, 2020 · 0 comments
Open

Quantify performance overhead #2

ljodal opened this issue Dec 7, 2020 · 0 comments

Comments

@ljodal
Copy link
Owner

ljodal commented Dec 7, 2020

Using this library has some overhead; a temporary table is created and a row inserted into it for each request that hits the django application. In addition each insert, update and delete query against an audit logged table will incur some extra overhead to generate and insert the audit log row. It would be nice to quantity what this means in terms of real-world performance overhead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant