SlideShare a Scribd company logo
WEBINAR
2
+ Intro to ScyllaDB and Scylla Cloud
+ Benefits & Benchmarks
+ Demo
+ Deployment Options
+ Working with Scylla Cloud
+ Next Steps
3
4
+ The Real-Time Big Data Database
+ Drop-in replacement for Cassandra
+ 10X the performance & consistent, low latency
+ New: Scylla Cloud, DBaaS
+ Open source and enterprise editions
+ Founded by the creators of KVM hypervisor
+ HQs: Palo Alto, CA; Herzelia, Israel
5
90% 80% 50X
Reduce CAPEX and OPEX
Unstructured dataIncreasing cloud
budget
Unstructured data
growth compared
to structured
6
7
+ Symmetric Nodes (no master)
+ Deployed on multiple AWS Availability Zones per Region
+ Flexible Replication Factor (minimum: 3 copies of the data)
+ Eventual Consistency: Lose up to 2 nodes without data loss
8
+ Operated by Scylla’s skilled cloud DevOps team (24x7)
+ Always on the latest Scylla Enterprise release
+ Automatic daily health check reports
+ Automatic managed repairs
+ Automatic alerts
+ Complete Scylla support stack
+ Scylla Enterprise grade support (tiers 1 - 4)
+ Support Portal
+ PagerDuty and Slack notification
9
10
+ Daily backup to S3 buckets
+ Retention Policy:
+ Last 3 days
+ One week, 2 weeks
+ Restoring backup
+ By customer request
+ Restore into a new, independent cluster
+ Integrated with AWS Secrets Manager (no local keys)
+ Clusters are isolated with security groups, Virtual Private Cloud
Network (VPC)
+ Applying the principle of least privilege per element (AMI, roles, ...)
+ Hotfix for Scylla, underline OS and relevant libraries
+ Encryption At Rest
11
+ Intro to ScyllaDB and Scylla Cloud
+ Benefits & Benchmarks
+ Demo
+ Deployment Options
+ Working with Scylla Cloud
+ Next Steps
12
13
Cassandra
Compatibility
Drop-in
replacement,
compatible with
full C* ecosystem
(drivers, etc.)
No
Lock-in
Scylla runs
anywhere and
migrates easily
Less
Expensive
10X less expensive
vs DynamoDB and
Bigtable
High
Performance
Millions of
OPS on
a single node
Low
Latencies
Consistent
single-digit
millisecond
p99 latencies
ScyllaCassandra Scylla
14
15
Cassandra’s and Memcached latency
Scylla’s latency
+
Scylla Cassandra
Requests/
Minute
12,000,000 500,000
AVG Latency 4 ms 8 ms
Max Latency 8 ms 35 ms
+ CQL native protocol
+ JMX management protocol
+ Management command line
+ SSTable file format
+ Configuration file format
+ CQL language
16
17
18
https://www.scylladb.com/wp-content/uploads/comp-scylladb-vs-dynamodb.pdf
https://www.scylladb.com/2018/12/13/scylla-vs-amazon-dynamodb/
the cost of the latency of
1/10 1/3
19
How does compare to ?
+ YCSB, prepared statements
+ Workload A, 50%:50% read:update
+ Requested SLA: 60k write ops, 60k read ops, < 10ms P95
+ 1TB dataset
+ i3.8xlarge | 32 vCPU | 244 GiB RAM | 4 x 1.9TB NVMe
+ 3-node cluster on single DC | RF=3
20
21
+ YCSB, prepared statements
22
23
24
Provisioned
amount
Partitions
New Provisioned
amount
25
26
+ Intro to ScyllaDB and Scylla Cloud
+ Benefits & Use Cases
+ Demo
+ Deployment Options
+ Working with Scylla Cloud
+ Next Steps
27
28
29
— Jason Mills,
+ Multi-region deployment
+ Migrating from Apache Cassandra 2.1
+ Use VPC peering (per region)
+ Intro to ScyllaDB and Scylla Cloud
+ Benefits & Benchmarks
+ Demo
+ Deployment Options
+ Working with Scylla Cloud
+ Next Steps
30
31
Instance Type vCPUs RAM (GB) Storage (TB)
t2.micro 1 .5 .005 EBS
i3.large 2 15.25 0.475 SSD
i3.xlarge 4 30.5 0.95 SSD
i3.2xlarge 8 61 1.9 SSD
i3.4xlarge 16 122 3.8 SSD
i3.8xlarge 32 244 7.6 SSD
i3.16xlarge 64 488 15.2 SSD
Hourly Annual/Monthly Annual/Upfront
t2.micro ✔
i3 family ✔ ✔ ✔
Flexible Pricing OptionsRange of Instances
Zone A Zone B Zone C
Region
32
Rack A Rack B Rack C
DC
AWS Scylla
Region DC
Zone Rack
33
Rack A Rack B Rack C
DC
34
Rack A Rack B Rack C
DC
35
Rack A Rack B Rack C
DC
Zone A Zone B
36
Zone 1A Zone 1B Zone 1C
Region 1
Zone 2A Zone 2B Zone 2C
Region 2
Zone 3A Zone 3B Zone 3C
Region 3
37
+ Intro to ScyllaDB and Scylla Cloud
+ Benefits & Benchmarks
+ Demo
+ Deployment Options
+ Working with Scylla Cloud
+ Next Steps
38
App
App
App
App
App
App
Read and Write with
RF= { 'class' : 'NetworkTopologyStrategy', 'EU' : 3, US : 3};
CL=LOCAL_QUORUM
Write
39
Read and Write with
RF= { 'class' : 'NetworkTopologyStrategy', 'EU' : 3, US : 3};
CL=LOCAL_QUORUM
App
App
App
App
App
App Read
40
+ What happens if the server I’m connected to is gone?! How do we balance
+ Drivers can set HA policy and multi-dc setting for resiliency
>>> from cassandra.policies import DCAwareRoundRobinPolicy
>>> cluster = Cluster(
contact_points=['12.9.31.182, 12.9.31.183, 12.9.31.184'],
load_balancing_policy=
TokenAwarePolicy(DCAwareRoundRobinPolicy(local_dc='EU')),
default_retry_policy = RetryPolicy()
)
SSTable
Loader
SSTables CQL
CQL CQL
Client
CQLCQL
Client
42
+ Dual Write
Application logic is updated to write to
both DBs
+ Forklifting
Migrate historical data from Cassandra
SSTables to Scylla
+ Dual Reads
Ongoing validation of data sync
between the two DBs
+ Intro to ScyllaDB and Scylla Cloud
+ Benefits & Use Cases
+ Demo
+ Deployment Options
+ Working with Scylla Cloud
+ Next Steps
43
44
Take a class at Scylla University
Read our Scylla Cloud On-boarding blog post
Sign up for the Scylla Slack channel
Sign up and get started now
45
http://slack.scylladb.com/
scylladb.com/product/scylla-cloud/
scylladb.com/blog
university.scylladb.com

