Hello, everyone! I’ve already read the Dremio documentation about the main features such as Reflections, Cloud Cache, Apache Arrow and the Dynamic engines that can auto-start and auto-stop.
I’m using the AWS Edition.
When I create a reflection, it gets stored in the distributed storage, such as S3. My questions are:
- Do they get stored in the distributed storage wether they have Arrow caching or not?
- When I have a computing engine turned on, does it download the reflection/cache to the local NVME SSD to use? (I believe this is the cloud caching)
- When this same computing engine goes offline to save money, it loses the local cache because the NVME SSD is temporary?
- If yes, when it automatically turns on again, does it have to download the cache again in order to serve the query?
I’d like to know if you have any documentation, if I missed anything, or if you can give me more details about how Dremio makes use of these technologies in practice.
Thanks in advance for your attention.