How can I improve logging performance? Or rewrite logging? #1086
Unanswered
darakanoit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon, I ran into a problem.
At me the user can update 10000 records at once through 1 end-point (for example Item). I get 20,000 inserts into the database. And it works for a very long time.
Is it possible to do logging of the activity log through queues? Or can you tell me how to do it?
There was an idea to create your own event (in a queue) and throw it when the model changes, but I don’t know how to get the old values.
Beta Was this translation helpful? Give feedback.
All reactions