Suppose you have a Drill associated with two separate databases, and you run a query in which you pull a huge amount of data from each, and then make a connection.
How does Drill handle this without throwing errors from memory? This assumes that the data you request exceeds the amount of memory available for using Drill.
Trant source
share