I have created a VDS with reflection.
while running a select on VDS its scanning all the available reflections and then using the suitable reflection for accelerating the query.
This scanning is causing the slowness to query as there are many reflections is available is system.
Can you please suggest a way where we can point to a single reflection and avoid scanning all the reflections?
@KS295 Starting Dremio 4.8, default reflections should help address this, for a reflection to be qualified as a default reflection it needs to be
On a VDS
A raw reflection
All columns of the VDS has to be selected
The job should be a query
Is the reflection that is getting used a raw or an agg reflection? Also how many columns are there? Can we also get a profile where there are many reflections considered