Hi,
I have loaded influxdb with roughly 13000 series which contain about 8 billion data points.
Currently, influxd uses quite a lot of RAM, on server that has 7 Gb, RSS size is 6 Gb (so about
all RAM is being used by influxd). Virtual process size is 50 Gb.
Influxdb version is 1.3.3. I attempted to reduce memory usage, so I have set index-version = “tsi1” in influxd.conf and
changed shard duration from 1 week to 1 year. But there were no dramatic changes in ram usage.
Is this normal ? Should I just throw more hardware at this ?
I cannot downsample the data, it is all needed for analysis in it’s original resolution.