SlideShare a Scribd company logo
1 of 38
Introducing DataStax Enterprise 4.7
Purpose built for web, mobile, and IoT applications
Robin Schumacher
VP Products
Thank you for joining. We will begin shortly.
All attendees
placed on mute
Input questions at any time
using the online interface
Webinar Housekeeping
Agenda
• Overview of DataStax
• Common need of modern Web, mobile, and IoT applications
• Overview of what’s new in DSE 4.7
• Details of DSE 4.7:
• DSE Search enhancements
• DSE Analytics enhancements
• DSE In-Memory enhancements
• DSE Advanced Security enhancements
• Other DSE enhancements
• What’s new in OpsCenter 5.1?
• Sneak peek at OpsCenter 5.2
• Wrap up
3
Your Life With DataStax
5
• DataStax delivers Apache Cassandra in a
database platform purpose built for the
performance and availability demands of
Web, Mobile, and IOT applications.
• Gives enterprises a secure always-on
database that remains operationally simple
when scaled in a single datacenter or
across multiple datacenters and clouds.
Users Spanning All Verticals
6
Cassandra – What’s the Difference?
7
Cassandra can then
DELIVER…
 Disaster Avoidance
 Multi Datacenter and Cloud
 Predictable Performance
Cassandra is DESIGNED
to solve…
 Relentless Availability
 High Performance
 Linear Scale
Cassandra is DIFFERENT
because…
 NO Primary or Master
 Fully Distributed
 Operationally Simple
