Found here https://support.zabbix.com/browse/ZBX-8731 about indexes.
One suggests to create new column using
But how zabbix will know about this new column and start using it?
How to enable indexes in history_uint?
One suggests to create new column using
Code:
create index history_uint_2 on history_uint (itemid, clock, ns)
How to enable indexes in history_uint?
Comment