SlideShare a Scribd company logo
Cassandra Performance and
    Scalability on AWS
           August 8th, 2012
           Adrian Cockcroft
      @adrianco #netflixcloud #cassandra12
   http://www.linkedin.com/in/adriancockcroft
Things we donโ€™t do
Things we do do. Run benchmarks.
              Now.
YOLO
Screenshots from Live Demo

 Backup slides from pre-runs of the
 demo with some updates to show
     what actually happened
Asgard
cass_perf apps, with no instances running
Jenkins
Jenkins perf_test jobs
Jmeter Setup
Build parameters
Jmeter Setup
Build parameters
Jmeter Setup
Build parameters
Asgard
Iinitial set of cass instances up and running
Back to Presentation

While the load gets goingโ€ฆ.
Cassandra Performance and Scalability on AWS
Scalability from 48 to 288 nodes on AWS
 http://techblog.netflix.com/2011/11/benchmarking-cassandra-scalability-on.html


              Client Writes/s by node count โ€“ Replication Factor = 3
1200000
                                                                    1099837
1000000

 800000
                                                         Used 288 of m1.xlarge
 600000                                                  4 CPU, 15 GB RAM, 8 ECU
                                          537172         Cassandra 0.86
 400000                                                  Benchmark config only
                                366828                   existed for about 1hr
 200000               174373

      0
          0         50         100       150       200   250       300        350
Blah Blah                           Blah

 (Iโ€™m skipping all the cloud intro etc. Netflix
 runs in the cloud, if you hadnโ€™t figured that
 out already you arenโ€™t paying attention and
    should go read slideshare.net/netflix)
โ€œSome people skate to the puck,
I skate to where the puck is going to beโ€
             Wayne Gretzky
Cassandra on AWS
The Past                     The Future
โ€ข Instance: m2.4xlarge       โ€ข Instance: hi1.4xlarge
โ€ข Storage: 2 drives, 1.7TB   โ€ข Storage: 2 SSD volumes, 2TB
โ€ข CPU: 8 Cores, 26 ECU       โ€ข CPU: 8 HT cores, 35 ECU
โ€ข RAM: 68GB                  โ€ข RAM: 64GB
โ€ข Network: 1Gbit             โ€ข Network: 10Gbit
โ€ข IOPS: ~500                 โ€ข IOPS: ~100,000
โ€ข Throughput: ~100Mbyte/s    โ€ข Throughput: ~1Gbyte/s
โ€ข Cost: $1.80/hr             โ€ข Cost: $3.10/hr
Cassandra Disk vs. SSD Benchmark
     Same Throughput, Lower Latency, Half Cost
Live Demo Workload
โ€ข Jenkins automation
   โ€“ Jmeter load driver
   โ€“ Asgard provisioning
   โ€“ Priam instance management
โ€ข Traffic
   โ€“ Reading/writing whole 100 column rows
   โ€“ Randomly selected from 25M row keys
   โ€“ Run for 10minutes, then double ring size
The Netflix Streaming Service
Major Front End Services
โ€ข Non-member Web Site www.netflix.com
    โ€“ Marketing driven, sign up flow, SOX/PCI scope

โ€ข Member Web Site movies.netflix.com
    โ€“ Personalization driven

โ€ข CDNs for delivering bulk video/audio
    โ€“ Netflix CDN: openconnect.netflix.com

โ€ข API for external and device user interfaces
    โ€“ Mostly private APIs, public API docs at developer.netflix.com

โ€ข API for controlling video playback
    โ€“ DRM, QoS management, Bookmarks
Netflix Deployed on AWS
 2009          2009           2010          2010        2010            2011

Content        Logs           Play          WWW          API              CS
  Content          S3                                                   International
                                 DRM         Sign-Up     Metadata
 Management     Terabytes                                                 CS lookup


    EC2                                                                 Diagnostics &
                  EMR         CDN routing     Search    Device Config
  Encoding                                                                 Actions


     S3                                       Movie      TV Movie       Customer Call
                Hive & Pig    Bookmarks
  Petabytes                                  Choosing    Choosing            Log


                Business                                   Social
                                Logging      Ratings                    CS Analytics
               Intelligence                              Facebook
  CDNs
   ISPs
 Terabits
Customers
Cassandra Instance Architecture

Linux Base AMI (CentOS)
     Priam
   Cassandra
   Manager
      Token
                    Java7
Management, Bac
kups, Autoscaling
 Tomcat/Java7       AppDynamics


 Monitoring
                      appagent
                     monitoring     Cassandra 1.09
 Log rotation
AppDynamics         GC and thread
machineagent        dump logging
     Etc.
Priam โ€“ Cassandra Automation
           Available at http://github.com/netflix

โ€ข   Netflix Platform Tomcat Code
โ€ข   Zero touch auto-configuration
โ€ข   State management for Cassandra JVM
โ€ข   Token allocation and assignment
โ€ข   Broken node auto-replacement
โ€ข   Full and incremental backup to S3
โ€ข   Restore sequencing from S3
โ€ข   Grow/Shrink Cassandra โ€œringโ€
Astyanax
               Available at http://github.com/netflix

โ€ข Features
  โ€“   Complete abstraction of connection pool from RPC protocol
  โ€“   Fluent Style API
  โ€“   Operation retry with backoff
  โ€“   Token aware
โ€ข Recipes
  โ€“   Distribute row lock (without zookeeper)
  โ€“   Multi-DC row lock
  โ€“   Uniqueness constraint
  โ€“   Multi-row uniqueness constraint
  โ€“   Large file storage
Scale Up

Return to live demo to watch new
      nodes coming online
Kiklos
                Clusters growing from 12 to 24
   in-service, bootstrapping, garbage-collecting, cass-down


โ€ข http://explorers.us-east-
  1.dyntest.netflix.net:7001/jr/cassandradashbo
  ard
Kiklos
             Clusters growing from 12 to 24
in-service, bootstrapping, garbage-collecting, cass-down
Asgard

Showed 24 nodes per cluster, but
    didnโ€™t get a screen shot
Back to Presentation

While jenkins/jmeter collects graphs
   and shuts down the systems
Cassandra on AWS

A highly available and durable
     deployment pattern
High Availability
โ€ข Cassandra stores 3 local copies, 1 per zone
  โ€“ Synchronous access, durable, highly available
  โ€“ Read/Write One fastest, use for fire and forget
  โ€“ Read/Write Quorum 2 of 3, use for read-after-write


โ€ข AWS Availability Zones
  โ€“ Separate buildings
  โ€“ Separate power etc.
  โ€“ Fairly close together
โ€œTraditionalโ€ Cassandra Write Data Flows
        Single Region, Multiple Availability Zone, Not Token Aware

                                         Cassandra
                                         โ€ขDisks
                                        2โ€ขZone A       2
                                             4 2
1. Client Writes to any   Cassandra 3                      3Cassandra   If a node goes
   Cassandra Node         โ€ขDisks5                           โ€ขDisks 5    offline, hinted handoff
2. Coordinator Node       โ€ขZone C            1              โ€ขZone B     completes the write
   replicates to nodes                                                  when the node comes
                                        Non Token
   and Zones                                                            back up.
3. Nodes return ack to                   Aware
   coordinator                           Clients                        Requests can choose to
4. Coordinator returns    Cassandra                         Cassandra   wait for one node, a
   ack to client          โ€ขDisks                            โ€ขDisks      quorum, or all nodes to
5. Data written to        โ€ขZone B                           โ€ขZone C     ack the write
   internal commit log                             3
   disk (no more than                    Cassandra                      SSTable disk writes and
   10 seconds later)                     โ€ขDisks    5                    compactions occur
                                         โ€ขZone A
                                                                        asynchronously
Astyanax - Cassandra Write Data Flows
          Single Region, Multiple Availability Zone, Token Aware

                                       Cassandra
                                       โ€ขDisks
                                       โ€ขZone A

1. Client Writes to      Cassandra 2                 2Cassandra   If a node goes
   nodes and Zones       โ€ขDisks3                      โ€ขDisks 3    offline, hinted handoff
2. Nodes return ack to   โ€ขZone C           1          โ€ขZone B     completes the write
   client                              Token                      when the node comes
3. Data written to                                                back up.
   internal commit log                 Aware
   disks (no more than                 Clients                    Requests can choose to
   10 seconds later)     Cassandra                    Cassandra   wait for one node, a
                         โ€ขDisks                       โ€ขDisks      quorum, or all nodes to
                         โ€ขZone B                      โ€ขZone C     ack the write
                                          2
                                       Cassandra                  SSTable disk writes and
                                       โ€ขDisks    3                compactions occur
                                       โ€ขZone A
                                                                  asynchronously
Data Flows for Multi-Region Writes
          Token Aware, Consistency Level = Local Quorum

1. Client writes to local replicas                   If a node or region goes offline, hinted handoff
2. Local write acks returned to                      completes the write when the node comes back up.
   Client which continues when                       Nightly global compare and repair jobs ensure
   2 of 3 local nodes are                            everything stays consistent.
   committed
3. Local coordinator writes to
   remote coordinator.                                                       100+ms latency
                                                      Cassandra                                       Cassandra
