Influxdb persistence adds decimal to the end of number items

I’m pretty sure the answer is no. InfluxDB has recently (last six months or so) made it so all numbers are stored as floating point numbers. If you don’t want the decimal points, you need to use some other persistence for restoreOnStartup. I recommend using MapDB for restoreOnStartup. It is faster and doesn’t grow because it only stores the most recent value.