MIgrating from self-managed Cassandra to Keyspaces
0
Running a Cassandra cluster on Kubernetes and is considering a move to Keyspaces.
It is unclear on how to export the data from the existing cluster and import it into Keyspaces?
Would they just use cqlsh COPY?
Topics
Tags
asked 2 years ago8 views
2 Answers
0
Accepted Answer
Yes, use cqlsh
:
https://aws.amazon.com/blogs/database/loading-data-into-amazon-mcs-with-cqlsh/
At the moment, doesn't look like Keyspaces is a supported target for DMS.
answered 2 years ago
0
Yes, but is not the only option.
- for small datasets or tables you can load data into Amazon Keyspaces using
cqlsh
. - for production workloads with large datasets, you can use the DataStax Bulk Loader for Apache Cassandra to load data into Amazon Keyspaces using the
dsbulk
command.
answered 2 months ago
Relevant questions
Using DMS and SCT for extracting/migrating data from Cassandra to S3
asked 5 days agoInstalling JDK on Amazon Elastic Beanstalk instances
asked 3 years agoMIgrating from self-managed Cassandra to Keyspaces
Accepted Answerasked 2 years agoCollecting Redis Metrics running on EC2 using CloudWatch
asked a month agoIssues in EKS is causing new EC2 instances to spin off
asked 3 years agoSupport CQL IN ?
asked a year agoContinues Replication between RDS MYsql to Keyspace Cassandra
Accepted Answerasked 2 months agoKeyspaces: Why do i get WriteThrottleEvents when there is plenty of write capacity available?
asked 4 months agoMigrate or dump DocumentDB data
asked 3 years agoInvalidQueryException: Frozen nested collections are not yet supported
Accepted Answerasked a year ago