When I use Influxdb3 enterprise to log data, there will be situations where the data cannot be fully recorded in real time. I have sorted out the following two cases.
-
I logged different amount points with 1s interval and I have recorded if it can be fully logged in time.
When I log 8k points into enterprise for 30min, all the data can be fully logged in real time. If I add points to 9k or more, it cannot fully be logged in real time. So, we want to ask if there is a throughput limitation in InfluxDB3 enterprise. -
When I log 8k points for 30min, all the data can be fully logged in real time. And when I log 8k for 1h, it may not be fully logged in real time. Will there be a decline in performance after a certain amount of accumulation? Or what other possible factors may affect it?
Thanks in advance!