Cassandra – Leading in Performance
What do all Modern Web/Mobile/IoT Apps Have in Common?
Mixed Workload!
• All modern Web/Mobile/IoT applications have “mixed workload” requirements.
• Transactional, analytical, search, in-memory, etc., workloads have different data
access patterns, needs, and demands.
• Having mixed workloads run on one database is bad because the different
workload compete for data and compute resources and often block each other.
• Architects have typically “sharded” or separated workloads by using different
databases /vendors for an application.
• Difficult to do because you have multiple databases to deal with and pay for, data
is constantly being unloaded/loaded into all the systems.
• Security risk – multiple opportunities for hackers.
©2015 DataStax Confidential. Do not distribute without consent. Transactions Analytics Search
DSE – the Only Database Platform Solving Mixed Workload
©2015 DataStax Confidential. Do not distribute without consent.
Typical Sharded Mixed Workload Application DataStax Enterprise
Multiple databases/vendors/education One database platform/vendor/education
Manually separate & maintain data across different systems Automatic maintenance & separation of data in one system
Oftentimes requires expensive extract-transform-load tools No need to ETL tools
Multiple security paradigms/multiple hacker opportunities One, uniform security paradigm
Multiple management tools needed One management tool needed
It’s Easy with DSE
12
Going into
production with
Cassandra?
Need mixed
workload
support?
©2015 DataStax Confidential. Do not distribute without consent.
Mixed Workload Management – How Does it Work?
• When DataStax Enterprise is installed, you specify what nodes will be dedicated
to OLTP, analytic, and enterprise search processing.
• Existing clusters can also be expanded to include analytic/search nodes.
• Replica groups are created that keep all data distributed and replicated across
the transactional, analytic groups, and search groups.
• Reads and writes can be handled on any node.
©2015 DataStax Confidential. Do not distribute without consent.
Announcing DataStax Enterprise 4.7
• Faster and more flexible enterprise search, upgraded analytics with
auto-high availability, enhanced in-memory computing support,
improved security, and production-certified Cassandra 2.1.
• DSE continues to be the first and best database choice for Web,
Mobile and IoT applications that have mixed workloads.
14
DataStax Enterprise 4.7
15
Let’s Talk About Search…
16©2015 DataStax Confidential. Do not distribute without consent.
DSE Search – “Live Indexing”
17
What is it? Benefit
Live Indexing makes new,
incoming data accessible
to search requests very
quickly.
• Ensures little to no gap between new data entering a
system and when customers can find it
• Not available in open source Solr or Elasticsearch
©2015 DataStax Confidential. Do not distribute without consent.
DSE Search – Enabling “Search-Lytics”
18
What is it? Benefit
Spark SparkSQL query
language can use Solr
syntax to search and
analyze data.
• Greatly extends SparkSQL query abilities to be even more
powerful
• Delivers potential for faster response times for Spark
queries
©2015 DataStax Confidential. Do not distribute without consent.
Example wildcard query using both DSE Analytics and DSE Search:
val table = sc.cassandraTable("music","solr")
val result =
table.select("id","artist_name").where("solr_query='artist_name:Miles*'").collect
DSE Search – Faster, More Flexible, and Upgraded
19
What Benefit
Fault tolerant search automatically
retries search queries on other nodes if
original search node containing data
goes down
• Faster response times for queries that are interrupted
• No need for manual intervention or application code to
retry search queries
Run DSE Analytics and DSE Search
on same node(s)
• Reduces amount of hardware needed for use cases that
allow analytics and search to run together
• Reduces amount of data replicated between nodes
Smart Query Routing transparently
sends search queries to the best
performing nodes in a cluster.
• Helps ensure fastest possible response times for each
individual search request
• Transparent to application; no additional work needed on
part of developers or admins
• Not available in open source Solr or Elasticsearch
Production certification of Solr 4.10 • Delivers over 22 new features that help developers build
applications that need search support
©2015 DataStax Confidential. Do not distribute without consent.
Does Elasticsearch or Apache Solr have…
20
Live indexing that makes data quickly available for search? No.
Intelligent query routing that ensures best search response times? No.
Ability to tightly integrate Spark analytics and search? No.
Functionality to auto-retry failed search requests? No.
Ability to easily scale across multiple data center / clouds? No.
©2015 DataStax Confidential. Do not distribute without consent.
DSE Search
“We had another, distinct Elasticsearch cluster running for search tasks. With DSE, we get
Spark built-in to a database cluster as well as search capabilities via DSE Search, which
removes the need to have separate clusters of Spark and Elasticsearch. We’re using DSE
Search today and will be migrating our separate Spark cluster to DSE soon.” – CIO, Wattgo
21
DSE Analytics – Always On and Upgraded
22
What Benefit
Automatic high availability for real time
analytics (Spark)
• Ensures analytic operations don’t go down
• Removes need for manual involvement in providing failover for
down analytics nodes
Production certification for machine
learning analytics (Spark Mlib)
• Delivers the ability for developers to create applications that utilize
machine learning (e.g. a healthcare app that predicts ER wait times)
New Spark tuning support in DSE
Performance Service
• Provides insight into Spark performance
• Automatically collects important Spark diagnostic data
• Reduces the time to troubleshoot and tune analytics performance
Production certification of Spark 1.2 • Increased performance, improved streaming data support, and
simpler development
JDBC Support • Services applications and tools (e.g. BI tools) wanting to run analytic
operations on Cassandra via JDBC
©2015 DataStax Confidential. Do not distribute without consent.
British Gas Tackles Internet-of-Things with DataStax
Connected Homes, a new business unit, handles IoT-based customer systems
Provides remote control over thermostats and boilers via smart phones/tablets
Delivers analytics on energy usage to customers
Will be using predictive analysis to forecast things like boiler failures
Uses DataStax Enterprise for transactional data consumption and real-time analytics
DSE In-Memory – More Memory Please
24
What Benefit
Increased memory utilization
that uses both Java and non-
Java RAM options
• Increases the amount of data that in in-memory tables can store
by about 50x
• Good for the read-intensive parts of an application where data
changes very little or changes are confined to specific load periods
DSE In-Memory:
• Delivers in-memory computing abilities to Cassandra for applications that
need both in-memory and disk data management.
• Transparent to applications and easy to control / modify.
• Easily monitored in OpsCenter, with alerts and forecasting of future growth
push-button simple.
©2015 DataStax Confidential. Do not distribute without consent.
Improved Data Protection and Security
25
What Benefit
Enhanced transparent data
encryption (TDE) that
separates the encryption keys
(used to ‘unlock’ encrypted
data) from the actual data
• Adds extra data protection by keeping sensitive, encrypted data
and the keys needed to utilize the data apart and on different
servers (think not keeping your ATM card and PIN together in your
wallet)
• Works with partner security products like Vormetric
©2015 DataStax Confidential. Do not distribute without consent.
Netflix Ensures Constant Uptime with DataStax Enterprise
World’s leading streaming media provider with digital revenue $1.5BN+
95% of all Netflix data stored in DSE
Introduction of ‘Profiles’ drove throughput to over 10M transactions per second
Does 1 trillion transactions/day with DSE
Replaced Oracle in six data centers, worldwide, 100% in the cloud
Moved to DSE for advanced security; PCI and SOX compliance
26
Certified Cassandra 2.1
27
What Benefit
Production-certification for
Cassandra 2.1
• Delivers many customer-requested enhancements that improve
maintenance operations and simplify application development
• Supplies dramatic performance increases depending on the use
case (e.g. 75-95% faster)
©2015 DataStax Confidential. Do not distribute without consent.
Intuit Services Millions of Concurrent Customers with DataStax
TurboTax mission critical to Intuit driving 34% of revenue
Turned from Oracle to DataStax for high velocity, always on architecture
Fantastic performance, exceeded Intuit’s 99.99% SLA by delivering 100% uptime
Fast snapshots, rolling upgrades and easy management with Cassandra
56
Mapping DSE 4.7 to Key Personas
29
4.7 Feature Area Developer Admin/Operations CIO/CTO
DSE Search New features for more quickly
developing apps needing
search, no need to code search
retry operations, and no manual
data sharding
Simpler administration,
easier monitoring, and
reduced tuning efforts, and
no separate search system
to manage
Quicker access to new search data for
customers, less hardware costs for
applications needing both search and
analytics, and no need for additional
search vendor
DSE Analytics Additional analytic tools (e.g.
machine learning) for building
analytical app components, and
no manual data sharding
Simplified analytics tuning
and less involvement
needed for analytics high
availability, and no
separate analytics DB to
manage
Constant uptime and smarter
capabilities for analytics applications
and no need for additional analytics
vendor
DSE In-Memory Simple application development
for both disk-based and in-
memory use cases, and no
manual data sharding
Another option to speed
performance for
applications, and no in-
memory cache to manage
Fast application performance and no
need for additional in-memory vendor
DSE Security No application burden
encountered when accessing
sensitive, encrypted data
More options for encrypting
and guarding sensitive data
More protection against hackers and
data thieves
DSE Cassandra 2.1 New features for developing
Web, Mobile, IoT apps
Easier and faster
maintenance operations
Greater speed and capabilities for
critical business systems
©2015 DataStax Confidential. Do not distribute without consent.
Mapping DSE 4.7 to Key Business Challenges
30
Challenge Addressed in DSE 4.7…
Meeting/exceeding performance
SLA’s for IoT, Web, Mobile apps
• More efficient consistency maintenance (repair) functionality in
Cassandra 2.1
• General Cassandra speed improvements in version 2.1
• Improved search speeds with b
• Enhanced DSE In-Memory
Quickly searching for, locating, and
analyzing customer requested data
in IoT, Web, Mobile apps.
• DSE Search Live Indexing
• Smart search query routing
• Automatic retry for search query failures
• Automatic high-availability for Spark analytics
• Ability to run Search and Analytics on same nodes in a cluster
• Extending SparkSQL with Solr search abilities
• New Solr 4.10 application development features
Data privacy and preventing data
breaches.
• Enhanced transparent data encryption that provides separation
of data and keys needed to access encrypted data
©2015 DataStax Confidential. Do not distribute without consent.
OpsCenter 5.1!
• Support for Cassandra incremental repairs in Repair Service.
• Easier monitoring for in-memory option.
• Alerts for transparent data encryption off-server key management.
• Integration with Spark console.
• Percentile graphs.
31©2015 DataStax Confidential. Do not distribute without consent.
Sneak Peek – OpsCenter 5.2!
• More easily provision/add new datacenters and cloud zones.
• Enhanced security with LDAP/Active directory support.
• More intelligent monitoring with built-in guidance on finding hotspots and
bottlenecks, with recommendations on improvements.
• More efficient maintenance of data consistency across a cluster.
32©2015 DataStax Confidential. Do not distribute without consent.
DataStax Enterprise Editions
33
For More Information…
• Downloads of DSE 4.7 and OpsCenter 5.1.2 now available.
• Downloads of DSE Sandbox.
• Online documentation.
• End Point NoSQL benchmark white paper.
• Customer case studies.
• Lots more…
34©2015 DataStax Confidential. Do not distribute without consent.
35©2015 DataStax Confidential. Do not distribute without consent.
36©2015 DataStax Confidential. Do not distribute without consent.
DSE – The Database Platform for Web, Mobile, and IoT
37©2015 DataStax Confidential. Do not distribute without consent.
Q&A - Input questions at any time
using the online interface
Thank You!

