Skip to content

Commit 1ebe0c4

Browse files
authored
Added media links
1 parent 2391a1b commit 1ebe0c4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,15 @@ Split your load data files so that the files are about equal size, between 1 MB
113113
Amazon Redshift determines how many concurrent queries and how much memory is allocated to each dispatched query.
114114

115115
- :book: [Implementing workload management](https://docs.aws.amazon.com/redshift/latest/dg/cm-c-implementing-workload-management.html)
116+
- :video_camera: [Managing Concurrent Workloads with Amazon Redshift](https://www.youtube.com/watch?v=TsHyT-BrSOI)
116117

117118
#### :yellow_circle: Enable concurrency scaling
118119

119120
Dynamically adds concurrent clusters improving read query concurrency.
120121

121122
- :book: [Working with concurrency scaling](https://docs.aws.amazon.com/redshift/latest/dg/concurrency-scaling.html)
122123
- :book: [Concurrency Scaling pricing](https://aws.amazon.com/redshift/pricing/#Concurrency_Scaling_pricing)
124+
- :video_camera: [Amazon Redshift Concurrency Scaling](https://youtu.be/-2yQsI9xJKQ)
123125

124126
#### :yellow_circle: :new: Use AZ64 column compression encoding
125127

@@ -133,6 +135,7 @@ Consider using Redshift's proprietary new column encoding algorithm AZ64.
133135

134136
- :book: [STL_ALERT_EVENT_LOG](https://docs.aws.amazon.com/redshift/latest/dg/r_STL_ALERT_EVENT_LOG.html)
135137
- :book: [Evaluating the query plan](https://docs.aws.amazon.com/redshift/latest/dg/c_data_redistribution.html)
138+
- :video_camera: [Query Monitoring with Amazon Redshift](https://www.youtube.com/watch?v=Wdvb5iYVnLg)
136139

137140
#### :green_circle: Disable automatic compression
138141

@@ -284,15 +287,16 @@ The default retention period of 1 day can catch organisations out in case of dis
284287
Consider using Redshift's new RA3 nodes with a mix of local cache and S3 backed elastic storage if compute requirements exceed dense compute or dense storage node levels.
285288

286289
- :book: [Amazon Redshift introduces RA3 nodes with managed storage enabling independent compute and storage scaling](https://aws.amazon.com/about-aws/whats-new/2019/12/amazon-redshift-announces-ra3-nodes-managed-storage/)
290+
- :video_camera: [AWS re:Invent 2019: [NEW LAUNCH!] Amazon Redshift reimagined: RA3 and AQUA (ANT230)](https://www.youtube.com/watch?v=6pZrE_tveLI)
287291

288292
#### :green_circle: Use Redshift Spectrum
289293

290294
Consider using Redshift Spectrum to allow users to query data straight from S3 using their Redshift cluster. This can be used in replacement of a staging schema whereby your staged data lives within your data lake and is read into Redshift via Spectrum.
291295

292296
- :book: [Getting started with Amazon Redshift Spectrum](https://docs.aws.amazon.com/redshift/latest/dg/c-getting-started-using-spectrum.html)
293297
- :book: [Why you’re better off exporting your data to Redshift Spectrum, instead of Redshift](https://mixpanel.com/blog/why-youre-better-off-exporting-your-data-to-redshift-spectrum-instead-of-redshift/)
294-
- :book: [Redshift Spectrum pricing
295-
](https://aws.amazon.com/redshift/pricing/#Redshift_Spectrum_pricing)
298+
- :book: [Redshift Spectrum pricing](https://aws.amazon.com/redshift/pricing/#Redshift_Spectrum_pricing)
299+
- :video_camera: [Cost and usage controls for Amazon Redshift](https://www.youtube.com/watch?v=CYVBHA_9_zM)
296300

297301
#### :green_circle: :new: Pause and resume clusters
298302

0 commit comments

Comments
 (0)