4. When data arrives, remote                          โ€ข Disks
                                                      โ€ข Zone A
                                                                                                      โ€ข Disks
                                                                                                      โ€ข Zone A

   coordinator node acks and         Cassandra   2                2
                                                                  Cassandra              Cassandra                4Cassandra
                                          6
                                     โ€ข Disks                      โ€ข Disks 6 3           5โ€ข Disks6                 4 Disks6
   copies to other remote zones      โ€ข Zone C
                                                           1
                                                                  โ€ข Zone B               โ€ข Zone C
                                                                                                                   โ€ข
                                                                                                                   โ€ข Zone B

                                                                                                                        4
5. Remote nodes ack to local                           US                                              EU
   coordinator                                       Clients                                         Clients
                                     Cassandra                        2
                                                                  Cassandra              Cassandra                 Cassandra
6. Data flushed to internal          โ€ข Disks
                                     โ€ข Zone B
                                                                  โ€ข Disks
                                                                  โ€ข Zone C
                                                                          6              โ€ข Disks
                                                                                         โ€ข Zone B
                                                                                                                   โ€ข Disks
                                                                                                                   โ€ข Zone C

   commit log disks (no more                          Cassandra                                              5
                                                                                                     6Cassandra
                                                      โ€ข Disks
   than 10 seconds later)                             โ€ข Zone A
                                                                                                      โ€ข Disks
                                                                                                      โ€ข Zone A
Extending to Multi-Region
        Added production UK/Ireland support with no downtime
       Minimize impact on original cluster using bulk backup move

1.   Create cluster in EU                     Take a Boeing 737 on a domestic flight, upgrade it to a
                                              747 by adding more engines, fuel and bigger wings
2.   Backup US cluster to S3
                                              and fly it to Europe without landing it on the wayโ€ฆ
3.   Restore backup in EU
4.   Local repair EU cluster
5.   Global repair/join
                                               Cassandra
                                                                      100+ms latency          Cassandra   1
                                               โ€ข Disks                                        โ€ข Disks
                                               โ€ข Zone A                                       โ€ข Zone A


                               Cassandra                   Cassandra              Cassandra               Cassandra
                               โ€ข Disks                     โ€ข Disks                โ€ข Disks                 โ€ข Disks
                               โ€ข Zone C                    โ€ข Zone B               โ€ข Zone C                โ€ข Zone B


                                                US                         5                    EU
                                              Clients                                         Clients
                               Cassandra                   Cassandra              Cassandra               Cassandra
                               โ€ข Disks                     โ€ข Disks                โ€ข Disks                 โ€ข Disks
                               โ€ข Zone B                    โ€ข Zone C               โ€ข Zone B                โ€ข Zone C


                                               Cassandra                                      Cassandra
                                               โ€ข Disks                                        โ€ข Disks
                                               โ€ข Zone A
                                                                                         3    โ€ข Zone A
                                                                                                              4
                                          2
                                                  S3
Cassandra Backup
โ€ข Full Backup                                              Cassandra

                                           Cassandra                       Cassandra

  โ€“ Time based snapshot
  โ€“ SSTable compress -> S3     Cassandra                                               Cassandra




โ€ข Incremental                                                S3
                                                           Backup
                             Cassandra                                                   Cassandra

  โ€“ SSTable write triggers
    compressed copy to S3
                                    Cassandra                                    Cassandra


โ€ข Archive                                          Cassandra       Cassandra


  โ€“ Copy cross region
                                  A
ETL for Cassandra
โ€ข   Data is de-normalized over many clusters!
โ€ข   Too many to restore from backups for ETL
โ€ข   Solution โ€“ read backup files using Hadoop
โ€ข   Aegisthus
    โ€“ http://techblog.netflix.com/2012/02/aegisthus-bulk-data-pipeline-out-of.html

    โ€“ High throughput raw SSTable processing
    โ€“ Re-normalizes many clusters to a consistent view
    โ€“ Extract, Transform, then Load into Teradata
Netflix Open Source Strategy
โ€ข Release PaaS Components git-by-git
  โ€“ Source at github.com/netflix โ€“ we build from itโ€ฆ
  โ€“ Intros and techniques at techblog.netflix.com
  โ€“ Blog post or new code every few weeks


โ€ข Motivations
  โ€“ Give back to Apache licensed OSS community
  โ€“ Motivate, retain, hire top engineers
  โ€“ โ€œPeer pressureโ€ code cleanup, external contributions
Open Source Projects and Posts
     Legend
 Github / Techblog             Priam                  Exhibitor          Servo and Autoscaling
                       Cassandra as a Service   Zookeeper as a Service          Scripts
Apache Contributions
                             Astyanax                                            Honu
                                                       Curator
   Techblog Post        Cassandra client for                               Log4j streaming to
                                                 Zookeeper Patterns
                               Java                                             Hadoop
   Coming Soon
                                                      EVCache
                            CassJMeter                                       Circuit Breaker
                                                  Memcached as a
                        Cassandra test suite                             Robust service pattern
                                                     Service

                            Cassandra                                            Asgard
                                                  Eureka / Discovery
                         Multi-region EC2                                AutoScaleGroup based
                                                  Service Directory
                         datastore support                                   AWS console

                             Aegisthus                Archaius
                                                                             Chaos Monkey
                          Hadoop ETL for         Dynamics Properties
                                                                         Robustness verification
                            Cassandra                 Service
Chaos Monkey
http://techblog.netflix.com/2012/07/chaos-monkey-released-into-wild.html

โ€ข Computers (Datacenter or AWS) randomly die
   โ€“ Fact of life, but too infrequent to test resiliency
โ€ข Test to make sure systems are resilient
   โ€“ Allow any instance to fail without customer impact
โ€ข Chaos Monkey hours
   โ€“ Monday-Friday 9am-3pm random instance kill
โ€ข Application configuration option
   โ€“ Apps now have to opt-out from Chaos Monkey
Asgard
http://techblog.netflix.com/2012/06/asgard-web-based-cloud-management-and.html


โ€ข Replacement for AWS Console at Scale
    โ€“ Groovy/Grails/JVM based
    โ€“ Supports all AWS regions on a global basis
    โ€“ Specific to AWS feature set

โ€ข Hides the AWS credentials
    โ€“ Use AWS IAM to issue restricted keys for Asgard
    โ€“ Each Asgard instance manages one account
    โ€“ One install each for test, prod, audit accounts
Roadmap for 2012
โ€ข   More resiliency and improved availability
โ€ข   More automation, orchestration
โ€ข   โ€œHardeningโ€ the platform, code clean-up
โ€ข   Lower latency for web services and devices
โ€ข   IPv6 โ€“ running now, see techblog for details
โ€ข   More open sourced components
โ€ข   Las Vegas in November - AWS Re:Invent
Back to Live Demo
Disclaimers
โ€ข We didnโ€™t have time to tune the demo
โ€ข These are the plots from the live demo run
โ€ข Runโ€™s need to be longer to get to steady state
โ€ข Data size only reached around 5GB per node
โ€ข Plenty of โ€œI wonder why it did thatโ€ remains
โ€ข Itโ€™s a fair comparison, but not the best absolute
  performance possible for this workload and
  configuration
โ€ข When you remove the IO bottleneck, the next
  few bottlenecks appearโ€ฆ
Activity during the talk 10:30-11:30
 Custom AppDynamics dashboard showing CPU and IOPS per node
Jmeter Plots
โ€ข Plots are the output of the Jenkins build

โ€ข Each instance has its own set of plots

โ€ข Each availability zone has its own summary plots

โ€ข One of the three zone summary plots is compared for
  each metric

โ€ข Plot collection is currently duplicated as we are
  transitioning from โ€œEpicโ€ to โ€œAtlasโ€
Jenkins
Collected results and graphs after job has completed
The past
m2.4xlarge



 Instances
 per zone




The future
hi1.4xlarge
The past
 m2.4xlarge

Transactions
per zone, same
as total client
transactions




 The future
 hi1.4xlarge
The past
m2.4xlarge




The future
hi1.4xlarge
The past
m2.4xlarge




Thousands of
Microseconds




The future
hi1.4xlarge
The past
m2.4xlarge




Microseconds




The future
hi1.4xlarge
The past
m2.4xlarge




The future
hi1.4xlarge
The past
m2.4xlarge




The future
hi1.4xlarge
Takeaway

  Netflix has built and deployed a scalable global platform based on
                           Cassandra and AWS.

Key components of the Netflix PaaS are being released as Open Source
          projects so you can build your own custom PaaS.

           If you like lots of SSDโ€™s come and work for usโ€ฆ.

                         http://github.com/Netflix
                        http://techblog.netflix.com
                        http://slideshare.net/Netflix

                 http://www.linkedin.com/in/adriancockcroft
                    @adrianco #netflixcloud #cassandra12
Ad

More Related Content

What's hot (20)

