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
96
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
71
Other Decks in Technology
See All in Technology
Digitization部 紹介資料
sansan33
PRO
1
4.2k
(新URLに移行しました)FASTと向き合うことで見えた、大規模アジャイルの難しさと楽しさ
wooootack
0
620
「どこにある?」の解決。生成AI(RAG)で効率化するガバメントクラウド運用
toru_kubota
2
280
Kotlinで学ぶ 代数的データ型
ysknsid25
5
1k
基調講演: 生成AIを活用したアプリケーションの開発手法とは?
asei
1
120
「規約、知識、オペレーション」から考える中規模以上の開発組織のCursorルールの 考え方・育て方 / Cursor Rules for Coding Styles, Domain Knowledges and Operations
yuitosato
5
1.2k
開発フェーズだけではない AI導入はどのように進めていくべきか / How should we proceed with AI adoption beyond the development stage?
i35_267
2
140
Test Smarter, Not Harder: Achieving Confidence in Complex Distributed Systems
eliasnogueira
1
150
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
12k
「伝える」を加速させるCursor術
naomix
0
590
Text-to-SQLの評価データセットを作って最新LLMモデルの性能評価をしてみた
gotalab555
3
760
Data Hubグループ 紹介資料
sansan33
PRO
0
1.8k
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.6k
We Have a Design System, Now What?
morganepeng
52
7.6k
RailsConf 2023
tenderlove
30
1.1k
Building Applications with DynamoDB
mza
95
6.4k
Site-Speed That Sticks
csswizardry
10
620
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
BBQ
matthewcrist
89
9.7k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Visualization
eitanlees
146
16k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Stop Working from a Prison Cell
hatefulcrawdad
269
20k
4 Signs Your Business is Dying
shpigford
183
22k
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?