I have tried to look it up in the official doc, but there is no explicit statement about this:
* when using timescale with zabbix, and when compression is enabled. is the history retention being applied ? i.e. are older points being removed from the compressed chunks (or maybe entire chunks being removed) ?
* when items are deleted beacuse of LLD rules, are both history and trends cleared from the DB ? does the same hold true for items that belong to a host that is being deleted ?
* in the meantime timescale has added a functional routine to add late arriving data to compressed chunks, and even to make bulk import using temporary tables. Is this feature planned to be integrated in zabbix ?
Also a side question: is the trends table using timescale continuous aggregates feature? if not: why not ?
* when using timescale with zabbix, and when compression is enabled. is the history retention being applied ? i.e. are older points being removed from the compressed chunks (or maybe entire chunks being removed) ?
* when items are deleted beacuse of LLD rules, are both history and trends cleared from the DB ? does the same hold true for items that belong to a host that is being deleted ?
* in the meantime timescale has added a functional routine to add late arriving data to compressed chunks, and even to make bulk import using temporary tables. Is this feature planned to be integrated in zabbix ?
Also a side question: is the trends table using timescale continuous aggregates feature? if not: why not ?
Comment