Data copy from AWS keyspace in one account to other

0

Is there a solution to copy keyspace data from one AWS account to keyspace in another AWS account? Table schema remains same.

gefragt vor einem Jahr559 Aufrufe
1 Antwort
0

Hi

As of this time (12/05/23) AWS Keyspaces does not support native replication across accounts, this may change in the near future so be sure to keep an eye on the aws whats new blog below [1]. At the moment you will need to use either cqlsh COPY TO or dsbulk unload. Other options include using ETL tools such as Spark connector [2]. AWS does not provide specific tutorial for moving data out the tables but it is compatible with cqlsh and dsbulk commands for dumping data so you can follow same methodology for migration but backwards [3].

[1] https://aws.amazon.com/new/

[2] https://docs.aws.amazon.com/keyspaces/latest/devguide/spark-integrating.html

[3] https://docs.aws.amazon.com/keyspaces/latest/devguide/migrating.html

odwa_y
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen