Replies: 1 comment
-
Hi @marrale! This is question which was discussed several times by many users. Please search in our closed issues. Recently a discussion came up on how to improve the situation with big log volumes by decomposing the log table schema (#632). As far as I know, most users constantly run some kind of script on the log table which archives (moves) older entries to some kind of archive log tables keeping only the recent logs in the real log table. But this is entirely done by database jobs outside of the logging sink itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a C# service running on two nodes that both write concurrently logs to the same database table using the Serilog MSSQL sink. The log retention period is 60 days. After some time, it becomes impossible to index the log table through the optimization script.
Here are my current Serilog MSSQL sink settings:
What would be the best approach to improve?
Thanks and BR ale
Beta Was this translation helpful? Give feedback.
All reactions