Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c55d52fbf4afc

Jump to content

Talk:Amazon Redshift

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia

Wiki Education Foundation-supported course assignment

[edit]

This article was the subject of a Wiki Education Foundation-supported course assignment, between 25 August 2020 and 10 December 2020. Further details are available on the course page. Student editor(s): JSchrum1. Peer reviewers: Hbaranowski, Sxl79, Rfr5240.

Above undated message substituted from Template:Dashboard.wikiedu.org assignment by PrimeBOT (talk) 17:11, 17 January 2022 (UTC)Reply

data warehouse?

[edit]

It would be nice if this article could say more about Redshift's scaling strategies. Is it a relatively straightforward Postgres fork that handles Postgres-sized workloads? Somehow I had thought that it was petabyte but used SQL, so

   SELECT SUM(foo) ORDER BY baz ASC GROUP BY whatever; 

could be spun off into map-reduce jobs on 100s of machines processing billions of records, etc. Google F1 is something like that and I thought Redshift was similar. 50.0.136.56 (talk) 05:22, 8 April 2017 (UTC)Reply

Adding sources below: [1] [2] JSchrum1 (talk) 05:28, 21 September 2020 (UTC)Reply

Adding the following paragraph to help answer question on how SQL commands are sped up: Redshift uses parallel-processing and compression to decrease command execution time. This allows Redshift to perform operations on billions of rows at once. This also makes Redshift useful for storing and analyzing large quantities of data from logs or live feeds through a source such as Amazon Kinesis Data Firehose. -JSchrum1 (talk) 21:31, 1 October 2020 (UTC)Reply

References