Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-26150

Slow trapper performance due to searching each key instead of iterating

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 7.0.11rc1, 7.4.0alpha1
    • Proxy (P), Server (S)
    • Support backlog

      Send 1000 values with Zabbix sender, each 1 MB in batch, notice that it's very slow because parse_history_data_row_value() function search for tags from beginning till end and many tags might be missing.

      Expected:
      Iterate over json so that big value is scanned only once instead of multiple times.

            zabbix.dev Zabbix Development Team
            vso Vladislavs Sokurenko
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: