In a usecase where the most recent data is queried the most (e.g. at most 1 month old) while old data still queried occasionally, is it possible to primarily keep the old data on those certain “archiving” nodes while the new chunks to be inserted only on other, newer nodes?
I was thinking this could be cleaner not to look at those old nodes if we look at recent data and also to not have to add more space to old nodes if the data keeps growing.
Also what happens if a particular node runs out of memory, will TimescaleDB automatically use nodes that have enough hard drive memory and stop writing new chunks to the full nodes?