Hello,
Let’s say, bucket retention period is permanent and shard group duration is 7 days.
If a server received 7GB of data today and at night power was off all of sudden.
Since it’s before 7 days of shard group duration, data is supposed to be on RAM.
-
Then data on the RAM is likely to be lost?
-
What if a server has 2GB of RAM?
Since every data cannot be on RAM, it’s partially written to disk and the rest is lost then? -
What if server reboots by schedule instead of unexpected shut down?
Assume that additional process for stopping influxd has not been taken care of.
(i.e. just $ sudo reboot now)
It confuses me that Influxdb has the characteristics of in-memory databases.
Thank you in advance.