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.

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