I’ve noticed that one of my reflections showed me this message during the refresh/execution. Could somebody tell me what is this message about?
1 Like
When a query does not fit on memory, Dremio spills the data to the disk (specifically on the paths.local.spilling
directory) of the executor nodes. Then it uses pagination to fulfill the statement. More on this here
1 Like
@Paulo_Vasconcellos, @allan.sene is correct, this is the icon for spilling to disk
2 Likes
Great! Thanks man
1 Like