Azure virtual network
Azure virtual networkAzure virtual network
Azure virtual network
Lalit Rawat
ย 
AWS ํด๋ผ์šฐ๋“œ ์ดํ•ดํ•˜๊ธฐ-์‚ฌ๋ก€ ์ค‘์‹ฌ (์ •๋ฏผ์ •) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
AWS ํด๋ผ์šฐ๋“œ ์ดํ•ดํ•˜๊ธฐ-์‚ฌ๋ก€ ์ค‘์‹ฌ (์ •๋ฏผ์ •) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆAWS ํด๋ผ์šฐ๋“œ ์ดํ•ดํ•˜๊ธฐ-์‚ฌ๋ก€ ์ค‘์‹ฌ (์ •๋ฏผ์ •) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
AWS ํด๋ผ์šฐ๋“œ ์ดํ•ดํ•˜๊ธฐ-์‚ฌ๋ก€ ์ค‘์‹ฌ (์ •๋ฏผ์ •) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
Amazon Web Services Korea
ย 
AWS basics
AWS basicsAWS basics
AWS basics
mbaric
ย 
RedHat OpenStack Platform Overview
RedHat OpenStack Platform OverviewRedHat OpenStack Platform Overview
RedHat OpenStack Platform Overview
indevlab
ย 
Introduction to Apache Kafka
Introduction to Apache KafkaIntroduction to Apache Kafka
Introduction to Apache Kafka
Jeff Holoman
ย 
LogicMonitor: An Overview
LogicMonitor: An Overview LogicMonitor: An Overview
LogicMonitor: An Overview
James McCabe
ย 
AWS Cloud Watch
AWS Cloud WatchAWS Cloud Watch
AWS Cloud Watch
zekeLabs Technologies
ย 
The Cloud Native Journey
The Cloud Native JourneyThe Cloud Native Journey
The Cloud Native Journey
VMware Tanzu
ย 
[WhaTap DevOps Day] ์„ธ์…˜ 5 : ๊ธˆ์œต Public ํด๋ผ์šฐ๋“œ/ Devops ๊ตฌ์ถ• ์—ฌ์ •
[WhaTap DevOps Day] ์„ธ์…˜ 5 : ๊ธˆ์œต Public ํด๋ผ์šฐ๋“œ/ Devops ๊ตฌ์ถ• ์—ฌ์ •[WhaTap DevOps Day] ์„ธ์…˜ 5 : ๊ธˆ์œต Public ํด๋ผ์šฐ๋“œ/ Devops ๊ตฌ์ถ• ์—ฌ์ •
[WhaTap DevOps Day] ์„ธ์…˜ 5 : ๊ธˆ์œต Public ํด๋ผ์šฐ๋“œ/ Devops ๊ตฌ์ถ• ์—ฌ์ •
WhaTap Labs
ย 
Aws
AwsAws
Aws
mahes3231
ย 
eBay Architecture
eBay Architecture eBay Architecture
eBay Architecture
Tony Ng
ย 
Observability
ObservabilityObservability
Observability
Maganathin Veeraragaloo
ย 
AWS DMS๋ฅผ ํ†ตํ•œ ์˜ค๋ผํด DB ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ๋ฐฉ๋ฒ• - AWS Summit Seoul 2017
AWS DMS๋ฅผ ํ†ตํ•œ ์˜ค๋ผํด DB ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ๋ฐฉ๋ฒ• - AWS Summit Seoul 2017AWS DMS๋ฅผ ํ†ตํ•œ ์˜ค๋ผํด DB ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ๋ฐฉ๋ฒ• - AWS Summit Seoul 2017
AWS DMS๋ฅผ ํ†ตํ•œ ์˜ค๋ผํด DB ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ๋ฐฉ๋ฒ• - AWS Summit Seoul 2017
Amazon Web Services Korea
ย 
kafka
kafkakafka
kafka
Amikam Snir
ย 
Oracle DB๋ฅผ AWS๋กœ ์ด๊ด€ํ•˜๋Š” ๋ฐฉ๋ฒ•๋“ค - ์„œํ˜ธ์„ ํด๋ผ์šฐ๋“œ ์‚ฌ์—…๋ถ€/์ปจ์„คํŒ…ํŒ€ ์ด์‚ฌ, ์˜์šฐ๋””์ง€ํƒˆ :: AWS Summit Seoul 2021
Oracle DB๋ฅผ AWS๋กœ ์ด๊ด€ํ•˜๋Š” ๋ฐฉ๋ฒ•๋“ค - ์„œํ˜ธ์„ ํด๋ผ์šฐ๋“œ ์‚ฌ์—…๋ถ€/์ปจ์„คํŒ…ํŒ€ ์ด์‚ฌ, ์˜์šฐ๋””์ง€ํƒˆ :: AWS Summit Seoul 2021Oracle DB๋ฅผ AWS๋กœ ์ด๊ด€ํ•˜๋Š” ๋ฐฉ๋ฒ•๋“ค - ์„œํ˜ธ์„ ํด๋ผ์šฐ๋“œ ์‚ฌ์—…๋ถ€/์ปจ์„คํŒ…ํŒ€ ์ด์‚ฌ, ์˜์šฐ๋””์ง€ํƒˆ :: AWS Summit Seoul 2021
Oracle DB๋ฅผ AWS๋กœ ์ด๊ด€ํ•˜๋Š” ๋ฐฉ๋ฒ•๋“ค - ์„œํ˜ธ์„ ํด๋ผ์šฐ๋“œ ์‚ฌ์—…๋ถ€/์ปจ์„คํŒ…ํŒ€ ์ด์‚ฌ, ์˜์šฐ๋””์ง€ํƒˆ :: AWS Summit Seoul 2021
Amazon Web Services Korea
ย 
Cloud migration presentation
Cloud migration presentationCloud migration presentation
Cloud migration presentation
yeshlenchetty
ย 
Cloud computing
Cloud computingCloud computing
Cloud computing
Bilel BARHOUMI
ย 
Real-Life Use Cases & Architectures for Event Streaming with Apache Kafka
Real-Life Use Cases & Architectures for Event Streaming with Apache KafkaReal-Life Use Cases & Architectures for Event Streaming with Apache Kafka
Real-Life Use Cases & Architectures for Event Streaming with Apache Kafka
Kai Wรคhner
ย 
AWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive GuidanceAWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive Guidance
Tom Laszewski
ย 
Kafka Streams vs. KSQL for Stream Processing on top of Apache Kafka
Kafka Streams vs. KSQL for Stream Processing on top of Apache KafkaKafka Streams vs. KSQL for Stream Processing on top of Apache Kafka
Kafka Streams vs. KSQL for Stream Processing on top of Apache Kafka
Kai Wรคhner
ย 
Azure virtual network
Azure virtual networkAzure virtual network
Azure virtual network
Lalit Rawat
ย 
AWS ํด๋ผ์šฐ๋“œ ์ดํ•ดํ•˜๊ธฐ-์‚ฌ๋ก€ ์ค‘์‹ฌ (์ •๋ฏผ์ •) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
AWS ํด๋ผ์šฐ๋“œ ์ดํ•ดํ•˜๊ธฐ-์‚ฌ๋ก€ ์ค‘์‹ฌ (์ •๋ฏผ์ •) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆAWS ํด๋ผ์šฐ๋“œ ์ดํ•ดํ•˜๊ธฐ-์‚ฌ๋ก€ ์ค‘์‹ฌ (์ •๋ฏผ์ •) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
AWS ํด๋ผ์šฐ๋“œ ์ดํ•ดํ•˜๊ธฐ-์‚ฌ๋ก€ ์ค‘์‹ฌ (์ •๋ฏผ์ •) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
Amazon Web Services Korea
ย 
AWS basics
AWS basicsAWS basics
AWS basics
mbaric
ย 
RedHat OpenStack Platform Overview
RedHat OpenStack Platform OverviewRedHat OpenStack Platform Overview
RedHat OpenStack Platform Overview
indevlab
ย 
Introduction to Apache Kafka
Introduction to Apache KafkaIntroduction to Apache Kafka
Introduction to Apache Kafka
Jeff Holoman
ย 
LogicMonitor: An Overview
LogicMonitor: An Overview LogicMonitor: An Overview
LogicMonitor: An Overview
James McCabe
ย 
The Cloud Native Journey
The Cloud Native JourneyThe Cloud Native Journey
The Cloud Native Journey
VMware Tanzu
ย 
[WhaTap DevOps Day] ์„ธ์…˜ 5 : ๊ธˆ์œต Public ํด๋ผ์šฐ๋“œ/ Devops ๊ตฌ์ถ• ์—ฌ์ •
[WhaTap DevOps Day] ์„ธ์…˜ 5 : ๊ธˆ์œต Public ํด๋ผ์šฐ๋“œ/ Devops ๊ตฌ์ถ• ์—ฌ์ •[WhaTap DevOps Day] ์„ธ์…˜ 5 : ๊ธˆ์œต Public ํด๋ผ์šฐ๋“œ/ Devops ๊ตฌ์ถ• ์—ฌ์ •
[WhaTap DevOps Day] ์„ธ์…˜ 5 : ๊ธˆ์œต Public ํด๋ผ์šฐ๋“œ/ Devops ๊ตฌ์ถ• ์—ฌ์ •
WhaTap Labs
ย 
Aws
AwsAws
Aws
mahes3231
ย 
eBay Architecture
eBay Architecture eBay Architecture
eBay Architecture
Tony Ng
ย 
AWS DMS๋ฅผ ํ†ตํ•œ ์˜ค๋ผํด DB ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ๋ฐฉ๋ฒ• - AWS Summit Seoul 2017
AWS DMS๋ฅผ ํ†ตํ•œ ์˜ค๋ผํด DB ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ๋ฐฉ๋ฒ• - AWS Summit Seoul 2017AWS DMS๋ฅผ ํ†ตํ•œ ์˜ค๋ผํด DB ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ๋ฐฉ๋ฒ• - AWS Summit Seoul 2017
AWS DMS๋ฅผ ํ†ตํ•œ ์˜ค๋ผํด DB ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ๋ฐฉ๋ฒ• - AWS Summit Seoul 2017
Amazon Web Services Korea
ย 
Oracle DB๋ฅผ AWS๋กœ ์ด๊ด€ํ•˜๋Š” ๋ฐฉ๋ฒ•๋“ค - ์„œํ˜ธ์„ ํด๋ผ์šฐ๋“œ ์‚ฌ์—…๋ถ€/์ปจ์„คํŒ…ํŒ€ ์ด์‚ฌ, ์˜์šฐ๋””์ง€ํƒˆ :: AWS Summit Seoul 2021
Oracle DB๋ฅผ AWS๋กœ ์ด๊ด€ํ•˜๋Š” ๋ฐฉ๋ฒ•๋“ค - ์„œํ˜ธ์„ ํด๋ผ์šฐ๋“œ ์‚ฌ์—…๋ถ€/์ปจ์„คํŒ…ํŒ€ ์ด์‚ฌ, ์˜์šฐ๋””์ง€ํƒˆ :: AWS Summit Seoul 2021Oracle DB๋ฅผ AWS๋กœ ์ด๊ด€ํ•˜๋Š” ๋ฐฉ๋ฒ•๋“ค - ์„œํ˜ธ์„ ํด๋ผ์šฐ๋“œ ์‚ฌ์—…๋ถ€/์ปจ์„คํŒ…ํŒ€ ์ด์‚ฌ, ์˜์šฐ๋””์ง€ํƒˆ :: AWS Summit Seoul 2021
Oracle DB๋ฅผ AWS๋กœ ์ด๊ด€ํ•˜๋Š” ๋ฐฉ๋ฒ•๋“ค - ์„œํ˜ธ์„ ํด๋ผ์šฐ๋“œ ์‚ฌ์—…๋ถ€/์ปจ์„คํŒ…ํŒ€ ์ด์‚ฌ, ์˜์šฐ๋””์ง€ํƒˆ :: AWS Summit Seoul 2021
Amazon Web Services Korea
ย 
Cloud migration presentation
Cloud migration presentationCloud migration presentation
Cloud migration presentation
yeshlenchetty
ย 
Cloud computing
Cloud computingCloud computing
Cloud computing
Bilel BARHOUMI
ย 
Real-Life Use Cases & Architectures for Event Streaming with Apache Kafka
Real-Life Use Cases & Architectures for Event Streaming with Apache KafkaReal-Life Use Cases & Architectures for Event Streaming with Apache Kafka
Real-Life Use Cases & Architectures for Event Streaming with Apache Kafka
Kai Wรคhner
ย 
AWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive GuidanceAWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive Guidance
Tom Laszewski
ย 
Kafka Streams vs. KSQL for Stream Processing on top of Apache Kafka
Kafka Streams vs. KSQL for Stream Processing on top of Apache KafkaKafka Streams vs. KSQL for Stream Processing on top of Apache Kafka
Kafka Streams vs. KSQL for Stream Processing on top of Apache Kafka
Kai Wรคhner
ย 

Viewers also liked (20)

Architectures for High Availability - QConSF
Architectures for High Availability - QConSFArchitectures for High Availability - QConSF
Architectures for High Availability - QConSF
Adrian Cockcroft
ย 
Yow Conference Dec 2013 Netflix Workshop Slides with Notes
Yow Conference Dec 2013 Netflix Workshop Slides with NotesYow Conference Dec 2013 Netflix Workshop Slides with Notes
Yow Conference Dec 2013 Netflix Workshop Slides with Notes
Adrian Cockcroft
ย 
Gluecon keynote
Gluecon keynoteGluecon keynote
Gluecon keynote
Adrian Cockcroft
ย 
CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...
CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...
CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...
Adrian Cockcroft
ย 
Netflix Architecture Tutorial at Gluecon
Netflix Architecture Tutorial at GlueconNetflix Architecture Tutorial at Gluecon
Netflix Architecture Tutorial at Gluecon
Adrian Cockcroft
ย 
Flowcon (added to for CMG) Keynote talk on how Speed Wins and how Netflix is ...
Flowcon (added to for CMG) Keynote talk on how Speed Wins and how Netflix is ...Flowcon (added to for CMG) Keynote talk on how Speed Wins and how Netflix is ...
Flowcon (added to for CMG) Keynote talk on how Speed Wins and how Netflix is ...
Adrian Cockcroft
ย 
Netflix Global Cloud Architecture
Netflix Global Cloud ArchitectureNetflix Global Cloud Architecture
Netflix Global Cloud Architecture
Adrian Cockcroft
ย 
Gluecon 2013 - NetflixOSS Cloud Native Tutorial Introduction
Gluecon 2013 - NetflixOSS Cloud Native Tutorial IntroductionGluecon 2013 - NetflixOSS Cloud Native Tutorial Introduction
Gluecon 2013 - NetflixOSS Cloud Native Tutorial Introduction
Adrian Cockcroft
ย 
Bottleneck analysis - Devopsdays Silicon Valley 2013
Bottleneck analysis - Devopsdays Silicon Valley 2013Bottleneck analysis - Devopsdays Silicon Valley 2013
Bottleneck analysis - Devopsdays Silicon Valley 2013
Adrian Cockcroft
ย 
Gluecon 2013 - Netflix Cloud Native Tutorial Details (part 2)
Gluecon 2013 - Netflix Cloud Native Tutorial Details (part 2)Gluecon 2013 - Netflix Cloud Native Tutorial Details (part 2)
Gluecon 2013 - Netflix Cloud Native Tutorial Details (part 2)
Adrian Cockcroft
ย 
SV Forum Platform Architecture SIG - Netflix Open Source Platform
SV Forum Platform Architecture SIG - Netflix Open Source PlatformSV Forum Platform Architecture SIG - Netflix Open Source Platform
SV Forum Platform Architecture SIG - Netflix Open Source Platform
Adrian Cockcroft
ย 
NetflixOSS Meetup
NetflixOSS MeetupNetflixOSS Meetup
NetflixOSS Meetup
Adrian Cockcroft
ย 
Netflix and Open Source
Netflix and Open SourceNetflix and Open Source
Netflix and Open Source
Adrian Cockcroft
ย 
Dystopia as a Service
Dystopia as a ServiceDystopia as a Service
Dystopia as a Service
Adrian Cockcroft
ย 
Performance tuning - A key to successful cassandra migration
Performance tuning - A key to successful cassandra migrationPerformance tuning - A key to successful cassandra migration
Performance tuning - A key to successful cassandra migration
Ramkumar Nottath
ย 
AWS Re:Invent - High Availability Architecture at Netflix
AWS Re:Invent - High Availability Architecture at NetflixAWS Re:Invent - High Availability Architecture at Netflix
AWS Re:Invent - High Availability Architecture at Netflix
Adrian Cockcroft
ย 
Microservices Workshop All Topics Deck 2016
Microservices Workshop All Topics Deck 2016Microservices Workshop All Topics Deck 2016
Microservices Workshop All Topics Deck 2016
Adrian Cockcroft
ย 
Cassandra and Solid State Drives
Cassandra and Solid State DrivesCassandra and Solid State Drives
Cassandra and Solid State Drives
Rick Branson
ย 
Performance architecture for cloud connect
Performance architecture for cloud connectPerformance architecture for cloud connect
Performance architecture for cloud connect
Adrian Cockcroft
ย 
Netflix in the Cloud
Netflix in the CloudNetflix in the Cloud
Netflix in the Cloud
Adrian Cockcroft
ย 
Architectures for High Availability - QConSF
Architectures for High Availability - QConSFArchitectures for High Availability - QConSF
Architectures for High Availability - QConSF
Adrian Cockcroft
ย 
Yow Conference Dec 2013 Netflix Workshop Slides with Notes
Yow Conference Dec 2013 Netflix Workshop Slides with NotesYow Conference Dec 2013 Netflix Workshop Slides with Notes
Yow Conference Dec 2013 Netflix Workshop Slides with Notes
Adrian Cockcroft
ย 
CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...
CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...
CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...
Adrian Cockcroft
ย 
Netflix Architecture Tutorial at Gluecon
Netflix Architecture Tutorial at GlueconNetflix Architecture Tutorial at Gluecon
Netflix Architecture Tutorial at Gluecon
Adrian Cockcroft
ย 
Flowcon (added to for CMG) Keynote talk on how Speed Wins and how Netflix is ...
Flowcon (added to for CMG) Keynote talk on how Speed Wins and how Netflix is ...Flowcon (added to for CMG) Keynote talk on how Speed Wins and how Netflix is ...
Flowcon (added to for CMG) Keynote talk on how Speed Wins and how Netflix is ...
Adrian Cockcroft
ย 
Netflix Global Cloud Architecture
Netflix Global Cloud ArchitectureNetflix Global Cloud Architecture
Netflix Global Cloud Architecture
Adrian Cockcroft
ย 
Gluecon 2013 - NetflixOSS Cloud Native Tutorial Introduction
Gluecon 2013 - NetflixOSS Cloud Native Tutorial IntroductionGluecon 2013 - NetflixOSS Cloud Native Tutorial Introduction
Gluecon 2013 - NetflixOSS Cloud Native Tutorial Introduction
Adrian Cockcroft
ย 
Bottleneck analysis - Devopsdays Silicon Valley 2013
Bottleneck analysis - Devopsdays Silicon Valley 2013Bottleneck analysis - Devopsdays Silicon Valley 2013
Bottleneck analysis - Devopsdays Silicon Valley 2013
Adrian Cockcroft
ย 
Gluecon 2013 - Netflix Cloud Native Tutorial Details (part 2)
Gluecon 2013 - Netflix Cloud Native Tutorial Details (part 2)Gluecon 2013 - Netflix Cloud Native Tutorial Details (part 2)
Gluecon 2013 - Netflix Cloud Native Tutorial Details (part 2)
Adrian Cockcroft
ย 
SV Forum Platform Architecture SIG - Netflix Open Source Platform
SV Forum Platform Architecture SIG - Netflix Open Source PlatformSV Forum Platform Architecture SIG - Netflix Open Source Platform
SV Forum Platform Architecture SIG - Netflix Open Source Platform
Adrian Cockcroft
ย 
NetflixOSS Meetup
NetflixOSS MeetupNetflixOSS Meetup
NetflixOSS Meetup
Adrian Cockcroft
ย 
Netflix and Open Source
Netflix and Open SourceNetflix and Open Source
Netflix and Open Source
Adrian Cockcroft
ย 
Dystopia as a Service
Dystopia as a ServiceDystopia as a Service
Dystopia as a Service
Adrian Cockcroft
ย 
Performance tuning - A key to successful cassandra migration
Performance tuning - A key to successful cassandra migrationPerformance tuning - A key to successful cassandra migration
Performance tuning - A key to successful cassandra migration
Ramkumar Nottath
ย 
AWS Re:Invent - High Availability Architecture at Netflix
AWS Re:Invent - High Availability Architecture at NetflixAWS Re:Invent - High Availability Architecture at Netflix
AWS Re:Invent - High Availability Architecture at Netflix
Adrian Cockcroft
ย 
Microservices Workshop All Topics Deck 2016
Microservices Workshop All Topics Deck 2016Microservices Workshop All Topics Deck 2016
Microservices Workshop All Topics Deck 2016
Adrian Cockcroft
ย 
Cassandra and Solid State Drives
Cassandra and Solid State DrivesCassandra and Solid State Drives
Cassandra and Solid State Drives
Rick Branson
ย 
Performance architecture for cloud connect
Performance architecture for cloud connectPerformance architecture for cloud connect
Performance architecture for cloud connect
Adrian Cockcroft
ย 
Netflix in the Cloud
Netflix in the CloudNetflix in the Cloud
Netflix in the Cloud
Adrian Cockcroft
ย 
Ad

