Weixiang Sun
05/04/2022, 4:04 AMMayank
where col = xxx in most queries and that prunes out a lot of data from being selected. I take it that you will have time range in your query like where time between t1 and t2? If so, range index might be better fit for that. Also, there is time related metadata that is used for pruning data during query execution.