Is it possible to keep old hypertable chunks on old nodes while writing new chunks to only newer nodes?

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?

1 Like

Hi,
dmitry from Timescale Team Tell me how to control
the data to be saved to the new node .
Please refer to

There are two experimental functions that can solve.
( block_new_chunks and allow_new_chunks )