Skip navigation links

Package org.apache.drill.exec.disk

Interface for Drill's interaction with the local disk to persist data temporarily during an operation.

See: Description

Package org.apache.drill.exec.disk Description

Interface for Drill's interaction with the local disk to persist data temporarily during an operation. This interface is used by blocking operators that support "spilling to disk". These operators can go beyond the limits of a single machine's memory when performing an operation like a sort on a large dataset.
Skip navigation links

Copyright © 1970 The Apache Software Foundation. All rights reserved.