Another question, is there a way that we can speci...
# general
a
Another question, is there a way that we can specify not to create IncrementalIndex during the ingestion since we know that we don't need realtime query support for those intervals. Basically we load yesterday's data via
index_parallel
ingestion and queries on those interval will happen day after ingestion. Data on day 1 Will be queried on Day 3. I am getting heap issues on peon because of this.