Restrict cold nodes queries

If you don't want to search the cold data, make sure it has a timestamp field and then exclude the data you don't want with a range query on its timestamp.

Rollups are a good idea too, if you're only wanting to search rolled-up data.

1 Like