Timeout Exception on Preview

Guys,

I’m getting a Timeout Exception error when doing a Preview of a VDS. But this error do not occur when I perform a Run.

Do you know what is going on?

Notice that the “Run” (job above) completed normally.
Preview Job Profile: 97f7abab-c564-4d90-8e6b-27a6a8b124a6.zip (18.1 KB)

@allan.sene, is your RocksDB very large? This is likely a symptom of a known issue where Dremio takes a long time to access those system tables (which are basically a sources on the coordinator node). We are currently trying to address this through code changes.

Try building a reflection on each of those tables to see if you can accelerate the query that way (if you can create the reflections, then Dremio will not have to go to RocksDB for the dataset)