Open Cpaulyz opened 2 months ago
I guess the following upstream needs to be closed first: https://github.com/apache/arrow-rs/issues/6285
Just to confirm, this won't allow parallel writing (for example, writing 100 partitions at once), but will remove the dependency on DynamoDB as locking mechanism, right?
Just to confirm, this won't allow parallel writing (for example, writing 100 partitions at once), but will remove the dependency on DynamoDB as locking mechanism, right?
Yes. I think so.
If you're up for doing some experimentation (on non-production workloads), I believe that our conditional put support will "just work" for S3.
Description
Hi, I noticed that Amazon S3 supports condition write now (https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/). Is it possible to utilize this feature to replace dynamodb-lock to support concurrent write natively?