Hi @Michael_Azer,

I need to compare explian(executionStats) from each type of query to understand the query pattern and why its slower or faster.

The COLLSCAN algorithm is pretty optimized and if for your calculations you need to scan a large portion of the collection its not surprising that COLLSCAN is better.

I always say that COLLSCANS are not a bad thing they just not advised if you can filter better using an Index.

Best regards,
Pavel