-
Problem report
-
Resolution: Unresolved
-
Major
-
None
-
7.0.11rc1, 7.4.0alpha1
-
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.