Hello everyone!
I decided to upgrade my server to newer CPU/RAM/SSD. I copied a influx.conf file that I had in my old server to keep things simple (so that I could reuse certificates) but the influxDB istance in the new server is considerably slower. (around 2 times slower)
Old server is a 64GB ram 2666MT/s, AMD Ryzen 5 3600 and 1 TB ssd with 15k IOPS
New server is 64GB ram 3200 MT/s, intel i5 13500 and 2 TB ssd with 18k IOPS
The new server is empty, no data in the influx instance, no extra process that could clog the server.
Same action (write) performed with the same data in both server, takes 37s on the old one, and around 60s in the new one.
In the influx.conf I don’t limit the number of maxproc.
Is the old influx.conf holding the server back? If yes, which parameter can I fine tune to match the new architecture?
Thanks