More Related Content

What's hot

Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStaxWebinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
DataStax
 
Real Time Analytics with Dse
Real Time Analytics with DseReal Time Analytics with Dse
Real Time Analytics with Dse
DataStax Academy
 

What's hot (20)

Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd KnownCassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
 
Real-time personal trainer on the SMACK stack
Real-time personal trainer on the SMACK stackReal-time personal trainer on the SMACK stack
Real-time personal trainer on the SMACK stack
 
Workshop - How to benchmark your database
Workshop - How to benchmark your databaseWorkshop - How to benchmark your database
Workshop - How to benchmark your database
 
Cisco: Cassandra adoption on Cisco UCS & OpenStack
Cisco: Cassandra adoption on Cisco UCS & OpenStackCisco: Cassandra adoption on Cisco UCS & OpenStack
Cisco: Cassandra adoption on Cisco UCS & OpenStack
 
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStaxWebinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
 
Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...
Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...
Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...
 
Real Time Analytics with Dse
Real Time Analytics with DseReal Time Analytics with Dse
Real Time Analytics with Dse
 
Cassandra Community Webinar: From Mongo to Cassandra, Architectural Lessons
Cassandra Community Webinar: From Mongo to Cassandra, Architectural LessonsCassandra Community Webinar: From Mongo to Cassandra, Architectural Lessons
Cassandra Community Webinar: From Mongo to Cassandra, Architectural Lessons
 
There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...
There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...
There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...
 
Cassandra Development Nirvana
Cassandra Development Nirvana Cassandra Development Nirvana
Cassandra Development Nirvana
 
Keeping your application’s latency SLAs no matter what
Keeping your application’s latency SLAs no matter whatKeeping your application’s latency SLAs no matter what
Keeping your application’s latency SLAs no matter what
 
Cassandra Core Concepts
Cassandra Core ConceptsCassandra Core Concepts
Cassandra Core Concepts
 
Webinar | Introducing DataStax Enterprise 4.6
Webinar | Introducing DataStax Enterprise 4.6Webinar | Introducing DataStax Enterprise 4.6
Webinar | Introducing DataStax Enterprise 4.6
 
The Last Pickle: Distributed Tracing from Application to Database
The Last Pickle: Distributed Tracing from Application to DatabaseThe Last Pickle: Distributed Tracing from Application to Database
The Last Pickle: Distributed Tracing from Application to Database
 
Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...
Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...
Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...
 
