1回答
- 新しい順
- 投票が多い順
- コメントが多い順
1
Hi,
It would be possible to query and let's say join data from the redshift cluster and S3. Redshift Spectrum tables allow you to query the data in S3. Querying using Redshift Spectrum.
Pros
- Querying the data in place can be cost saving. The more infrequently accessed and larger is your data set is in S3 the more cost efficient is the choice to use Spectrum.
- Flexibility. Querying the data in place, also means that data in S3 can easily accessible for other applications such as ML or Big Data processing with EMR without the need to integrate with a DW, leaving DW to do what is supposed to do aka reports.
Cons
- Less predictable costs because Spectrum queries cost over and above the Redshift cluster - currently at $5 per TB scanned
- Spectrum might be slower than other solutions e.g. Athena or Redshift
Hope that helps!
関連するコンテンツ
- AWS公式更新しました 2年前
- AWS公式更新しました 1ヶ月前
- AWS公式更新しました 1ヶ月前
- AWS公式更新しました 2年前