Hi,
if you don't have any data collection configured idata tables should stay empty. If you don't want them to be created at all you can try to switch database into single performance data table mode:
1. Stop netxmsd
2. Run the following query:
3. Drop any existing idata_nnn and tdata_nnn tables (tables "idata" and "tdata" should stay).
4. Start netxmsd
Please note that single table mode was intended only for TimescaleDB. Theoretically it should work on any DB, but you are on your own here!
Best regards,
Victor
if you don't have any data collection configured idata tables should stay empty. If you don't want them to be created at all you can try to switch database into single performance data table mode:
1. Stop netxmsd
2. Run the following query:
Code Select
UPDATE metadata SET var_value='1' WHERE var_name='SingeTablePerfData';
3. Drop any existing idata_nnn and tdata_nnn tables (tables "idata" and "tdata" should stay).
4. Start netxmsd
Please note that single table mode was intended only for TimescaleDB. Theoretically it should work on any DB, but you are on your own here!
Best regards,
Victor