I have InfluxDB 1.7 running on an Ubuntu 18.04 machine. It is using the default inmemindex-version but I want to convert it to use tsi1. The documentation says that I can use influx_inspect buildtsi to convert to the TSI format, but also says Note: For offline conversion only.
Am I correct in thinking that this is the correct sequence to convert my installation to use TSI?
sudo systemctl stop influxdb
Change index-version to tsi1 in /etc/influxdb/influxdb.conf
@Mert,
Yes you can enable TSI from the start. I believe it is automatically enabled in v1.7.6+ . These commands are only really valuable to those looking to upgrade.