-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 Export to S3 feature #8789
Labels
Milestone
Comments
avikivity
pushed a commit
that referenced
this issue
Jun 3, 2021
In the last year, four new features were added to DynamoDB which we don't yet support - Kinesis Streams, PartiQL, Contributor Insights and Export to S3. Let's document them as missing Alternator features, and point to the four newly-created issues about these features. Refs #8786 Refs #8787 Refs #8788 Refs #8789 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210603125825.1179171-1-nyh@scylladb.com>
nyh
added a commit
that referenced
this issue
Jun 3, 2021
In the last year, four new features were added to DynamoDB which we don't yet support - Kinesis Streams, PartiQL, Contributor Insights and Export to S3. Let's document them as missing Alternator features, and point to the four newly-created issues about these features. Refs #8786 Refs #8787 Refs #8788 Refs #8789 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210603125825.1179171-1-nyh@scylladb.com>
avikivity
pushed a commit
that referenced
this issue
Jun 6, 2021
In the last year, four new features were added to DynamoDB which we don't yet support - Kinesis Streams, PartiQL, Contributor Insights and Export to S3. Let's document them as missing Alternator features, and point to the four newly-created issues about these features. Refs #8786 Refs #8787 Refs #8788 Refs #8789 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210603125825.1179171-1-nyh@scylladb.com>
avikivity
pushed a commit
that referenced
this issue
Jun 6, 2021
In the last year, four new features were added to DynamoDB which we don't yet support - Kinesis Streams, PartiQL, Contributor Insights and Export to S3. Let's document them as missing Alternator features, and point to the four newly-created issues about these features. Refs #8786 Refs #8787 Refs #8788 Refs #8789 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210603125825.1179171-1-nyh@scylladb.com>
lauranovich
pushed a commit
to lauranovich/scylla
that referenced
this issue
Jul 29, 2021
In the last year, four new features were added to DynamoDB which we don't yet support - Kinesis Streams, PartiQL, Contributor Insights and Export to S3. Let's document them as missing Alternator features, and point to the four newly-created issues about these features. Refs scylladb#8786 Refs scylladb#8787 Refs scylladb#8788 Refs scylladb#8789 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210603125825.1179171-1-nyh@scylladb.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As announced in November 2020, DynamoDB recently got new operations -
DescribeExport
,ExportTableToPointInTime
,ListExports
- for exporting an entire table to S3.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.
The text was updated successfully, but these errors were encountered: