NetXMS Support Forum

English Support => General Support => Topic started by: Staj on November 15, 2018, 07:10:55 AM

Title: Syslog Performance
Post by: Staj on November 15, 2018, 07:10:55 AM
Does anyone else on here use the syslog feature with InnoDB? We keep having catastrophic performance issues when using it in any production capacity. How do others deal with this?
Title: Re: Syslog Performance
Post by: Victor Kirhenshtein on November 15, 2018, 11:08:21 AM
Hi,

what NetXMS version you are using? How many syslog records you are receiving? I know there are quite big installations on PostgreSQL that are writing lot of syslog messages. You can try to increase server configuration parameter DBWriter.MaxRecordsPerTransaction - that can increase transaction size and speed up inserts.

Best regards,
Victor