What are best instance types to use Delta Lake on AWS, Azure and GCP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 10:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 04:34 PM
Delta cache accelerated instance types (storage optimized, NVMe SSD) has delta cache enabled and configured by default . This includes Ls and Lsv2 in Azure and I3 in AWS. These instance types would be recommended for workloads where you'd be reading delta lake tables repeatedly as it'd accelerate data reads
In AWS c5d, r5d, and z1d series workers could be configured to use delta cache, though it is not enabled by default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 04:47 PM
Depending on your queries, if you're looking for Delta Cache Optimized instances, here's the list per provider:
- AWS: i3.* (i.e. i3.xlarge)
- Azure: Ls-types (i.e. L4sv2)
- GCP: n2-highmem-*

