(Sorry, I accidentally posted this in the wrong category just now)
We’ve got a Dremio v17 system in production, which is giving us query results in generally under a second. We’re trying to deploy a v20.1 to take over from it, but the query results are taking roughly an order of magnitude longer (10-20s).
Following the instructions, we have
executor.cache.path.db: "/opt/dremio/data/cloudcache"
executor.cache.path.fs: ["/opt/dremio/data/cloudcache"]
set on both v17 and v20.1. However, the instructions also mention a reflection.cloud.cache.enabled
setting in the debug
section. So far, we haven’t been able to write a valid config that involves this setting – the worker doesn’t come up properly.
Our conclusion is that either that option isn’t needed (which it doesn’t seem to be on v17), and the caching isn’t working on v20.1, or that the option is needed in some other form on v20.1, and the instructions are incorrect.
Can anyone suggest why we’re seeing these much slower queries in v20.1? Have we configured the caching correctly? If so, why is the caching not working; if not, what configuration are we missing?