Similar to Cassandra Performance and Scalability on AWS (20)

Cassandra EU 2012 - Netflix's Cassandra Architecture and Open Source Efforts
Cassandra EU 2012 - Netflix's Cassandra Architecture and Open Source EffortsCassandra EU 2012 - Netflix's Cassandra Architecture and Open Source Efforts
Cassandra EU 2012 - Netflix's Cassandra Architecture and Open Source Efforts
Acunu
ย 
C* Summit 2013: Netflix Open Source Tools and Benchmarks for Cassandra by Adr...
C* Summit 2013: Netflix Open Source Tools and Benchmarks for Cassandra by Adr...C* Summit 2013: Netflix Open Source Tools and Benchmarks for Cassandra by Adr...
C* Summit 2013: Netflix Open Source Tools and Benchmarks for Cassandra by Adr...
DataStax Academy
ย 
Andy Parsons Pivotal June 2011
Andy Parsons Pivotal June 2011Andy Parsons Pivotal June 2011
Andy Parsons Pivotal June 2011
Andy Parsons
ย 
Cะธัั‚ะตะผะฐ ั€ะฐัะฟั€ะตะดะตะปะตะฝะฝะพะณะพ, ะผะฐััˆั‚ะฐะฑะธั€ัƒะตะผะพะณะพ ะธ ะฒั‹ัะพะบะพะฝะฐะดะตะถะฝะพะณะพ ั…ั€ะฐะฝะตะฝะธั ะดะฐะฝะฝั‹ั… ะดะป...
Cะธัั‚ะตะผะฐ ั€ะฐัะฟั€ะตะดะตะปะตะฝะฝะพะณะพ, ะผะฐััˆั‚ะฐะฑะธั€ัƒะตะผะพะณะพ ะธ ะฒั‹ัะพะบะพะฝะฐะดะตะถะฝะพะณะพ ั…ั€ะฐะฝะตะฝะธั ะดะฐะฝะฝั‹ั… ะดะป...Cะธัั‚ะตะผะฐ ั€ะฐัะฟั€ะตะดะตะปะตะฝะฝะพะณะพ, ะผะฐััˆั‚ะฐะฑะธั€ัƒะตะผะพะณะพ ะธ ะฒั‹ัะพะบะพะฝะฐะดะตะถะฝะพะณะพ ั…ั€ะฐะฝะตะฝะธั ะดะฐะฝะฝั‹ั… ะดะป...
Cะธัั‚ะตะผะฐ ั€ะฐัะฟั€ะตะดะตะปะตะฝะฝะพะณะพ, ะผะฐััˆั‚ะฐะฑะธั€ัƒะตะผะพะณะพ ะธ ะฒั‹ัะพะบะพะฝะฐะดะตะถะฝะพะณะพ ั…ั€ะฐะฝะตะฝะธั ะดะฐะฝะฝั‹ั… ะดะป...
Ontico
ย 
Svc 202-netflix-open-source
Svc 202-netflix-open-sourceSvc 202-netflix-open-source
Svc 202-netflix-open-source
Ruslan Meshenberg
ย 
Yaroslav Nedashkovsky - "Data Engineering in Information Security: how to col...
Yaroslav Nedashkovsky - "Data Engineering in Information Security: how to col...Yaroslav Nedashkovsky - "Data Engineering in Information Security: how to col...
Yaroslav Nedashkovsky - "Data Engineering in Information Security: how to col...
Lviv Startup Club
ย 
Cassandra Operations at Netflix
Cassandra Operations at NetflixCassandra Operations at Netflix
Cassandra Operations at Netflix
greggulrich
ย 
Cassandra at no_sql
Cassandra at no_sqlCassandra at no_sql
Cassandra at no_sql
srisatish ambati
ย 
VDI storage and storage virtualization
VDI storage and storage virtualizationVDI storage and storage virtualization
VDI storage and storage virtualization
Sisimon Soman
ย 
Why Kubernetes as a container orchestrator is a right choice for running spar...
Why Kubernetes as a container orchestrator is a right choice for running spar...Why Kubernetes as a container orchestrator is a right choice for running spar...
Why Kubernetes as a container orchestrator is a right choice for running spar...
DataWorks Summit
ย 
High order bits from cassandra & hadoop
High order bits from cassandra & hadoopHigh order bits from cassandra & hadoop
High order bits from cassandra & hadoop
srisatish ambati
ย 
Vitalii Bondarenko - โ€œAzure real-time analytics and kappa architecture with K...
Vitalii Bondarenko - โ€œAzure real-time analytics and kappa architecture with K...Vitalii Bondarenko - โ€œAzure real-time analytics and kappa architecture with K...
Vitalii Bondarenko - โ€œAzure real-time analytics and kappa architecture with K...
Lviv Startup Club
ย 
Cassandra for mission critical data
Cassandra for mission critical dataCassandra for mission critical data
Cassandra for mission critical data
Oleksandr Semenov
ย 
High order bits from cassandra & hadoop
High order bits from cassandra & hadoopHigh order bits from cassandra & hadoop
High order bits from cassandra & hadoop
srisatish ambati
ย 
Global Big Data Conference Sept 2014 AWS Kinesis Spark Streaming Approximatio...
Global Big Data Conference Sept 2014 AWS Kinesis Spark Streaming Approximatio...Global Big Data Conference Sept 2014 AWS Kinesis Spark Streaming Approximatio...
Global Big Data Conference Sept 2014 AWS Kinesis Spark Streaming Approximatio...
Chris Fregly
ย 
Servers fail, who cares?
Servers fail, who cares? Servers fail, who cares?
Servers fail, who cares?
greggulrich
ย 
Cluster Computing with Dryad
Cluster Computing with DryadCluster Computing with Dryad
Cluster Computing with Dryad
butest
ย 
Cassandra for Sysadmins
Cassandra for SysadminsCassandra for Sysadmins
Cassandra for Sysadmins
Nathan Milford
ย 
Cluster Computing with Dryad
Cluster Computing with DryadCluster Computing with Dryad
Cluster Computing with Dryad
butest
ย 
Cloudian_Cassandra Summit 2012
Cloudian_Cassandra Summit 2012Cloudian_Cassandra Summit 2012
Cloudian_Cassandra Summit 2012
CLOUDIAN KK
ย 
Cassandra EU 2012 - Netflix's Cassandra Architecture and Open Source Efforts
Cassandra EU 2012 - Netflix's Cassandra Architecture and Open Source EffortsCassandra EU 2012 - Netflix's Cassandra Architecture and Open Source Efforts
Cassandra EU 2012 - Netflix's Cassandra Architecture and Open Source Efforts
Acunu
ย 
C* Summit 2013: Netflix Open Source Tools and Benchmarks for Cassandra by Adr...
C* Summit 2013: Netflix Open Source Tools and Benchmarks for Cassandra by Adr...C* Summit 2013: Netflix Open Source Tools and Benchmarks for Cassandra by Adr...
C* Summit 2013: Netflix Open Source Tools and Benchmarks for Cassandra by Adr...
DataStax Academy
ย 
Andy Parsons Pivotal June 2011
Andy Parsons Pivotal June 2011Andy Parsons Pivotal June 2011
Andy Parsons Pivotal June 2011
Andy Parsons
ย 
Cะธัั‚ะตะผะฐ ั€ะฐัะฟั€ะตะดะตะปะตะฝะฝะพะณะพ, ะผะฐััˆั‚ะฐะฑะธั€ัƒะตะผะพะณะพ ะธ ะฒั‹ัะพะบะพะฝะฐะดะตะถะฝะพะณะพ ั…ั€ะฐะฝะตะฝะธั ะดะฐะฝะฝั‹ั… ะดะป...
Cะธัั‚ะตะผะฐ ั€ะฐัะฟั€ะตะดะตะปะตะฝะฝะพะณะพ, ะผะฐััˆั‚ะฐะฑะธั€ัƒะตะผะพะณะพ ะธ ะฒั‹ัะพะบะพะฝะฐะดะตะถะฝะพะณะพ ั…ั€ะฐะฝะตะฝะธั ะดะฐะฝะฝั‹ั… ะดะป...Cะธัั‚ะตะผะฐ ั€ะฐัะฟั€ะตะดะตะปะตะฝะฝะพะณะพ, ะผะฐััˆั‚ะฐะฑะธั€ัƒะตะผะพะณะพ ะธ ะฒั‹ัะพะบะพะฝะฐะดะตะถะฝะพะณะพ ั…ั€ะฐะฝะตะฝะธั ะดะฐะฝะฝั‹ั… ะดะป...
Cะธัั‚ะตะผะฐ ั€ะฐัะฟั€ะตะดะตะปะตะฝะฝะพะณะพ, ะผะฐััˆั‚ะฐะฑะธั€ัƒะตะผะพะณะพ ะธ ะฒั‹ัะพะบะพะฝะฐะดะตะถะฝะพะณะพ ั…ั€ะฐะฝะตะฝะธั ะดะฐะฝะฝั‹ั… ะดะป...
Ontico
ย 
Svc 202-netflix-open-source
Svc 202-netflix-open-sourceSvc 202-netflix-open-source
Svc 202-netflix-open-source
Ruslan Meshenberg
ย 
Yaroslav Nedashkovsky - "Data Engineering in Information Security: how to col...
Yaroslav Nedashkovsky - "Data Engineering in Information Security: how to col...Yaroslav Nedashkovsky - "Data Engineering in Information Security: how to col...
Yaroslav Nedashkovsky - "Data Engineering in Information Security: how to col...
Lviv Startup Club
ย 
Cassandra Operations at Netflix
Cassandra Operations at NetflixCassandra Operations at Netflix
Cassandra Operations at Netflix
greggulrich
ย 
Cassandra at no_sql
Cassandra at no_sqlCassandra at no_sql
Cassandra at no_sql
srisatish ambati
ย 
VDI storage and storage virtualization
VDI storage and storage virtualizationVDI storage and storage virtualization
VDI storage and storage virtualization
Sisimon Soman
ย 
Why Kubernetes as a container orchestrator is a right choice for running spar...
Why Kubernetes as a container orchestrator is a right choice for running spar...Why Kubernetes as a container orchestrator is a right choice for running spar...
Why Kubernetes as a container orchestrator is a right choice for running spar...
DataWorks Summit
ย 
High order bits from cassandra & hadoop
High order bits from cassandra & hadoopHigh order bits from cassandra & hadoop
High order bits from cassandra & hadoop
srisatish ambati
ย 
Vitalii Bondarenko - โ€œAzure real-time analytics and kappa architecture with K...
Vitalii Bondarenko - โ€œAzure real-time analytics and kappa architecture with K...Vitalii Bondarenko - โ€œAzure real-time analytics and kappa architecture with K...
Vitalii Bondarenko - โ€œAzure real-time analytics and kappa architecture with K...
Lviv Startup Club
ย 
Cassandra for mission critical data
Cassandra for mission critical dataCassandra for mission critical data
Cassandra for mission critical data
Oleksandr Semenov
ย 
High order bits from cassandra & hadoop
High order bits from cassandra & hadoopHigh order bits from cassandra & hadoop
High order bits from cassandra & hadoop
srisatish ambati
ย 
Global Big Data Conference Sept 2014 AWS Kinesis Spark Streaming Approximatio...
Global Big Data Conference Sept 2014 AWS Kinesis Spark Streaming Approximatio...Global Big Data Conference Sept 2014 AWS Kinesis Spark Streaming Approximatio...
Global Big Data Conference Sept 2014 AWS Kinesis Spark Streaming Approximatio...
Chris Fregly
ย 
Servers fail, who cares?
Servers fail, who cares? Servers fail, who cares?
Servers fail, who cares?
greggulrich
ย 
Cluster Computing with Dryad
Cluster Computing with DryadCluster Computing with Dryad
Cluster Computing with Dryad
butest
ย 
Cassandra for Sysadmins
Cassandra for SysadminsCassandra for Sysadmins
Cassandra for Sysadmins
Nathan Milford
ย 
Cluster Computing with Dryad
Cluster Computing with DryadCluster Computing with Dryad
Cluster Computing with Dryad
butest
ย 
Cloudian_Cassandra Summit 2012
Cloudian_Cassandra Summit 2012Cloudian_Cassandra Summit 2012
Cloudian_Cassandra Summit 2012
CLOUDIAN KK
ย 
Ad

