To maximize performance we recommend using the coarsest possible timestamp precision when writing data to InfluxDB.
InfluxDB stores all timestamps as nanosecond values, regardless of the write precision supplied.
So my question is why does using the coarsest possible timestamp precision when writing data to InfluxDB maximize performance?