More Related Content

PDF
20190122 AWS Black Belt Online Seminar Amazon Redshift Update
PDF
202110 AWS Black Belt Online Seminar AWS Site-to-Site VPN
PDF
AWS Black Belt Online Seminar AWS Direct Connect
PPTX
Introduction to Aerospike
PDF
20190730 AWS Black Belt Online Seminar Amazon CloudFrontの概要
PDF
20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
PDF
AWS Black Belt Online Seminar 2017 Amazon ElastiCache
PDF
20191023 AWS Black Belt Online Seminar Amazon EMR
20190122 AWS Black Belt Online Seminar Amazon Redshift Update
202110 AWS Black Belt Online Seminar AWS Site-to-Site VPN
AWS Black Belt Online Seminar AWS Direct Connect
Introduction to Aerospike
20190730 AWS Black Belt Online Seminar Amazon CloudFrontの概要
20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
AWS Black Belt Online Seminar 2017 Amazon ElastiCache
20191023 AWS Black Belt Online Seminar Amazon EMR

What's hot (20)

PDF
[AKIBA.AWS] VGWのルーティング仕様
PDF
初心者向けWebinar AWS上でのファイルサーバ構築
PDF
AWS Black Belt Techシリーズ Amazon EBS
PDF
20180425 AWS Black Belt Online Seminar Amazon Relational Database Service (Am...
PDF
20190424 AWS Black Belt Online Seminar Amazon Aurora MySQL
PDF
Building Kubernetes images at scale with Tanzu Build Service
PDF
実践 Amazon KMS #cmdevio2015
PDF
rsyncやシェルでバックアップするよりも簡単にOSSのBaculaでバックアップしてみよう
PDF
インフラエンジニアなら知っておきたいストレージのはなし@OSC 2012 Nagoya
PDF
Load Balancing MySQL with HAProxy - Slides
PDF
20191002 AWS Black Belt Online Seminar Amazon EC2 Auto Scaling and AWS Auto S...
PDF
20170725 black belt_monitoring_on_aws
PDF
AWS Black Belt Techシリーズ Elastic Load Balancing (ELB)
PDF
AWS Aurora 운영사례 (by 배은미)
PDF
20210316 AWS Black Belt Online Seminar AWS DataSync
PDF
機密データとSaaSは共存しうるのか!?セキュリティー重視のユーザー層を取り込む為のネットワーク通信のアプローチ
PDF
Amazon Athena 初心者向けハンズオン
PDF
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
PDF
AWS Support에서 제안하는 멋진 클라우드 아키텍처 디자인::조성열:: AWS Summit Seoul 2018
PDF
AWS Black Belt Online Seminar 2017 Amazon Kinesis
[AKIBA.AWS] VGWのルーティング仕様
初心者向けWebinar AWS上でのファイルサーバ構築
AWS Black Belt Techシリーズ Amazon EBS
20180425 AWS Black Belt Online Seminar Amazon Relational Database Service (Am...
20190424 AWS Black Belt Online Seminar Amazon Aurora MySQL
Building Kubernetes images at scale with Tanzu Build Service
実践 Amazon KMS #cmdevio2015
rsyncやシェルでバックアップするよりも簡単にOSSのBaculaでバックアップしてみよう
インフラエンジニアなら知っておきたいストレージのはなし@OSC 2012 Nagoya
Load Balancing MySQL with HAProxy - Slides
20191002 AWS Black Belt Online Seminar Amazon EC2 Auto Scaling and AWS Auto S...
20170725 black belt_monitoring_on_aws
AWS Black Belt Techシリーズ Elastic Load Balancing (ELB)
AWS Aurora 운영사례 (by 배은미)
20210316 AWS Black Belt Online Seminar AWS DataSync
機密データとSaaSは共存しうるのか!?セキュリティー重視のユーザー層を取り込む為のネットワーク通信のアプローチ
Amazon Athena 初心者向けハンズオン
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
AWS Support에서 제안하는 멋진 클라우드 아키텍처 디자인::조성열:: AWS Summit Seoul 2018
AWS Black Belt Online Seminar 2017 Amazon Kinesis
Ad

Similar to Introducing Scylla Cloud (20)

PDF
Running a Cost-Effective DynamoDB-Compatible Database on Managed Kubernetes S...
PDF
Running a DynamoDB-compatible Database on Managed Kubernetes Services
PDF
Using ScyllaDB for Extreme Scale Workloads
PPTX
Scylla Virtual Workshop 2022
PDF
How to achieve no compromise performance and availability
PPTX
Optimizing Performance in Rust for Low-Latency Database Drivers
PDF
Build DynamoDB-Compatible Apps with Python
PDF
Scylla db deck, july 2017
PDF
Dissecting Real-World Database Performance Dilemmas
PDF
Build Low-Latency Applications in Rust on ScyllaDB
PDF
Webinar: How to build a highly available time series solution with KairosDB
PDF
Webinar how to build a highly available time series solution with kairos-db (1)
PDF
What’s New in ScyllaDB Open Source 5.0
PDF
New Ways to Reduce Database Costs with ScyllaDB
PDF
Eliminating Volatile Latencies Inside Rakuten’s NoSQL Migration
PDF
Running Scylla on Kubernetes with Scylla Operator
PDF
Use ScyllaDB Alternator to Use Amazon DynamoDB API, Everywhere, Better, More ...
PDF
Achieving Extreme Scale with ScyllaDB: Tips & Tradeoffs
PDF
Dissecting Real-World Database Performance Dilemmas
PDF
How Development Teams Cut Costs with ScyllaDB.pdf
Running a Cost-Effective DynamoDB-Compatible Database on Managed Kubernetes S...
Running a DynamoDB-compatible Database on Managed Kubernetes Services
Using ScyllaDB for Extreme Scale Workloads
Scylla Virtual Workshop 2022
How to achieve no compromise performance and availability
Optimizing Performance in Rust for Low-Latency Database Drivers
Build DynamoDB-Compatible Apps with Python
Scylla db deck, july 2017
Dissecting Real-World Database Performance Dilemmas
Build Low-Latency Applications in Rust on ScyllaDB
Webinar: How to build a highly available time series solution with KairosDB
Webinar how to build a highly available time series solution with kairos-db (1)
What’s New in ScyllaDB Open Source 5.0
New Ways to Reduce Database Costs with ScyllaDB
Eliminating Volatile Latencies Inside Rakuten’s NoSQL Migration
Running Scylla on Kubernetes with Scylla Operator
Use ScyllaDB Alternator to Use Amazon DynamoDB API, Everywhere, Better, More ...
Achieving Extreme Scale with ScyllaDB: Tips & Tradeoffs
Dissecting Real-World Database Performance Dilemmas
How Development Teams Cut Costs with ScyllaDB.pdf
Ad

More from ScyllaDB (20)

PDF
Understanding The True Cost of DynamoDB Webinar
PDF
Database Benchmarking for Performance Masterclass: Session 2 - Data Modeling ...
PDF
Database Benchmarking for Performance Masterclass: Session 1 - Benchmarking F...
PDF
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
PDF
Powering a Billion Dreams: Scaling Meesho’s E-commerce Revolution with Scylla...
PDF
Leading a High-Stakes Database Migration
PDF
Securely Serving Millions of Boot Artifacts a Day by João Pedro Lima & Matt ...
PDF
How Agoda Scaled 50x Throughput with ScyllaDB by Worakarn Isaratham
PDF
How Yieldmo Cut Database Costs and Cloud Dependencies Fast by Todd Coleman
PDF
ScyllaDB: 10 Years and Beyond by Dor Laor
PDF
Reduce Your Cloud Spend with ScyllaDB by Tzach Livyatan
PDF
Migrating 50TB Data From a Home-Grown Database to ScyllaDB, Fast by Terence Liu
PDF
Vector Search with ScyllaDB by Szymon Wasik
PDF
Workload Prioritization: How to Balance Multiple Workloads in a Cluster by Fe...
PDF
Two Leading Approaches to Data Virtualization, and Which Scales Better? by Da...
PDF
Scaling a Beast: Lessons from 400x Growth in a High-Stakes Financial System b...
PDF
Object Storage in ScyllaDB by Ran Regev, ScyllaDB
PDF
Lessons Learned from Building a Serverless Notifications System by Srushith R...
PDF
A Dist Sys Programmer's Journey into AI by Piotr Sarna
PDF
High Availability: Lessons Learned by Paul Preuveneers
Understanding The True Cost of DynamoDB Webinar
Database Benchmarking for Performance Masterclass: Session 2 - Data Modeling ...
Database Benchmarking for Performance Masterclass: Session 1 - Benchmarking F...
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Powering a Billion Dreams: Scaling Meesho’s E-commerce Revolution with Scylla...
Leading a High-Stakes Database Migration
Securely Serving Millions of Boot Artifacts a Day by João Pedro Lima & Matt ...
How Agoda Scaled 50x Throughput with ScyllaDB by Worakarn Isaratham
How Yieldmo Cut Database Costs and Cloud Dependencies Fast by Todd Coleman
ScyllaDB: 10 Years and Beyond by Dor Laor
Reduce Your Cloud Spend with ScyllaDB by Tzach Livyatan
Migrating 50TB Data From a Home-Grown Database to ScyllaDB, Fast by Terence Liu
Vector Search with ScyllaDB by Szymon Wasik
Workload Prioritization: How to Balance Multiple Workloads in a Cluster by Fe...
Two Leading Approaches to Data Virtualization, and Which Scales Better? by Da...
Scaling a Beast: Lessons from 400x Growth in a High-Stakes Financial System b...
Object Storage in ScyllaDB by Ran Regev, ScyllaDB
Lessons Learned from Building a Serverless Notifications System by Srushith R...
A Dist Sys Programmer's Journey into AI by Piotr Sarna
High Availability: Lessons Learned by Paul Preuveneers

Recently uploaded (20)

PDF
Digital Strategies for Manufacturing Companies
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
medical staffing services at VALiNTRY
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
top salesforce developer skills in 2025.pdf
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Odoo Companies in India – Driving Business Transformation.pdf
Digital Strategies for Manufacturing Companies
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
How Creative Agencies Leverage Project Management Software.pdf
Which alternative to Crystal Reports is best for small or large businesses.pdf
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Operating system designcfffgfgggggggvggggggggg
Design an Analysis of Algorithms I-SECS-1021-03
medical staffing services at VALiNTRY
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
ISO 45001 Occupational Health and Safety Management System
Navsoft: AI-Powered Business Solutions & Custom Software Development
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
top salesforce developer skills in 2025.pdf
VVF-Customer-Presentation2025-Ver1.9.pptx
2025 Textile ERP Trends: SAP, Odoo & Oracle
Softaken Excel to vCard Converter Software.pdf
How to Choose the Right IT Partner for Your Business in Malaysia
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Odoo Companies in India – Driving Business Transformation.pdf

Introducing Scylla Cloud

  • 2. 2
  • 3. + Intro to ScyllaDB and Scylla Cloud + Benefits & Benchmarks + Demo + Deployment Options + Working with Scylla Cloud + Next Steps 3
  • 4. 4 + The Real-Time Big Data Database + Drop-in replacement for Cassandra + 10X the performance & consistent, low latency + New: Scylla Cloud, DBaaS + Open source and enterprise editions + Founded by the creators of KVM hypervisor + HQs: Palo Alto, CA; Herzelia, Israel
  • 5. 5 90% 80% 50X Reduce CAPEX and OPEX Unstructured dataIncreasing cloud budget Unstructured data growth compared to structured
  • 6. 6
  • 7. 7
  • 8. + Symmetric Nodes (no master) + Deployed on multiple AWS Availability Zones per Region + Flexible Replication Factor (minimum: 3 copies of the data) + Eventual Consistency: Lose up to 2 nodes without data loss 8
  • 9. + Operated by Scylla’s skilled cloud DevOps team (24x7) + Always on the latest Scylla Enterprise release + Automatic daily health check reports + Automatic managed repairs + Automatic alerts + Complete Scylla support stack + Scylla Enterprise grade support (tiers 1 - 4) + Support Portal + PagerDuty and Slack notification 9
  • 10. 10 + Daily backup to S3 buckets + Retention Policy: + Last 3 days + One week, 2 weeks + Restoring backup + By customer request + Restore into a new, independent cluster
  • 11. + Integrated with AWS Secrets Manager (no local keys) + Clusters are isolated with security groups, Virtual Private Cloud Network (VPC) + Applying the principle of least privilege per element (AMI, roles, ...) + Hotfix for Scylla, underline OS and relevant libraries + Encryption At Rest 11
  • 12. + Intro to ScyllaDB and Scylla Cloud + Benefits & Benchmarks + Demo + Deployment Options + Working with Scylla Cloud + Next Steps 12
  • 13. 13 Cassandra Compatibility Drop-in replacement, compatible with full C* ecosystem (drivers, etc.) No Lock-in Scylla runs anywhere and migrates easily Less Expensive 10X less expensive vs DynamoDB and Bigtable High Performance Millions of OPS on a single node Low Latencies Consistent single-digit millisecond p99 latencies
  • 15. 15 Cassandra’s and Memcached latency Scylla’s latency + Scylla Cassandra Requests/ Minute 12,000,000 500,000 AVG Latency 4 ms 8 ms Max Latency 8 ms 35 ms
  • 16. + CQL native protocol + JMX management protocol + Management command line + SSTable file format + Configuration file format + CQL language 16
  • 17. 17
  • 20. + YCSB, prepared statements + Workload A, 50%:50% read:update + Requested SLA: 60k write ops, 60k read ops, < 10ms P95 + 1TB dataset + i3.8xlarge | 32 vCPU | 244 GiB RAM | 4 x 1.9TB NVMe + 3-node cluster on single DC | RF=3 20
  • 21. 21 + YCSB, prepared statements
  • 22. 22
  • 23. 23
  • 25. 25
  • 26. 26
  • 27. + Intro to ScyllaDB and Scylla Cloud + Benefits & Use Cases + Demo + Deployment Options + Working with Scylla Cloud + Next Steps 27
  • 28. 28
  • 29. 29 — Jason Mills, + Multi-region deployment + Migrating from Apache Cassandra 2.1 + Use VPC peering (per region)
  • 30. + Intro to ScyllaDB and Scylla Cloud + Benefits & Benchmarks + Demo + Deployment Options + Working with Scylla Cloud + Next Steps 30
  • 31. 31 Instance Type vCPUs RAM (GB) Storage (TB) t2.micro 1 .5 .005 EBS i3.large 2 15.25 0.475 SSD i3.xlarge 4 30.5 0.95 SSD i3.2xlarge 8 61 1.9 SSD i3.4xlarge 16 122 3.8 SSD i3.8xlarge 32 244 7.6 SSD i3.16xlarge 64 488 15.2 SSD Hourly Annual/Monthly Annual/Upfront t2.micro ✔ i3 family ✔ ✔ ✔ Flexible Pricing OptionsRange of Instances
  • 32. Zone A Zone B Zone C Region 32
  • 33. Rack A Rack B Rack C DC AWS Scylla Region DC Zone Rack 33
  • 34. Rack A Rack B Rack C DC 34
  • 35. Rack A Rack B Rack C DC 35
  • 36. Rack A Rack B Rack C DC Zone A Zone B 36
  • 37. Zone 1A Zone 1B Zone 1C Region 1 Zone 2A Zone 2B Zone 2C Region 2 Zone 3A Zone 3B Zone 3C Region 3 37
  • 38. + Intro to ScyllaDB and Scylla Cloud + Benefits & Benchmarks + Demo + Deployment Options + Working with Scylla Cloud + Next Steps 38
  • 39. App App App App App App Read and Write with RF= { 'class' : 'NetworkTopologyStrategy', 'EU' : 3, US : 3}; CL=LOCAL_QUORUM Write 39
  • 40. Read and Write with RF= { 'class' : 'NetworkTopologyStrategy', 'EU' : 3, US : 3}; CL=LOCAL_QUORUM App App App App App App Read 40
  • 41. + What happens if the server I’m connected to is gone?! How do we balance + Drivers can set HA policy and multi-dc setting for resiliency >>> from cassandra.policies import DCAwareRoundRobinPolicy >>> cluster = Cluster( contact_points=['12.9.31.182, 12.9.31.183, 12.9.31.184'], load_balancing_policy= TokenAwarePolicy(DCAwareRoundRobinPolicy(local_dc='EU')), default_retry_policy = RetryPolicy() )
  • 42. SSTable Loader SSTables CQL CQL CQL Client CQLCQL Client 42 + Dual Write Application logic is updated to write to both DBs + Forklifting Migrate historical data from Cassandra SSTables to Scylla + Dual Reads Ongoing validation of data sync between the two DBs
  • 43. + Intro to ScyllaDB and Scylla Cloud + Benefits & Use Cases + Demo + Deployment Options + Working with Scylla Cloud + Next Steps 43
  • 44. 44 Take a class at Scylla University Read our Scylla Cloud On-boarding blog post Sign up for the Scylla Slack channel Sign up and get started now