Steps- I have almost 5million records in S3 bucket. I have created 2 source connection as I wanted 2 physical datasets on same data, one with reflection and one without. Now I’m running same query on the datasets. My expectations was to get to faster result on the dataset which had reflections, but surprisingly both of them took same amount of time. Can you tell me what I’m doing wrong?
Also, I am running docker image on EC2 instance to access dremio.
@ankitaKamat As @unni rightly pointed out, we need to see where the time was spent, there could be scenarios when the reflected queries are as performant as the non-reflected ones. If we look at the profile we can understand why