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.

feita há um ano559 visualizações
1 Resposta
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
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas