mpaul
1
We are seeing exorbitant disk space usage after migrating to tsi1 indexes with almost no visible performance gains .
We need guidance how to rollback to inmem indexing.
Is there a quick rolback method
current influxdb version 1.6.0
Any help appreciated.
Thanks in advance/
mpaul
2
I see that we can just do
http://docs.influxdata.com/influxdb/v1.6/
- Enable
inmem
.
- Delete all shard
index
directories.
- Restart the
influxdb
service.
how to delete the index dir ?
I see under the “autogen”
./autogen/627/fields.idx
is the idx file that needs to be removed ?
or is it the “_series” dir that needs to be removed.
Any help appreciated.
mpaul
3
Got it … I did find the index dir in each shard !