@John Kowtko when i say older data, i mean it is still in retention, hence available on historical. but i want to ran long running query against this data without affecting the live traffic. as these queries are slow, it held up the historical processing threads which affects my live queries on this node, and we start getting time out errors, to avoid this i was wondering if at all i can run the query piece of code in a way where i can give it list of segments along with query to execute, so i can even ran it completely outside the druid cluster.
does it make sense to you ?