Managing Cassandra Databases with OpenStack Trove
Managing Cassandra Databases with OpenStack TroveManaging Cassandra Databases with OpenStack Trove
Managing Cassandra Databases with OpenStack Trove
 
Webinar: DataStax Training - Everything you need to become a Cassandra Rockstar
Webinar: DataStax Training - Everything you need to become a Cassandra RockstarWebinar: DataStax Training - Everything you need to become a Cassandra Rockstar
Webinar: DataStax Training - Everything you need to become a Cassandra Rockstar
 
How jKool Analyzes Streaming Data in Real Time with DataStax
How jKool Analyzes Streaming Data in Real Time with DataStaxHow jKool Analyzes Streaming Data in Real Time with DataStax
How jKool Analyzes Streaming Data in Real Time with DataStax
 
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
 
Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...
Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...
Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...
 

Viewers also liked

What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
DataStax
 

Viewers also liked (19)

Understanding DSE Search by Matt Stump
Understanding DSE Search by Matt StumpUnderstanding DSE Search by Matt Stump
Understanding DSE Search by Matt Stump
 
An Introduction to Distributed Search with Cassandra and Solr
An Introduction to Distributed Search with Cassandra and SolrAn Introduction to Distributed Search with Cassandra and Solr
An Introduction to Distributed Search with Cassandra and Solr
 
C*ollege Credit: Data Modeling for Apache Cassandra
C*ollege Credit: Data Modeling for Apache CassandraC*ollege Credit: Data Modeling for Apache Cassandra
C*ollege Credit: Data Modeling for Apache Cassandra
 
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
 
What is DataStax Enterprise?
What is DataStax Enterprise?What is DataStax Enterprise?
What is DataStax Enterprise?
 
C*ollege Credit: An Introduction to Apache Cassandra
C*ollege Credit: An Introduction to Apache CassandraC*ollege Credit: An Introduction to Apache Cassandra
C*ollege Credit: An Introduction to Apache Cassandra
 
A Cassandra + Solr + Spark Love Triangle Using DataStax Enterprise
A Cassandra + Solr + Spark Love Triangle Using DataStax EnterpriseA Cassandra + Solr + Spark Love Triangle Using DataStax Enterprise
A Cassandra + Solr + Spark Love Triangle Using DataStax Enterprise
 
Community Webinar: 15 Commandments of Cassandra DBAs
Community Webinar: 15 Commandments of Cassandra DBAsCommunity Webinar: 15 Commandments of Cassandra DBAs
Community Webinar: 15 Commandments of Cassandra DBAs
 
Cassandra Community Webinar | The World's Next Top Data Model
Cassandra Community Webinar | The World's Next Top Data ModelCassandra Community Webinar | The World's Next Top Data Model
Cassandra Community Webinar | The World's Next Top Data Model
 
Cassandra Community Webinar | Data Model on Fire
Cassandra Community Webinar | Data Model on FireCassandra Community Webinar | Data Model on Fire
Cassandra Community Webinar | Data Model on Fire
 
Understanding Data Consistency in Apache Cassandra
Understanding Data Consistency in Apache CassandraUnderstanding Data Consistency in Apache Cassandra
Understanding Data Consistency in Apache Cassandra
 
Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...
Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...
Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...
 
Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016
Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016
Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016
 
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
 
Understanding Data Partitioning and Replication in Apache Cassandra
Understanding Data Partitioning and Replication in Apache CassandraUnderstanding Data Partitioning and Replication in Apache Cassandra
Understanding Data Partitioning and Replication in Apache Cassandra
 
What is in All of Those SSTable Files Not Just the Data One but All the Rest ...
What is in All of Those SSTable Files Not Just the Data One but All the Rest ...What is in All of Those SSTable Files Not Just the Data One but All the Rest ...
What is in All of Those SSTable Files Not Just the Data One but All the Rest ...
 
An Overview of Apache Cassandra
An Overview of Apache CassandraAn Overview of Apache Cassandra
An Overview of Apache Cassandra
 
Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...
Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...
Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...
 
Cassandra DataTables Using RESTful API
Cassandra DataTables Using RESTful APICassandra DataTables Using RESTful API
Cassandra DataTables Using RESTful API
 

Similar to Introducing DataStax Enterprise 4.7

Data virtualization
Data virtualizationData virtualization
Data virtualization
Hamed Hatami
 
How To Tell if Your Business Needs NoSQL
How To Tell if Your Business Needs NoSQLHow To Tell if Your Business Needs NoSQL
How To Tell if Your Business Needs NoSQL
DataStax
 

Similar to Introducing DataStax Enterprise 4.7 (20)

Webinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life Easier
Webinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life EasierWebinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life Easier
Webinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life Easier
 
Datastax enterprise presentation
Datastax enterprise presentationDatastax enterprise presentation
Datastax enterprise presentation
 
Apache Cassandra Lunch #75: Getting Started with DataStax Enterprise on Docker
Apache Cassandra Lunch #75: Getting Started with DataStax Enterprise on DockerApache Cassandra Lunch #75: Getting Started with DataStax Enterprise on Docker
Apache Cassandra Lunch #75: Getting Started with DataStax Enterprise on Docker
 
