Hi all,
I have configured several trapper items, and I use zabbix_sender to inject data.
What I want to know is, what happens if you inject a big chunk of data, with the SAME epoch timestamp, several times?
Will it all be kept in MySQL double? Will the new values overwrite the old one and will the houisekeeper delete them?
I want to schedule a Perl script that parses a file several times and I dont want MySQL to get bloated.
Thanks.
I have configured several trapper items, and I use zabbix_sender to inject data.
What I want to know is, what happens if you inject a big chunk of data, with the SAME epoch timestamp, several times?
Will it all be kept in MySQL double? Will the new values overwrite the old one and will the houisekeeper delete them?
I want to schedule a Perl script that parses a file several times and I dont want MySQL to get bloated.
Thanks.
Comment