An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
https://github.com/delta-io/delta/pull/1210 allows S3SingleDriverLogStore to use the startAfter param for faster list logStore calls. This feature only works on S3A file systems.
The feature: We should update the S3DynamoDBLogStore to use this feature, too.
Motivation
We want to bring the same list performance improvements made in #1210 for single-driver writes to our multi-cluster writer.
Feature request
Overview
https://github.com/delta-io/delta/pull/1210 allows
S3SingleDriverLogStore
to use thestartAfter
param for fasterlist
logStore calls. This feature only works onS3A
file systems.The feature: We should update the S3DynamoDBLogStore to use this feature, too.
Motivation
We want to bring the same
list
performance improvements made in #1210 for single-driver writes to our multi-cluster writer.