BlueData DataSheet
BlueData DataSheetBlueData DataSheet
BlueData DataSheet
 
Big Data Fabric: A Necessity For Any Successful Big Data Initiative
Big Data Fabric: A Necessity For Any Successful Big Data InitiativeBig Data Fabric: A Necessity For Any Successful Big Data Initiative
Big Data Fabric: A Necessity For Any Successful Big Data Initiative
 
Webinar: Comparing DataStax Enterprise with Open Source Apache Cassandra
Webinar: Comparing DataStax Enterprise with Open Source Apache CassandraWebinar: Comparing DataStax Enterprise with Open Source Apache Cassandra
Webinar: Comparing DataStax Enterprise with Open Source Apache Cassandra
 
Data virtualization
Data virtualizationData virtualization
Data virtualization
 
Designing a modern data warehouse in azure
Designing a modern data warehouse in azure   Designing a modern data warehouse in azure
Designing a modern data warehouse in azure
 
Designing a modern data warehouse in azure
Designing a modern data warehouse in azure   Designing a modern data warehouse in azure
Designing a modern data warehouse in azure
 
How to Build Multi-disciplinary Analytics Applications on a Shared Data Platform
How to Build Multi-disciplinary Analytics Applications on a Shared Data PlatformHow to Build Multi-disciplinary Analytics Applications on a Shared Data Platform
How to Build Multi-disciplinary Analytics Applications on a Shared Data Platform
 
2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics
 
Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...
Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...
Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...
 
Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...
Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...
Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...
 
QuerySurge Slide Deck for Big Data Testing Webinar
QuerySurge Slide Deck for Big Data Testing WebinarQuerySurge Slide Deck for Big Data Testing Webinar
QuerySurge Slide Deck for Big Data Testing Webinar
 
How To Tell if Your Business Needs NoSQL
How To Tell if Your Business Needs NoSQLHow To Tell if Your Business Needs NoSQL
How To Tell if Your Business Needs NoSQL
 
ADV Slides: When and How Data Lakes Fit into a Modern Data Architecture
ADV Slides: When and How Data Lakes Fit into a Modern Data ArchitectureADV Slides: When and How Data Lakes Fit into a Modern Data Architecture
ADV Slides: When and How Data Lakes Fit into a Modern Data Architecture
 
Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...
Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...
Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...
 
Demystifying Data Warehouse as a Service (DWaaS)
Demystifying Data Warehouse as a Service (DWaaS)Demystifying Data Warehouse as a Service (DWaaS)
Demystifying Data Warehouse as a Service (DWaaS)
 
Data Lakehouse, Data Mesh, and Data Fabric (r2)
Data Lakehouse, Data Mesh, and Data Fabric (r2)Data Lakehouse, Data Mesh, and Data Fabric (r2)
Data Lakehouse, Data Mesh, and Data Fabric (r2)
 
Azure synapse by usama whaba khan
Azure synapse by usama whaba khanAzure synapse by usama whaba khan
Azure synapse by usama whaba khan
 

More from DataStax

More from DataStax (20)

Is Your Enterprise Ready to Shine This Holiday Season?
Is Your Enterprise Ready to Shine This Holiday Season?Is Your Enterprise Ready to Shine This Holiday Season?
Is Your Enterprise Ready to Shine This Holiday Season?
 
Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...
Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...
Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...
 
Running DataStax Enterprise in VMware Cloud and Hybrid Environments
Running DataStax Enterprise in VMware Cloud and Hybrid EnvironmentsRunning DataStax Enterprise in VMware Cloud and Hybrid Environments
Running DataStax Enterprise in VMware Cloud and Hybrid Environments
 
Best Practices for Getting to Production with DataStax Enterprise Graph
Best Practices for Getting to Production with DataStax Enterprise GraphBest Practices for Getting to Production with DataStax Enterprise Graph
Best Practices for Getting to Production with DataStax Enterprise Graph
 
Webinar | Data Management for Hybrid and Multi-Cloud: A Four-Step Journey
Webinar | Data Management for Hybrid and Multi-Cloud: A Four-Step JourneyWebinar | Data Management for Hybrid and Multi-Cloud: A Four-Step Journey
Webinar | Data Management for Hybrid and Multi-Cloud: A Four-Step Journey
 
Webinar | How to Understand Apache Cassandra™ Performance Through Read/Writ...
Webinar  |  How to Understand Apache Cassandra™ Performance Through Read/Writ...Webinar  |  How to Understand Apache Cassandra™ Performance Through Read/Writ...
Webinar | How to Understand Apache Cassandra™ Performance Through Read/Writ...
 
Webinar | Better Together: Apache Cassandra and Apache Kafka
Webinar  |  Better Together: Apache Cassandra and Apache KafkaWebinar  |  Better Together: Apache Cassandra and Apache Kafka
Webinar | Better Together: Apache Cassandra and Apache Kafka
 
