English 中文(简体)
整个红色班组复制数据的方法比较
原标题:Method comparison for copying data across Redshift clusters

Currently working on copying schema and data across Redshift clusters.

我发现两种不同的有希望的方法,很想知道建议采用哪种方法/每条缺陷(如果我发现有的话):

  1. Use UNLOAD/COPY methods to unload data into S3 and then copy the data into a different Redshift cluster. This seems to be the most common method, although from what I can find this only works for tables, so would have to also copy over my schema into the new Redshift cluster and loop through the tables for this to work. This is a little more involved but seems to be more free-form and customizable to my needs.
  2. Using Redshift datasharing to share data between clusters and apply whatever obfuscation is necessary to the data using dynamic data masking. This has some major benefits in my eyes, namely (1) the data shared between clusters is always up to date and (2) it can all be handled within the AWS console. The main drawback I see is that I will have to upgrade clusters which will decently increase my costs. Any other drawbacks I am missing? (Side question: does anyone have experience using this method/pairing Redshift datasharing with dynamic data masking? Can t find anything online about anyone s experiences pairing the two.)

A top priority for me is that this is an easily reproducible method that can be used to copy data/schema whenever I need it. Thanks for any feedback/suggestions!

问题回答

利用AWS DMS。 它解决了chem鱼港口问题,如果你能获得足够的数据,则有办法将港口混为一谈。





相关问题
Mount windows shared drive to MWAA in bootscript

In MWAA startup script sudo yum install samba-client cifs-utils -y sudo mount.cifs //dev/test/drop /mnt/dev/test-o username=testuser,password= pwd ,domain=XX Executing above commonds giving error - ...

How to get Amazon Seller Central orders programmatically?

We have been manually been keying Amazon orders into our system and would like to automate it. However, I can t seem to figure out how to go about it. Their documentation is barely there. There is: ...

Using a CDN like Amazon S3 to control access to media

I want to use Amazon S3/CloudFront to store flash files. These files must be private as they will be accessed by members. This will be done by storing each file with a link to Amazon using a mysql ...

unable to connect to database on AWS

actually I have my website build with Joomla hosted on hostmonster but all Joomla website need a database support to run this database is on AWS configuration files need to be updated for that I ...

Using EC2 Load Balancing with Existing Wordpress Blog

I currently have a virtual dedicated server through Media Temple that I use to run several high traffic Wordpress blogs. Both tend to receive sudden StumbleUpon traffic surges that (I m assuming) ...

SSL slowness in EC2

We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...

热门标签