More from Adrian Cockcroft (14)

Netflix Global Applications - NoSQL Search Roadshow
Netflix Global Applications - NoSQL Search RoadshowNetflix Global Applications - NoSQL Search Roadshow
Netflix Global Applications - NoSQL Search Roadshow
Adrian Cockcroft
ย 
Netflix in the Cloud at SV Forum
Netflix in the Cloud at SV ForumNetflix in the Cloud at SV Forum
Netflix in the Cloud at SV Forum
Adrian Cockcroft
ย 
Cloud Architecture Tutorial - Why and What (1of 3)
Cloud Architecture Tutorial - Why and What (1of 3) Cloud Architecture Tutorial - Why and What (1of 3)
Cloud Architecture Tutorial - Why and What (1of 3)
Adrian Cockcroft
ย 
Cloud Architecture Tutorial - Platform Component Architecture (2of3)
Cloud Architecture Tutorial - Platform Component Architecture (2of3)Cloud Architecture Tutorial - Platform Component Architecture (2of3)
Cloud Architecture Tutorial - Platform Component Architecture (2of3)
Adrian Cockcroft
ย 
Cloud Architecture Tutorial - Running in the Cloud (3of3)
Cloud Architecture Tutorial - Running in the Cloud (3of3)Cloud Architecture Tutorial - Running in the Cloud (3of3)
Cloud Architecture Tutorial - Running in the Cloud (3of3)
Adrian Cockcroft
ย 
Global Netflix Platform
Global Netflix PlatformGlobal Netflix Platform
Global Netflix Platform
Adrian Cockcroft
ย 
Global Netflix - HPTS Workshop - Scaling Cassandra benchmark to over 1M write...
Global Netflix - HPTS Workshop - Scaling Cassandra benchmark to over 1M write...Global Netflix - HPTS Workshop - Scaling Cassandra benchmark to over 1M write...
Global Netflix - HPTS Workshop - Scaling Cassandra benchmark to over 1M write...
Adrian Cockcroft
ย 
Migrating Netflix from Datacenter Oracle to Global Cassandra
Migrating Netflix from Datacenter Oracle to Global CassandraMigrating Netflix from Datacenter Oracle to Global Cassandra
Migrating Netflix from Datacenter Oracle to Global Cassandra
Adrian Cockcroft
ย 
Netflix Velocity Conference 2011
Netflix Velocity Conference 2011Netflix Velocity Conference 2011
Netflix Velocity Conference 2011
Adrian Cockcroft
ย 
Migrating to Public Cloud
Migrating to Public CloudMigrating to Public Cloud
Migrating to Public Cloud
Adrian Cockcroft
ย 
Netflix in the cloud 2011
Netflix in the cloud 2011Netflix in the cloud 2011
Netflix in the cloud 2011
Adrian Cockcroft
ย 
Cmg06 utilization is useless
Cmg06 utilization is uselessCmg06 utilization is useless
Cmg06 utilization is useless
Adrian Cockcroft
ย 
Netflix on Cloud - combined slides for Dev and Ops
Netflix on Cloud - combined slides for Dev and OpsNetflix on Cloud - combined slides for Dev and Ops
Netflix on Cloud - combined slides for Dev and Ops
Adrian Cockcroft
ย 
NoSQL for Netflix
NoSQL for NetflixNoSQL for Netflix
NoSQL for Netflix
Adrian Cockcroft
ย 
Netflix Global Applications - NoSQL Search Roadshow
Netflix Global Applications - NoSQL Search RoadshowNetflix Global Applications - NoSQL Search Roadshow
Netflix Global Applications - NoSQL Search Roadshow
Adrian Cockcroft
ย 
Netflix in the Cloud at SV Forum
Netflix in the Cloud at SV ForumNetflix in the Cloud at SV Forum
Netflix in the Cloud at SV Forum
Adrian Cockcroft
ย 
Cloud Architecture Tutorial - Why and What (1of 3)
Cloud Architecture Tutorial - Why and What (1of 3) Cloud Architecture Tutorial - Why and What (1of 3)
Cloud Architecture Tutorial - Why and What (1of 3)
Adrian Cockcroft
ย 
Cloud Architecture Tutorial - Platform Component Architecture (2of3)
Cloud Architecture Tutorial - Platform Component Architecture (2of3)Cloud Architecture Tutorial - Platform Component Architecture (2of3)
Cloud Architecture Tutorial - Platform Component Architecture (2of3)
Adrian Cockcroft
ย 
Cloud Architecture Tutorial - Running in the Cloud (3of3)
Cloud Architecture Tutorial - Running in the Cloud (3of3)Cloud Architecture Tutorial - Running in the Cloud (3of3)
Cloud Architecture Tutorial - Running in the Cloud (3of3)
Adrian Cockcroft
ย 
Global Netflix Platform
Global Netflix PlatformGlobal Netflix Platform
Global Netflix Platform
Adrian Cockcroft
ย 
Global Netflix - HPTS Workshop - Scaling Cassandra benchmark to over 1M write...
Global Netflix - HPTS Workshop - Scaling Cassandra benchmark to over 1M write...Global Netflix - HPTS Workshop - Scaling Cassandra benchmark to over 1M write...
Global Netflix - HPTS Workshop - Scaling Cassandra benchmark to over 1M write...
Adrian Cockcroft
ย 
Migrating Netflix from Datacenter Oracle to Global Cassandra
Migrating Netflix from Datacenter Oracle to Global CassandraMigrating Netflix from Datacenter Oracle to Global Cassandra
Migrating Netflix from Datacenter Oracle to Global Cassandra
Adrian Cockcroft
ย 
Netflix Velocity Conference 2011
Netflix Velocity Conference 2011Netflix Velocity Conference 2011
Netflix Velocity Conference 2011
Adrian Cockcroft
ย 
Migrating to Public Cloud
Migrating to Public CloudMigrating to Public Cloud
Migrating to Public Cloud
Adrian Cockcroft
ย 
Netflix in the cloud 2011
Netflix in the cloud 2011Netflix in the cloud 2011
Netflix in the cloud 2011
Adrian Cockcroft
ย 
Cmg06 utilization is useless
Cmg06 utilization is uselessCmg06 utilization is useless
Cmg06 utilization is useless
Adrian Cockcroft
ย 
Netflix on Cloud - combined slides for Dev and Ops
Netflix on Cloud - combined slides for Dev and OpsNetflix on Cloud - combined slides for Dev and Ops
Netflix on Cloud - combined slides for Dev and Ops
Adrian Cockcroft
ย 
NoSQL for Netflix
NoSQL for NetflixNoSQL for Netflix
NoSQL for Netflix
Adrian Cockcroft
ย 