Top 10 Best Practices for Apache Cassandra and DataStax Enterprise
Top 10 Best Practices for Apache Cassandra and DataStax EnterpriseTop 10 Best Practices for Apache Cassandra and DataStax Enterprise
Top 10 Best Practices for Apache Cassandra and DataStax Enterprise
 
Introduction to Apache Cassandra™ + What’s New in 4.0
Introduction to Apache Cassandra™ + What’s New in 4.0Introduction to Apache Cassandra™ + What’s New in 4.0
Introduction to Apache Cassandra™ + What’s New in 4.0
 
Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...
Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...
Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...
 
Webinar | Aligning GDPR Requirements with Today's Hybrid Cloud Realities
Webinar  |  Aligning GDPR Requirements with Today's Hybrid Cloud RealitiesWebinar  |  Aligning GDPR Requirements with Today's Hybrid Cloud Realities
Webinar | Aligning GDPR Requirements with Today's Hybrid Cloud Realities
 
Designing a Distributed Cloud Database for Dummies
Designing a Distributed Cloud Database for DummiesDesigning a Distributed Cloud Database for Dummies
Designing a Distributed Cloud Database for Dummies
 
How to Power Innovation with Geo-Distributed Data Management in Hybrid Cloud
How to Power Innovation with Geo-Distributed Data Management in Hybrid CloudHow to Power Innovation with Geo-Distributed Data Management in Hybrid Cloud
How to Power Innovation with Geo-Distributed Data Management in Hybrid Cloud
 
How to Evaluate Cloud Databases for eCommerce
How to Evaluate Cloud Databases for eCommerceHow to Evaluate Cloud Databases for eCommerce
How to Evaluate Cloud Databases for eCommerce
 
Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...
Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...
Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...
 
Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...
Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...
Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...
 
Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...
Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...
Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...
 
Datastax - The Architect's guide to customer experience (CX)
Datastax - The Architect's guide to customer experience (CX)Datastax - The Architect's guide to customer experience (CX)
Datastax - The Architect's guide to customer experience (CX)
 
An Operational Data Layer is Critical for Transformative Banking Applications
An Operational Data Layer is Critical for Transformative Banking ApplicationsAn Operational Data Layer is Critical for Transformative Banking Applications
An Operational Data Layer is Critical for Transformative Banking Applications
 
Becoming a Customer-Centric Enterprise Via Real-Time Data and Design Thinking
Becoming a Customer-Centric Enterprise Via Real-Time Data and Design ThinkingBecoming a Customer-Centric Enterprise Via Real-Time Data and Design Thinking
Becoming a Customer-Centric Enterprise Via Real-Time Data and Design Thinking
 

Recently uploaded

Recently uploaded (20)

Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

