MOUNT | COPY | |
---|---|---|
Best For | Writing task outputs (eg. checkpoints, logs), reading very large data that won’t fit on disk. | High performance read-only access to datasets that fit on disk. |
Performance | Slow to read/write files. Fast to provision. | Fast file access. Slow at initial provisioning. |
Writing to buckets | Most write operations are supported. | Not supported, read-only. |
Disk Size | No disk size requirements. | Disk size must be greater than the size of the bucket. |