Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Redshift Introduction
Search
elprup
March 27, 2014
Technology
0
93
Redshift Introduction
Brief intro for amazon redshift service
elprup
March 27, 2014
Tweet
Share
More Decks by elprup
See All by elprup
Python Logging Tutorial
elprup
1
65
Other Decks in Technology
See All in Technology
The Role of Developer Relations in AI Product Success.
giftojabu1
1
150
個人でもIAM Identity Centerを使おう!(アクセス管理編)
ryder472
4
240
Shopifyアプリ開発における Shopifyの機能活用
sonatard
4
260
生成AIが変えるデータ分析の全体像
ishikawa_satoru
0
170
ドメインの本質を掴む / Get the essence of the domain
sinsoku
2
160
適材適所の技術選定 〜GraphQL・REST API・tRPC〜 / Optimal Technology Selection
kakehashi
1
710
Security-JAWS【第35回】勉強会クラウドにおけるマルウェアやコンテンツ改ざんへの対策
4su_para
0
190
AGIについてChatGPTに聞いてみた
blueb
0
130
AI前提のサービス運用ってなんだろう?
ryuichi1208
8
1.4k
The Rise of LLMOps
asei
9
1.8k
DynamoDB でスロットリングが発生したとき_大盛りver/when_throttling_occurs_in_dynamodb_long
emiki
1
450
OCI Vault 概要
oracle4engineer
PRO
0
9.7k
Featured
See All Featured
Designing on Purpose - Digital PM Summit 2013
jponch
115
7k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Agile that works and the tools we love
rasmusluckow
327
21k
Building Your Own Lightsaber
phodgson
103
6.1k
Thoughts on Productivity
jonyablonski
67
4.3k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
How to Think Like a Performance Engineer
csswizardry
20
1.1k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
130
Six Lessons from altMBA
skipperchong
27
3.5k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
RailsConf 2023
tenderlove
29
900
Transcript
Redshift introduction A distributed data ware house
Agenda • What is the problem • How to solve
it by Redshift • Compared to other technologies
Data, more data
Data, more data
Data, more data • User information • User blog articles
• User visit log User_id Gender Age 1000 Female 18 User_id Article_id Contents Alice Female Hello,world User_id URL Time 1000 http://baidu.com 2014-03-01 01:00
How to use data? • NoSQL • RDBMS • Hive
• Redshift
Data warehouse concepts • Dimensions and metrics
Data warehouse concepts
Redshift • An Amazon Redshift data warehouse is an enterprise-class
relational database query and management system.
Redshift Targets • Interactive • Volume • Variety • Security
Architecture • Postgres console • Query process
Architecture
Storage(Reduce I/O) • Column • Compression • Block size •
Sort key
Computer(MPP) • Parallel unit: Slice • Distributed key • Join
optimize
Performance • https://amplab.cs.berkeley.edu/benchmark/
Management • Scalable • Create/Clone Cluster
Security • Backup: Snapshot • User auth • User quota:
Workload management
Compared to Hadoop Hive • Speed • Volume • Flexible
• Operation
Question?