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.

已提問 1 年前檢視次數 559 次
1 個回答
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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南