Introducing DataStax Enterprise 4.7

  • 1. Introducing DataStax Enterprise 4.7 Purpose built for web, mobile, and IoT applications Robin Schumacher VP Products Thank you for joining. We will begin shortly.
  • 2. All attendees placed on mute Input questions at any time using the online interface Webinar Housekeeping
  • 3. Agenda • Overview of DataStax • Common need of modern Web, mobile, and IoT applications • Overview of what’s new in DSE 4.7 • Details of DSE 4.7: • DSE Search enhancements • DSE Analytics enhancements • DSE In-Memory enhancements • DSE Advanced Security enhancements • Other DSE enhancements • What’s new in OpsCenter 5.1? • Sneak peek at OpsCenter 5.2 • Wrap up 3
  • 4.
  • 5. Your Life With DataStax 5 • DataStax delivers Apache Cassandra in a database platform purpose built for the performance and availability demands of Web, Mobile, and IOT applications. • Gives enterprises a secure always-on database that remains operationally simple when scaled in a single datacenter or across multiple datacenters and clouds.
  • 6. Users Spanning All Verticals 6
  • 7. Cassandra – What’s the Difference? 7 Cassandra can then DELIVER…  Disaster Avoidance  Multi Datacenter and Cloud  Predictable Performance Cassandra is DESIGNED to solve…  Relentless Availability  High Performance  Linear Scale Cassandra is DIFFERENT because…  NO Primary or Master  Fully Distributed  Operationally Simple
  • 8. Cassandra – Leading in Performance
  • 9. What do all Modern Web/Mobile/IoT Apps Have in Common?
  • 10. Mixed Workload! • All modern Web/Mobile/IoT applications have “mixed workload” requirements. • Transactional, analytical, search, in-memory, etc., workloads have different data access patterns, needs, and demands. • Having mixed workloads run on one database is bad because the different workload compete for data and compute resources and often block each other. • Architects have typically “sharded” or separated workloads by using different databases /vendors for an application. • Difficult to do because you have multiple databases to deal with and pay for, data is constantly being unloaded/loaded into all the systems. • Security risk – multiple opportunities for hackers. ©2015 DataStax Confidential. Do not distribute without consent. Transactions Analytics Search
  • 11. DSE – the Only Database Platform Solving Mixed Workload ©2015 DataStax Confidential. Do not distribute without consent. Typical Sharded Mixed Workload Application DataStax Enterprise Multiple databases/vendors/education One database platform/vendor/education Manually separate & maintain data across different systems Automatic maintenance & separation of data in one system Oftentimes requires expensive extract-transform-load tools No need to ETL tools Multiple security paradigms/multiple hacker opportunities One, uniform security paradigm Multiple management tools needed One management tool needed
  • 12. It’s Easy with DSE 12 Going into production with Cassandra? Need mixed workload support? ©2015 DataStax Confidential. Do not distribute without consent.
  • 13. Mixed Workload Management – How Does it Work? • When DataStax Enterprise is installed, you specify what nodes will be dedicated to OLTP, analytic, and enterprise search processing. • Existing clusters can also be expanded to include analytic/search nodes. • Replica groups are created that keep all data distributed and replicated across the transactional, analytic groups, and search groups. • Reads and writes can be handled on any node. ©2015 DataStax Confidential. Do not distribute without consent.
  • 14. Announcing DataStax Enterprise 4.7 • Faster and more flexible enterprise search, upgraded analytics with auto-high availability, enhanced in-memory computing support, improved security, and production-certified Cassandra 2.1. • DSE continues to be the first and best database choice for Web, Mobile and IoT applications that have mixed workloads. 14 DataStax Enterprise 4.7
  • 15. 15
  • 16. Let’s Talk About Search… 16©2015 DataStax Confidential. Do not distribute without consent.
  • 17. DSE Search – “Live Indexing” 17 What is it? Benefit Live Indexing makes new, incoming data accessible to search requests very quickly. • Ensures little to no gap between new data entering a system and when customers can find it • Not available in open source Solr or Elasticsearch ©2015 DataStax Confidential. Do not distribute without consent.
  • 18. DSE Search – Enabling “Search-Lytics” 18 What is it? Benefit Spark SparkSQL query language can use Solr syntax to search and analyze data. • Greatly extends SparkSQL query abilities to be even more powerful • Delivers potential for faster response times for Spark queries ©2015 DataStax Confidential. Do not distribute without consent. Example wildcard query using both DSE Analytics and DSE Search: val table = sc.cassandraTable("music","solr") val result = table.select("id","artist_name").where("solr_query='artist_name:Miles*'").collect
  • 19. DSE Search – Faster, More Flexible, and Upgraded 19 What Benefit Fault tolerant search automatically retries search queries on other nodes if original search node containing data goes down • Faster response times for queries that are interrupted • No need for manual intervention or application code to retry search queries Run DSE Analytics and DSE Search on same node(s) • Reduces amount of hardware needed for use cases that allow analytics and search to run together • Reduces amount of data replicated between nodes Smart Query Routing transparently sends search queries to the best performing nodes in a cluster. • Helps ensure fastest possible response times for each individual search request • Transparent to application; no additional work needed on part of developers or admins • Not available in open source Solr or Elasticsearch Production certification of Solr 4.10 • Delivers over 22 new features that help developers build applications that need search support ©2015 DataStax Confidential. Do not distribute without consent.
  • 20. Does Elasticsearch or Apache Solr have… 20 Live indexing that makes data quickly available for search? No. Intelligent query routing that ensures best search response times? No. Ability to tightly integrate Spark analytics and search? No. Functionality to auto-retry failed search requests? No. Ability to easily scale across multiple data center / clouds? No. ©2015 DataStax Confidential. Do not distribute without consent.
  • 21. DSE Search “We had another, distinct Elasticsearch cluster running for search tasks. With DSE, we get Spark built-in to a database cluster as well as search capabilities via DSE Search, which removes the need to have separate clusters of Spark and Elasticsearch. We’re using DSE Search today and will be migrating our separate Spark cluster to DSE soon.” – CIO, Wattgo 21
  • 22. DSE Analytics – Always On and Upgraded 22 What Benefit Automatic high availability for real time analytics (Spark) • Ensures analytic operations don’t go down • Removes need for manual involvement in providing failover for down analytics nodes Production certification for machine learning analytics (Spark Mlib) • Delivers the ability for developers to create applications that utilize machine learning (e.g. a healthcare app that predicts ER wait times) New Spark tuning support in DSE Performance Service • Provides insight into Spark performance • Automatically collects important Spark diagnostic data • Reduces the time to troubleshoot and tune analytics performance Production certification of Spark 1.2 • Increased performance, improved streaming data support, and simpler development JDBC Support • Services applications and tools (e.g. BI tools) wanting to run analytic operations on Cassandra via JDBC ©2015 DataStax Confidential. Do not distribute without consent.
  • 23. British Gas Tackles Internet-of-Things with DataStax Connected Homes, a new business unit, handles IoT-based customer systems Provides remote control over thermostats and boilers via smart phones/tablets Delivers analytics on energy usage to customers Will be using predictive analysis to forecast things like boiler failures Uses DataStax Enterprise for transactional data consumption and real-time analytics
  • 24. DSE In-Memory – More Memory Please 24 What Benefit Increased memory utilization that uses both Java and non- Java RAM options • Increases the amount of data that in in-memory tables can store by about 50x • Good for the read-intensive parts of an application where data changes very little or changes are confined to specific load periods DSE In-Memory: • Delivers in-memory computing abilities to Cassandra for applications that need both in-memory and disk data management. • Transparent to applications and easy to control / modify. • Easily monitored in OpsCenter, with alerts and forecasting of future growth push-button simple. ©2015 DataStax Confidential. Do not distribute without consent.
  • 25. Improved Data Protection and Security 25 What Benefit Enhanced transparent data encryption (TDE) that separates the encryption keys (used to ‘unlock’ encrypted data) from the actual data • Adds extra data protection by keeping sensitive, encrypted data and the keys needed to utilize the data apart and on different servers (think not keeping your ATM card and PIN together in your wallet) • Works with partner security products like Vormetric ©2015 DataStax Confidential. Do not distribute without consent.
  • 26. Netflix Ensures Constant Uptime with DataStax Enterprise World’s leading streaming media provider with digital revenue $1.5BN+ 95% of all Netflix data stored in DSE Introduction of ‘Profiles’ drove throughput to over 10M transactions per second Does 1 trillion transactions/day with DSE Replaced Oracle in six data centers, worldwide, 100% in the cloud Moved to DSE for advanced security; PCI and SOX compliance 26
  • 27. Certified Cassandra 2.1 27 What Benefit Production-certification for Cassandra 2.1 • Delivers many customer-requested enhancements that improve maintenance operations and simplify application development • Supplies dramatic performance increases depending on the use case (e.g. 75-95% faster) ©2015 DataStax Confidential. Do not distribute without consent.
  • 28. Intuit Services Millions of Concurrent Customers with DataStax TurboTax mission critical to Intuit driving 34% of revenue Turned from Oracle to DataStax for high velocity, always on architecture Fantastic performance, exceeded Intuit’s 99.99% SLA by delivering 100% uptime Fast snapshots, rolling upgrades and easy management with Cassandra 56
  • 29. Mapping DSE 4.7 to Key Personas 29 4.7 Feature Area Developer Admin/Operations CIO/CTO DSE Search New features for more quickly developing apps needing search, no need to code search retry operations, and no manual data sharding Simpler administration, easier monitoring, and reduced tuning efforts, and no separate search system to manage Quicker access to new search data for customers, less hardware costs for applications needing both search and analytics, and no need for additional search vendor DSE Analytics Additional analytic tools (e.g. machine learning) for building analytical app components, and no manual data sharding Simplified analytics tuning and less involvement needed for analytics high availability, and no separate analytics DB to manage Constant uptime and smarter capabilities for analytics applications and no need for additional analytics vendor DSE In-Memory Simple application development for both disk-based and in- memory use cases, and no manual data sharding Another option to speed performance for applications, and no in- memory cache to manage Fast application performance and no need for additional in-memory vendor DSE Security No application burden encountered when accessing sensitive, encrypted data More options for encrypting and guarding sensitive data More protection against hackers and data thieves DSE Cassandra 2.1 New features for developing Web, Mobile, IoT apps Easier and faster maintenance operations Greater speed and capabilities for critical business systems ©2015 DataStax Confidential. Do not distribute without consent.
  • 30. Mapping DSE 4.7 to Key Business Challenges 30 Challenge Addressed in DSE 4.7… Meeting/exceeding performance SLA’s for IoT, Web, Mobile apps • More efficient consistency maintenance (repair) functionality in Cassandra 2.1 • General Cassandra speed improvements in version 2.1 • Improved search speeds with b • Enhanced DSE In-Memory Quickly searching for, locating, and analyzing customer requested data in IoT, Web, Mobile apps. • DSE Search Live Indexing • Smart search query routing • Automatic retry for search query failures • Automatic high-availability for Spark analytics • Ability to run Search and Analytics on same nodes in a cluster • Extending SparkSQL with Solr search abilities • New Solr 4.10 application development features Data privacy and preventing data breaches. • Enhanced transparent data encryption that provides separation of data and keys needed to access encrypted data ©2015 DataStax Confidential. Do not distribute without consent.
  • 31. OpsCenter 5.1! • Support for Cassandra incremental repairs in Repair Service. • Easier monitoring for in-memory option. • Alerts for transparent data encryption off-server key management. • Integration with Spark console. • Percentile graphs. 31©2015 DataStax Confidential. Do not distribute without consent.
  • 32. Sneak Peek – OpsCenter 5.2! • More easily provision/add new datacenters and cloud zones. • Enhanced security with LDAP/Active directory support. • More intelligent monitoring with built-in guidance on finding hotspots and bottlenecks, with recommendations on improvements. • More efficient maintenance of data consistency across a cluster. 32©2015 DataStax Confidential. Do not distribute without consent.
  • 34. For More Information… • Downloads of DSE 4.7 and OpsCenter 5.1.2 now available. • Downloads of DSE Sandbox. • Online documentation. • End Point NoSQL benchmark white paper. • Customer case studies. • Lots more… 34©2015 DataStax Confidential. Do not distribute without consent.
  • 35. 35©2015 DataStax Confidential. Do not distribute without consent.
  • 36. 36©2015 DataStax Confidential. Do not distribute without consent.
  • 37. DSE – The Database Platform for Web, Mobile, and IoT 37©2015 DataStax Confidential. Do not distribute without consent.
  • 38. Q&A - Input questions at any time using the online interface Thank You!