Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternator: support new S3 Import feature #11739

Open
nyh opened this issue Oct 6, 2022 · 0 comments
Open

Alternator: support new S3 Import feature #11739

nyh opened this issue Oct 6, 2022 · 0 comments
Labels
area/alternator Alternator related Issues enhancement
Milestone

Comments

@nyh
Copy link
Contributor

nyh commented Oct 6, 2022

As announced in August 2022, DynamoDB recently got new operations for filling a new table from content stored on S3: ImportTable, DescribeImport, and ListImports.

For more information see:

Note that DynamoDB also has the opposite feature, "Export to S3", announced two years earlier - see #8789.

Although users can do the same thing in their own code, apparently DynamoDB users welcomed the convenience of the database doing this for them. This is similar to how TTL support was added to DynamoDB after users have been doing the same thing with external processes.

@nyh nyh added enhancement area/alternator Alternator related Issues labels Oct 6, 2022
nyh added a commit to nyh/scylla that referenced this issue Oct 6, 2022
In August 2022, DynamoDB added a "S3 Import" feature, which we don't yet
support - so let's document this missing feature in the compatibility
document.

Refs scylladb#11739.

Signed-off-by: Nadav Har'El <nyh@scylladb.com>
avikivity pushed a commit that referenced this issue Oct 6, 2022
In August 2022, DynamoDB added a "S3 Import" feature, which we don't yet
support - so let's document this missing feature in the compatibility
document.

Refs #11739.

Signed-off-by: Nadav Har'El <nyh@scylladb.com>

Closes #11740
@DoronArazii DoronArazii added this to the 5.x milestone Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/alternator Alternator related Issues enhancement
Projects
None yet
Development

No branches or pull requests

2 participants