Recently uploaded (20)

Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
ย 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
ย 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
ย 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
ย 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
ย 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
ย 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
ย 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
ย 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
ย 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
ย 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
ย 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
ย 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
ย 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
ย 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
ย 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
ย 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
ย 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
ย 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
ย 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
ย 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
ย 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
ย 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
ย 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
ย 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
ย 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
ย 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
ย 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
ย 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
ย 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
ย 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
ย 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
ย 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
ย 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
ย 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
ย 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
ย 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
ย 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
ย 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
ย 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
ย 

Cassandra Performance and Scalability on AWS

  • 1. Cassandra Performance and Scalability on AWS August 8th, 2012 Adrian Cockcroft @adrianco #netflixcloud #cassandra12 http://www.linkedin.com/in/adriancockcroft
  • 3. Things we do do. Run benchmarks. Now.
  • 5. Screenshots from Live Demo Backup slides from pre-runs of the demo with some updates to show what actually happened
  • 6. Asgard cass_perf apps, with no instances running
  • 11. Asgard Iinitial set of cass instances up and running
  • 12. Back to Presentation While the load gets goingโ€ฆ.
  • 14. Scalability from 48 to 288 nodes on AWS http://techblog.netflix.com/2011/11/benchmarking-cassandra-scalability-on.html Client Writes/s by node count โ€“ Replication Factor = 3 1200000 1099837 1000000 800000 Used 288 of m1.xlarge 600000 4 CPU, 15 GB RAM, 8 ECU 537172 Cassandra 0.86 400000 Benchmark config only 366828 existed for about 1hr 200000 174373 0 0 50 100 150 200 250 300 350
  • 15. Blah Blah Blah (Iโ€™m skipping all the cloud intro etc. Netflix runs in the cloud, if you hadnโ€™t figured that out already you arenโ€™t paying attention and should go read slideshare.net/netflix)
  • 16. โ€œSome people skate to the puck, I skate to where the puck is going to beโ€ Wayne Gretzky
  • 17. Cassandra on AWS The Past The Future โ€ข Instance: m2.4xlarge โ€ข Instance: hi1.4xlarge โ€ข Storage: 2 drives, 1.7TB โ€ข Storage: 2 SSD volumes, 2TB โ€ข CPU: 8 Cores, 26 ECU โ€ข CPU: 8 HT cores, 35 ECU โ€ข RAM: 68GB โ€ข RAM: 64GB โ€ข Network: 1Gbit โ€ข Network: 10Gbit โ€ข IOPS: ~500 โ€ข IOPS: ~100,000 โ€ข Throughput: ~100Mbyte/s โ€ข Throughput: ~1Gbyte/s โ€ข Cost: $1.80/hr โ€ข Cost: $3.10/hr
  • 18. Cassandra Disk vs. SSD Benchmark Same Throughput, Lower Latency, Half Cost
  • 19. Live Demo Workload โ€ข Jenkins automation โ€“ Jmeter load driver โ€“ Asgard provisioning โ€“ Priam instance management โ€ข Traffic โ€“ Reading/writing whole 100 column rows โ€“ Randomly selected from 25M row keys โ€“ Run for 10minutes, then double ring size
  • 21. Major Front End Services โ€ข Non-member Web Site www.netflix.com โ€“ Marketing driven, sign up flow, SOX/PCI scope โ€ข Member Web Site movies.netflix.com โ€“ Personalization driven โ€ข CDNs for delivering bulk video/audio โ€“ Netflix CDN: openconnect.netflix.com โ€ข API for external and device user interfaces โ€“ Mostly private APIs, public API docs at developer.netflix.com โ€ข API for controlling video playback โ€“ DRM, QoS management, Bookmarks
  • 22. Netflix Deployed on AWS 2009 2009 2010 2010 2010 2011 Content Logs Play WWW API CS Content S3 International DRM Sign-Up Metadata Management Terabytes CS lookup EC2 Diagnostics & EMR CDN routing Search Device Config Encoding Actions S3 Movie TV Movie Customer Call Hive & Pig Bookmarks Petabytes Choosing Choosing Log Business Social Logging Ratings CS Analytics Intelligence Facebook CDNs ISPs Terabits Customers
  • 23. Cassandra Instance Architecture Linux Base AMI (CentOS) Priam Cassandra Manager Token Java7 Management, Bac kups, Autoscaling Tomcat/Java7 AppDynamics Monitoring appagent monitoring Cassandra 1.09 Log rotation AppDynamics GC and thread machineagent dump logging Etc.
  • 24. Priam โ€“ Cassandra Automation Available at http://github.com/netflix โ€ข Netflix Platform Tomcat Code โ€ข Zero touch auto-configuration โ€ข State management for Cassandra JVM โ€ข Token allocation and assignment โ€ข Broken node auto-replacement โ€ข Full and incremental backup to S3 โ€ข Restore sequencing from S3 โ€ข Grow/Shrink Cassandra โ€œringโ€
  • 25. Astyanax Available at http://github.com/netflix โ€ข Features โ€“ Complete abstraction of connection pool from RPC protocol โ€“ Fluent Style API โ€“ Operation retry with backoff โ€“ Token aware โ€ข Recipes โ€“ Distribute row lock (without zookeeper) โ€“ Multi-DC row lock โ€“ Uniqueness constraint โ€“ Multi-row uniqueness constraint โ€“ Large file storage
  • 26. Scale Up Return to live demo to watch new nodes coming online
  • 27. Kiklos Clusters growing from 12 to 24 in-service, bootstrapping, garbage-collecting, cass-down โ€ข http://explorers.us-east- 1.dyntest.netflix.net:7001/jr/cassandradashbo ard
  • 28. Kiklos Clusters growing from 12 to 24 in-service, bootstrapping, garbage-collecting, cass-down
  • 29. Asgard Showed 24 nodes per cluster, but didnโ€™t get a screen shot
  • 30. Back to Presentation While jenkins/jmeter collects graphs and shuts down the systems
  • 31. Cassandra on AWS A highly available and durable deployment pattern
  • 32. High Availability โ€ข Cassandra stores 3 local copies, 1 per zone โ€“ Synchronous access, durable, highly available โ€“ Read/Write One fastest, use for fire and forget โ€“ Read/Write Quorum 2 of 3, use for read-after-write โ€ข AWS Availability Zones โ€“ Separate buildings โ€“ Separate power etc. โ€“ Fairly close together
  • 33. โ€œTraditionalโ€ Cassandra Write Data Flows Single Region, Multiple Availability Zone, Not Token Aware Cassandra โ€ขDisks 2โ€ขZone A 2 4 2 1. Client Writes to any Cassandra 3 3Cassandra If a node goes Cassandra Node โ€ขDisks5 โ€ขDisks 5 offline, hinted handoff 2. Coordinator Node โ€ขZone C 1 โ€ขZone B completes the write replicates to nodes when the node comes Non Token and Zones back up. 3. Nodes return ack to Aware coordinator Clients Requests can choose to 4. Coordinator returns Cassandra Cassandra wait for one node, a ack to client โ€ขDisks โ€ขDisks quorum, or all nodes to 5. Data written to โ€ขZone B โ€ขZone C ack the write internal commit log 3 disk (no more than Cassandra SSTable disk writes and 10 seconds later) โ€ขDisks 5 compactions occur โ€ขZone A asynchronously
  • 34. Astyanax - Cassandra Write Data Flows Single Region, Multiple Availability Zone, Token Aware Cassandra โ€ขDisks โ€ขZone A 1. Client Writes to Cassandra 2 2Cassandra If a node goes nodes and Zones โ€ขDisks3 โ€ขDisks 3 offline, hinted handoff 2. Nodes return ack to โ€ขZone C 1 โ€ขZone B completes the write client Token when the node comes 3. Data written to back up. internal commit log Aware disks (no more than Clients Requests can choose to 10 seconds later) Cassandra Cassandra wait for one node, a โ€ขDisks โ€ขDisks quorum, or all nodes to โ€ขZone B โ€ขZone C ack the write 2 Cassandra SSTable disk writes and โ€ขDisks 3 compactions occur โ€ขZone A asynchronously
  • 35. Data Flows for Multi-Region Writes Token Aware, Consistency Level = Local Quorum 1. Client writes to local replicas If a node or region goes offline, hinted handoff 2. Local write acks returned to completes the write when the node comes back up. Client which continues when Nightly global compare and repair jobs ensure 2 of 3 local nodes are everything stays consistent. committed 3. Local coordinator writes to remote coordinator. 100+ms latency Cassandra Cassandra 4. When data arrives, remote โ€ข Disks โ€ข Zone A โ€ข Disks โ€ข Zone A coordinator node acks and Cassandra 2 2 Cassandra Cassandra 4Cassandra 6 โ€ข Disks โ€ข Disks 6 3 5โ€ข Disks6 4 Disks6 copies to other remote zones โ€ข Zone C 1 โ€ข Zone B โ€ข Zone C โ€ข โ€ข Zone B 4 5. Remote nodes ack to local US EU coordinator Clients Clients Cassandra 2 Cassandra Cassandra Cassandra 6. Data flushed to internal โ€ข Disks โ€ข Zone B โ€ข Disks โ€ข Zone C 6 โ€ข Disks โ€ข Zone B โ€ข Disks โ€ข Zone C commit log disks (no more Cassandra 5 6Cassandra โ€ข Disks than 10 seconds later) โ€ข Zone A โ€ข Disks โ€ข Zone A
  • 36. Extending to Multi-Region Added production UK/Ireland support with no downtime Minimize impact on original cluster using bulk backup move 1. Create cluster in EU Take a Boeing 737 on a domestic flight, upgrade it to a 747 by adding more engines, fuel and bigger wings 2. Backup US cluster to S3 and fly it to Europe without landing it on the wayโ€ฆ 3. Restore backup in EU 4. Local repair EU cluster 5. Global repair/join Cassandra 100+ms latency Cassandra 1 โ€ข Disks โ€ข Disks โ€ข Zone A โ€ข Zone A Cassandra Cassandra Cassandra Cassandra โ€ข Disks โ€ข Disks โ€ข Disks โ€ข Disks โ€ข Zone C โ€ข Zone B โ€ข Zone C โ€ข Zone B US 5 EU Clients Clients Cassandra Cassandra Cassandra Cassandra โ€ข Disks โ€ข Disks โ€ข Disks โ€ข Disks โ€ข Zone B โ€ข Zone C โ€ข Zone B โ€ข Zone C Cassandra Cassandra โ€ข Disks โ€ข Disks โ€ข Zone A 3 โ€ข Zone A 4 2 S3
  • 37. Cassandra Backup โ€ข Full Backup Cassandra Cassandra Cassandra โ€“ Time based snapshot โ€“ SSTable compress -> S3 Cassandra Cassandra โ€ข Incremental S3 Backup Cassandra Cassandra โ€“ SSTable write triggers compressed copy to S3 Cassandra Cassandra โ€ข Archive Cassandra Cassandra โ€“ Copy cross region A
  • 38. ETL for Cassandra โ€ข Data is de-normalized over many clusters! โ€ข Too many to restore from backups for ETL โ€ข Solution โ€“ read backup files using Hadoop โ€ข Aegisthus โ€“ http://techblog.netflix.com/2012/02/aegisthus-bulk-data-pipeline-out-of.html โ€“ High throughput raw SSTable processing โ€“ Re-normalizes many clusters to a consistent view โ€“ Extract, Transform, then Load into Teradata
  • 39. Netflix Open Source Strategy โ€ข Release PaaS Components git-by-git โ€“ Source at github.com/netflix โ€“ we build from itโ€ฆ โ€“ Intros and techniques at techblog.netflix.com โ€“ Blog post or new code every few weeks โ€ข Motivations โ€“ Give back to Apache licensed OSS community โ€“ Motivate, retain, hire top engineers โ€“ โ€œPeer pressureโ€ code cleanup, external contributions
  • 40. Open Source Projects and Posts Legend Github / Techblog Priam Exhibitor Servo and Autoscaling Cassandra as a Service Zookeeper as a Service Scripts Apache Contributions Astyanax Honu Curator Techblog Post Cassandra client for Log4j streaming to Zookeeper Patterns Java Hadoop Coming Soon EVCache CassJMeter Circuit Breaker Memcached as a Cassandra test suite Robust service pattern Service Cassandra Asgard Eureka / Discovery Multi-region EC2 AutoScaleGroup based Service Directory datastore support AWS console Aegisthus Archaius Chaos Monkey Hadoop ETL for Dynamics Properties Robustness verification Cassandra Service
  • 41. Chaos Monkey http://techblog.netflix.com/2012/07/chaos-monkey-released-into-wild.html โ€ข Computers (Datacenter or AWS) randomly die โ€“ Fact of life, but too infrequent to test resiliency โ€ข Test to make sure systems are resilient โ€“ Allow any instance to fail without customer impact โ€ข Chaos Monkey hours โ€“ Monday-Friday 9am-3pm random instance kill โ€ข Application configuration option โ€“ Apps now have to opt-out from Chaos Monkey
  • 42. Asgard http://techblog.netflix.com/2012/06/asgard-web-based-cloud-management-and.html โ€ข Replacement for AWS Console at Scale โ€“ Groovy/Grails/JVM based โ€“ Supports all AWS regions on a global basis โ€“ Specific to AWS feature set โ€ข Hides the AWS credentials โ€“ Use AWS IAM to issue restricted keys for Asgard โ€“ Each Asgard instance manages one account โ€“ One install each for test, prod, audit accounts
  • 43. Roadmap for 2012 โ€ข More resiliency and improved availability โ€ข More automation, orchestration โ€ข โ€œHardeningโ€ the platform, code clean-up โ€ข Lower latency for web services and devices โ€ข IPv6 โ€“ running now, see techblog for details โ€ข More open sourced components โ€ข Las Vegas in November - AWS Re:Invent
  • 44. Back to Live Demo
  • 45. Disclaimers โ€ข We didnโ€™t have time to tune the demo โ€ข These are the plots from the live demo run โ€ข Runโ€™s need to be longer to get to steady state โ€ข Data size only reached around 5GB per node โ€ข Plenty of โ€œI wonder why it did thatโ€ remains โ€ข Itโ€™s a fair comparison, but not the best absolute performance possible for this workload and configuration โ€ข When you remove the IO bottleneck, the next few bottlenecks appearโ€ฆ
  • 46. Activity during the talk 10:30-11:30 Custom AppDynamics dashboard showing CPU and IOPS per node
  • 47. Jmeter Plots โ€ข Plots are the output of the Jenkins build โ€ข Each instance has its own set of plots โ€ข Each availability zone has its own summary plots โ€ข One of the three zone summary plots is compared for each metric โ€ข Plot collection is currently duplicated as we are transitioning from โ€œEpicโ€ to โ€œAtlasโ€
  • 48. Jenkins Collected results and graphs after job has completed
  • 49. The past m2.4xlarge Instances per zone The future hi1.4xlarge
  • 50. The past m2.4xlarge Transactions per zone, same as total client transactions The future hi1.4xlarge
  • 56. Takeaway Netflix has built and deployed a scalable global platform based on Cassandra and AWS. Key components of the Netflix PaaS are being released as Open Source projects so you can build your own custom PaaS. If you like lots of SSDโ€™s come and work for usโ€ฆ. http://github.com/Netflix http://techblog.netflix.com http://slideshare.net/Netflix http://www.linkedin.com/in/adriancockcroft @adrianco #netflixcloud #cassandra12

Editor's Notes

  • #26: Complete connection pool abstractionQueries and mutations wrapped in objects created by the Keyspace implementation making it possible to retry failed operations.ย  This varies from other connection pool implementations on which the operation is created on a specific connection and must be completely redone if it fails.Simplified serialization via method overloading.ย  The low level thrift library only understands data that is serialized to a byte array.ย  Hector requires serializers to be specified for nearly every call.ย  Astyanax minimizes the places where serializers are specified by using predefined ColumnFamiliy and ColumnPath definitions which specify the serializers.ย  The API also overloads set and get operation for common data types.The internal library does not log anything.ย  All internal events are instead ... calls to a ConnectionPoolMonitor interface.ย  This allows customization of log levels and filtering of repeating events outside of the scope of the connection poolSuper columns will soon be replaced by Composite column names. As such it is recommended to not use super columns at all and to use Composite column names instead. There is some support for super columns in Astyanax but those methods have been deprecated and will eventually be removed.