-
Change Request
-
Resolution: Fixed
-
Major
-
None
When inserting rows into Oracle database Zabbix binds columns and executes insert statement for every row. This can cause performance problems, especially in high latency situations.
This can be improved by binding arrays instead of single values. Array binding had limitations, so dynamic parameter binding was implemented instead.