SlideShare a Scribd company logo
1 of 30
| © Copyright 2023, InfluxData
1
Introducing:
InfluxDB Clustered
September 2023
| © Copyright 2023, InfluxData
2
Introductions
Gunnar Aasen
Sr. Product Manager
@ InfluxData
Balaji Palani
Vice President,
Product Marketing
@ InfluxData
| © Copyright 2023, InfluxData
3 | © Copyright 2023, InfluxData
3
Agenda
• Revisiting InfluxDB 3.0
• InfluxDB Clustered
• See it in Action
3
| © Copyright 2023, InfluxData
4
Time series data is
foundational to most modern
applications & services
| © Copyright 2023, InfluxData
5
Time series use cases
Metrics data lake
for monitoring
Ingest, analyze and
correlate in real time,
operational time series
data from systems,
networks, infrastructure,
services and applications.
EXAMPLES:
Network Monitoring, Infrastructure
Monitoring, DevOps Monitoring
etc.
Real time analytics
for IoT
Collect, transform, analyze
and predict in real time,
time series data from
sensors connected to
internet.
EXAMPLES:
Predictive Analytics,
Sensor Monitoring,
Energy Monitoring etc.
Custom Analytics
Applications
Build analytics SaaS
(software as a service)
applications such as in
devops / observability
space using time series
data.
EXAMPLES:
Log Analytics Platform,
Tracing as a service etc.
| © Copyright 2023, InfluxData
6
Challenges with managing time series data
Data is continuously
arriving at high speed
and volume
Applications must
analyze data within
streams and act in real
time
Higher number of tags
collected cause high
cardinality impacting
performance
Massive Scale Real Time Action Data Cardinality
| © Copyright 2023, InfluxData
7
InfluxDB 3.0: Columnar database for high
performance & low TCO
Hot data in
memory
Real
Time
Lowest cost
storage
Cold data in
object store
Unlimited
Cardinality
Optimized writes
& reads
| © Copyright 2023, InfluxData
8 | © Copyright 2023, InfluxData
8
InfluxDB 3.0 Benefits
| © Copyright 2023, InfluxData
9
Store metrics, events, traces in a single
datastore without cardinality concerns
InfluxDB 3.0 enables analysis and storage of
all of the required time series data with all
the required metadata for all of devices and
sources without limitations and helps Reduce
Operational Complexity.
Unlimited
Cardinality
Optimized writes
& reads
Optimized for ingest
scale & speed
One datastore for all
time series data
| © Copyright 2023, InfluxData
10
Deliver sub-second query responses for
recent edge of data
Hot data in
memory
Real
Time
Optimized for low latency
analytical queries
Sub-second responses
for recent data
InfluxDB 3.0 uses Apache Arrow for its
internal data representation:
● Best suited for columnar in-memory analytics
● Optimized for providing instant responses for
live or recently queried data
| © Copyright 2023, InfluxData
11
Deliver faster results even when querying
across longer time ranges
Query
Optimization
DataFusion
Query Engine
Faster data access for
longer time ranges
InfluxDB 3.0 uses DataFusion as it’s
query engine:
● Vectorized execution
● Optimized I/O and pushdown strategies
● Optimized data partitioning
● State of the art parallelism techniques
Performance optimized
columnar analytics
| © Copyright 2023, InfluxData
12
Store 10x more data at reduced costs
Lowest cost
storage
Cold data in
object store
Optimized for lowest cost
long term storage
Superior compression &
reduced TCO
InfluxDB 3.0 persists aged data as Apache
Parquet (maximum compression) on cloud
object store (e.g. S3) which is 3-5x cheaper
than SSD.
| © Copyright 2023, InfluxData
13
Democratize data for faster time to insights
Open Data
Architecture
Zero copy data
sharing
Apache Parquet is an open data standard
enabling interoperability with ML tools and
advanced analytics
Optimized for direct
access with zero copy
Interoperability with AI &
ML tools
| © Copyright 2023, InfluxData
14
Major improvements
over previous
versions of InfluxDB
| © Copyright 2023, InfluxData
15
“InfluxDB 3.0 is a truly bold
release from InfluxData, with
new columnar architecture and
the benefits of separating
compute and storage for
performant, real-time queries
across leading-edge data.”
with
| © Copyright 2023, InfluxData
16 | © Copyright 2023, InfluxData
16
InfluxDB Clustered
| © Copyright 2023, InfluxData
17
Bringing the flexibility of the
cloud and the power of
InfluxDB 3.0 together for the self-
managed stack
| © Copyright 2023, InfluxData
18
Brings InfluxDB 3.0 key tenets of performance
• Unlimited cardinality
• High speed ingest
• Real-time querying
• Superior data compression
to customers deploying their own custom infrastructure
| © Copyright 2023, InfluxData
19
Evolution of InfluxDB Enterprise
InfluxDB Enterprise
• Deployed in Kubernetes
• Complete the InfluxDB 3.0 product portfolio
• Deliver on our promise to customers
| © Copyright 2023, InfluxData
20
Gain all capabilities of InfluxDB 3.0
Now specifically packaged &
configured
For unique hosting environments &
data storage requirements
| © Copyright 2023, InfluxData
21
Who is InfluxDB Clustered for?
1. Large enterprises that want performance
at scale
2. Organizations wanting better control over
their data and it’s underlying infrastructure
3. Customers looking for enterprise-grade
security
| © Copyright 2023, InfluxData
22
1 / Large enterprises that want performance
at scale
What are some of
the examples?
Example 1:
Central observability
platform for their
entire company
Example 2:
Central monitoring
hub for their fleet of
IoT sensors & devices
Example 3:
Real-time events
analytics pipeline for
applications
Why it matters?
• Enables customers to consolidate multiple tools and analytics
solutions into a single platform
• Delivers elasticity to customer-managed InfluxDB
• Enables customers to grow without compromising on performance
Customer Impact
• Reduces TCO
• Accelerates time to market
• Delivers on performance and scale
| © Copyright 2023, InfluxData
23
2 / Organizations that want better control over
their data and underlying infrastructure
What does this mean?
• Organizations have complete visibility and control over their
underlying infrastructure including custom environments.
• Customers can further tune their database controls to meet specific
performance requirements for their workloads
Why it matters?
• Supports InfluxDB 3.0 deployment almost everywhere
• Enables custom tuned workloads
Customer Impact
• Customers can meet specific regulatory or business requirements
when it comes to storing & processing their data
• Flexibility to optimize for performance, scale and / or cost
| © Copyright 2023, InfluxData
24
3 / Enterprise-grade security & compliance
What does this mean?
InfluxDB Clustered customers can configure for:
• Data encryption in transit & at rest
• Private networking (in their private cloud)
• Enterprise SSO
Why it matters?
• Enterprise customers care about enterprise-grade security
• Less maintenance overhead on adding or deleting users
• Lower data transfer costs for sending data from their applications into
their InfluxDB cluster configured in private cloud setting
Customer Impact
• Customers can meet compliance requirements with their internal
security teams
• Lower TCO
| © Copyright 2023, InfluxData
25 | © Copyright 2023, InfluxData
25
Demo
| © Copyright 2023, InfluxData
26
Let’s see it in action
| © Copyright 2023, InfluxData
27
InfluxDB 3.0: Run on the cloud & on-premises
| © Copyright 2023, InfluxData
28
Get better performance at scale & Lower
your TCO with InfluxDB Clustered
InfluxDB Clustered
| © Copyright 2023, InfluxData
29 | © Copyright 2023, InfluxData
29
Q&A
| © Copyright 2023, InfluxData
30
T H A N K Y O U

More Related Content

What's hot

Red Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveRed Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep Dive
Greg Hoelzer
 

What's hot (20)

Red Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveRed Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep Dive
 
Coffee Break NeuVector
Coffee Break NeuVectorCoffee Break NeuVector
Coffee Break NeuVector
 
Introduction to Kubernetes Workshop
Introduction to Kubernetes WorkshopIntroduction to Kubernetes Workshop
Introduction to Kubernetes Workshop
 
Oracle Enterprise manager SNMP and Exadata
Oracle Enterprise manager SNMP and ExadataOracle Enterprise manager SNMP and Exadata
Oracle Enterprise manager SNMP and Exadata
 
Azure Security and Management
Azure Security and ManagementAzure Security and Management
Azure Security and Management
 
Citrix adc technical overview
Citrix adc   technical overviewCitrix adc   technical overview
Citrix adc technical overview
 
Splunk HTTP Event Collector
Splunk HTTP Event CollectorSplunk HTTP Event Collector
Splunk HTTP Event Collector
 
Deep Dive: Scaling Up to Your First 10 Million Users
Deep Dive: Scaling Up to Your First 10 Million UsersDeep Dive: Scaling Up to Your First 10 Million Users
Deep Dive: Scaling Up to Your First 10 Million Users
 
Couchbase 101
Couchbase 101 Couchbase 101
Couchbase 101
 
Reduce SRE Stress: Minimizing Service Downtime with Grafana, InfluxDB and Tel...
Reduce SRE Stress: Minimizing Service Downtime with Grafana, InfluxDB and Tel...Reduce SRE Stress: Minimizing Service Downtime with Grafana, InfluxDB and Tel...
Reduce SRE Stress: Minimizing Service Downtime with Grafana, InfluxDB and Tel...
 
Jacob Marble [InfluxData] | Observability with InfluxDB IOx and OpenTelemetry...
Jacob Marble [InfluxData] | Observability with InfluxDB IOx and OpenTelemetry...Jacob Marble [InfluxData] | Observability with InfluxDB IOx and OpenTelemetry...
Jacob Marble [InfluxData] | Observability with InfluxDB IOx and OpenTelemetry...
 
How Netflix Uses Druid in Real-time to Ensure a High Quality Streaming Experi...
How Netflix Uses Druid in Real-time to Ensure a High Quality Streaming Experi...How Netflix Uses Druid in Real-time to Ensure a High Quality Streaming Experi...
How Netflix Uses Druid in Real-time to Ensure a High Quality Streaming Experi...
 
Kubernetes 101
Kubernetes 101Kubernetes 101
Kubernetes 101
 
InfluxDB + Telegraf Operator: Easy Kubernetes Monitoring
InfluxDB + Telegraf Operator: Easy Kubernetes MonitoringInfluxDB + Telegraf Operator: Easy Kubernetes Monitoring
InfluxDB + Telegraf Operator: Easy Kubernetes Monitoring
 
Introduction to docker
Introduction to dockerIntroduction to docker
Introduction to docker
 
Hands-On Introduction to Kubernetes at LISA17
Hands-On Introduction to Kubernetes at LISA17Hands-On Introduction to Kubernetes at LISA17
Hands-On Introduction to Kubernetes at LISA17
 
Start Automating InfluxDB Deployments at the Edge with balena
Start Automating InfluxDB Deployments at the Edge with balena Start Automating InfluxDB Deployments at the Edge with balena
Start Automating InfluxDB Deployments at the Edge with balena
 
Presentation de NeuVector 5.0
Presentation de NeuVector 5.0Presentation de NeuVector 5.0
Presentation de NeuVector 5.0
 
Driving Digital Transformation With Containers And Kubernetes Complete Deck
Driving Digital Transformation With Containers And Kubernetes Complete DeckDriving Digital Transformation With Containers And Kubernetes Complete Deck
Driving Digital Transformation With Containers And Kubernetes Complete Deck
 
Intro to kubernetes
Intro to kubernetesIntro to kubernetes
Intro to kubernetes
 

Similar to Announcing InfluxDB Clustered

developing-highly-available-dynamic-hybrid-cloud-environment
developing-highly-available-dynamic-hybrid-cloud-environmentdeveloping-highly-available-dynamic-hybrid-cloud-environment
developing-highly-available-dynamic-hybrid-cloud-environment
Tom Fieldhouse
 

Similar to Announcing InfluxDB Clustered (20)

Introducing InfluxDB Cloud Dedicated
Introducing InfluxDB Cloud DedicatedIntroducing InfluxDB Cloud Dedicated
Introducing InfluxDB Cloud Dedicated
 
Part 2: Cloudera’s Operational Database: Unlocking New Benefits in the Cloud
Part 2: Cloudera’s Operational Database: Unlocking New Benefits in the CloudPart 2: Cloudera’s Operational Database: Unlocking New Benefits in the Cloud
Part 2: Cloudera’s Operational Database: Unlocking New Benefits in the Cloud
 
Comparative studies of Serverless architecture
Comparative studies of Serverless architectureComparative studies of Serverless architecture
Comparative studies of Serverless architecture
 
Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...
Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...
Maximizing Real-Time Data Processing with Apache Kafka and InfluxDB: A Compre...
 
Leader in Cloud and Object Storage for Service Providers
Leader in Cloud and Object Storage for Service ProvidersLeader in Cloud and Object Storage for Service Providers
Leader in Cloud and Object Storage for Service Providers
 
Cloud computing & security basics
Cloud computing & security   basicsCloud computing & security   basics
Cloud computing & security basics
 
An introduction to the cloud 11 v1
An introduction to the cloud 11 v1An introduction to the cloud 11 v1
An introduction to the cloud 11 v1
 
developing-highly-available-dynamic-hybrid-cloud-environment
developing-highly-available-dynamic-hybrid-cloud-environmentdeveloping-highly-available-dynamic-hybrid-cloud-environment
developing-highly-available-dynamic-hybrid-cloud-environment
 
Rethinking the Database in the IoT Era
Rethinking the Database in the IoT EraRethinking the Database in the IoT Era
Rethinking the Database in the IoT Era
 
An introduction and overview to Software as a Service
An introduction and overview to Software as a Service An introduction and overview to Software as a Service
An introduction and overview to Software as a Service
 
Private cloud with vmware
Private cloud with vmwarePrivate cloud with vmware
Private cloud with vmware
 
Why You Should NOT Be Using an RDBMS for Time-stamped Data
Why You Should NOT Be Using an RDBMS for Time-stamped DataWhy You Should NOT Be Using an RDBMS for Time-stamped Data
Why You Should NOT Be Using an RDBMS for Time-stamped Data
 
Why You Should NOT Be Using an RDBS for Time-stamped Data
 Why You Should NOT Be Using an RDBS for Time-stamped Data Why You Should NOT Be Using an RDBS for Time-stamped Data
Why You Should NOT Be Using an RDBS for Time-stamped Data
 
Welcome to the Cloud!
Welcome to the Cloud!Welcome to the Cloud!
Welcome to the Cloud!
 
20230614 LinuxONE Distinguished_Recognition ISSIP_Award_Talk.pptx
20230614 LinuxONE Distinguished_Recognition ISSIP_Award_Talk.pptx20230614 LinuxONE Distinguished_Recognition ISSIP_Award_Talk.pptx
20230614 LinuxONE Distinguished_Recognition ISSIP_Award_Talk.pptx
 
Big data journey to the cloud 5.30.18 asher bartch
Big data journey to the cloud 5.30.18   asher bartchBig data journey to the cloud 5.30.18   asher bartch
Big data journey to the cloud 5.30.18 asher bartch
 
10-IoT Data Analytics, Cloud Computing for IoT, Cloud Based platforms, ML for...
10-IoT Data Analytics, Cloud Computing for IoT, Cloud Based platforms, ML for...10-IoT Data Analytics, Cloud Computing for IoT, Cloud Based platforms, ML for...
10-IoT Data Analytics, Cloud Computing for IoT, Cloud Based platforms, ML for...
 
Unit 1_Introduction to Cloud Technologies.pptx
Unit 1_Introduction to Cloud Technologies.pptxUnit 1_Introduction to Cloud Technologies.pptx
Unit 1_Introduction to Cloud Technologies.pptx
 
Accelerating the Path to Digital with a Cloud Data Strategy
Accelerating the Path to Digital with a Cloud Data StrategyAccelerating the Path to Digital with a Cloud Data Strategy
Accelerating the Path to Digital with a Cloud Data Strategy
 
Cisco Secure Enclaves Architecture
Cisco Secure Enclaves ArchitectureCisco Secure Enclaves Architecture
Cisco Secure Enclaves Architecture
 

More from InfluxData

How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
InfluxData
 
How Delft University's Engineering Students Make Their EV Formula-Style Race ...
How Delft University's Engineering Students Make Their EV Formula-Style Race ...How Delft University's Engineering Students Make Their EV Formula-Style Race ...
How Delft University's Engineering Students Make Their EV Formula-Style Race ...
InfluxData
 
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
InfluxData
 
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
InfluxData
 
Paul Dix [InfluxData] The Journey of InfluxDB | InfluxDays 2022
Paul Dix [InfluxData] The Journey of InfluxDB | InfluxDays 2022Paul Dix [InfluxData] The Journey of InfluxDB | InfluxDays 2022
Paul Dix [InfluxData] The Journey of InfluxDB | InfluxDays 2022
InfluxData
 

More from InfluxData (20)

Best Practices for Leveraging the Apache Arrow Ecosystem
Best Practices for Leveraging the Apache Arrow EcosystemBest Practices for Leveraging the Apache Arrow Ecosystem
Best Practices for Leveraging the Apache Arrow Ecosystem
 
How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...
How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...
How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...
 
Power Your Predictive Analytics with InfluxDB
Power Your Predictive Analytics with InfluxDBPower Your Predictive Analytics with InfluxDB
Power Your Predictive Analytics with InfluxDB
 
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
 
Meet the Founders: An Open Discussion About Rewriting Using Rust
Meet the Founders: An Open Discussion About Rewriting Using RustMeet the Founders: An Open Discussion About Rewriting Using Rust
Meet the Founders: An Open Discussion About Rewriting Using Rust
 
Gain Better Observability with OpenTelemetry and InfluxDB
Gain Better Observability with OpenTelemetry and InfluxDB Gain Better Observability with OpenTelemetry and InfluxDB
Gain Better Observability with OpenTelemetry and InfluxDB
 
How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...
How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...
How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...
 
How Delft University's Engineering Students Make Their EV Formula-Style Race ...
How Delft University's Engineering Students Make Their EV Formula-Style Race ...How Delft University's Engineering Students Make Their EV Formula-Style Race ...
How Delft University's Engineering Students Make Their EV Formula-Style Race ...
 
Introducing InfluxDB’s New Time Series Database Storage Engine
Introducing InfluxDB’s New Time Series Database Storage EngineIntroducing InfluxDB’s New Time Series Database Storage Engine
Introducing InfluxDB’s New Time Series Database Storage Engine
 
Understanding InfluxDB’s New Storage Engine
Understanding InfluxDB’s New Storage EngineUnderstanding InfluxDB’s New Storage Engine
Understanding InfluxDB’s New Storage Engine
 
Streamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDB
Streamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDBStreamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDB
Streamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDB
 
Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...
Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...
Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...
 
Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022
Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022
Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022
 
Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022
 
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
 
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
 
Paul Dix [InfluxData] The Journey of InfluxDB | InfluxDays 2022
Paul Dix [InfluxData] The Journey of InfluxDB | InfluxDays 2022Paul Dix [InfluxData] The Journey of InfluxDB | InfluxDays 2022
Paul Dix [InfluxData] The Journey of InfluxDB | InfluxDays 2022
 
Jay Clifford [InfluxData] | Tips & Tricks for Analyzing IIoT in Real-Time | I...
Jay Clifford [InfluxData] | Tips & Tricks for Analyzing IIoT in Real-Time | I...Jay Clifford [InfluxData] | Tips & Tricks for Analyzing IIoT in Real-Time | I...
Jay Clifford [InfluxData] | Tips & Tricks for Analyzing IIoT in Real-Time | I...
 
Brian Gilmore [InfluxData] | Use Case: IIoT Overview | InfluxDays 2022
Brian Gilmore [InfluxData] | Use Case: IIoT Overview | InfluxDays 2022Brian Gilmore [InfluxData] | Use Case: IIoT Overview | InfluxDays 2022
Brian Gilmore [InfluxData] | Use Case: IIoT Overview | InfluxDays 2022
 
Gilmore, Palani [InfluxData] | Use Case: Monitoring / Observability | InfluxD...
Gilmore, Palani [InfluxData] | Use Case: Monitoring / Observability | InfluxD...Gilmore, Palani [InfluxData] | Use Case: Monitoring / Observability | InfluxD...
Gilmore, Palani [InfluxData] | Use Case: Monitoring / Observability | InfluxD...
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Recently uploaded (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
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
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
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
 

Announcing InfluxDB Clustered

  • 1. | © Copyright 2023, InfluxData 1 Introducing: InfluxDB Clustered September 2023
  • 2. | © Copyright 2023, InfluxData 2 Introductions Gunnar Aasen Sr. Product Manager @ InfluxData Balaji Palani Vice President, Product Marketing @ InfluxData
  • 3. | © Copyright 2023, InfluxData 3 | © Copyright 2023, InfluxData 3 Agenda • Revisiting InfluxDB 3.0 • InfluxDB Clustered • See it in Action 3
  • 4. | © Copyright 2023, InfluxData 4 Time series data is foundational to most modern applications & services
  • 5. | © Copyright 2023, InfluxData 5 Time series use cases Metrics data lake for monitoring Ingest, analyze and correlate in real time, operational time series data from systems, networks, infrastructure, services and applications. EXAMPLES: Network Monitoring, Infrastructure Monitoring, DevOps Monitoring etc. Real time analytics for IoT Collect, transform, analyze and predict in real time, time series data from sensors connected to internet. EXAMPLES: Predictive Analytics, Sensor Monitoring, Energy Monitoring etc. Custom Analytics Applications Build analytics SaaS (software as a service) applications such as in devops / observability space using time series data. EXAMPLES: Log Analytics Platform, Tracing as a service etc.
  • 6. | © Copyright 2023, InfluxData 6 Challenges with managing time series data Data is continuously arriving at high speed and volume Applications must analyze data within streams and act in real time Higher number of tags collected cause high cardinality impacting performance Massive Scale Real Time Action Data Cardinality
  • 7. | © Copyright 2023, InfluxData 7 InfluxDB 3.0: Columnar database for high performance & low TCO Hot data in memory Real Time Lowest cost storage Cold data in object store Unlimited Cardinality Optimized writes & reads
  • 8. | © Copyright 2023, InfluxData 8 | © Copyright 2023, InfluxData 8 InfluxDB 3.0 Benefits
  • 9. | © Copyright 2023, InfluxData 9 Store metrics, events, traces in a single datastore without cardinality concerns InfluxDB 3.0 enables analysis and storage of all of the required time series data with all the required metadata for all of devices and sources without limitations and helps Reduce Operational Complexity. Unlimited Cardinality Optimized writes & reads Optimized for ingest scale & speed One datastore for all time series data
  • 10. | © Copyright 2023, InfluxData 10 Deliver sub-second query responses for recent edge of data Hot data in memory Real Time Optimized for low latency analytical queries Sub-second responses for recent data InfluxDB 3.0 uses Apache Arrow for its internal data representation: ● Best suited for columnar in-memory analytics ● Optimized for providing instant responses for live or recently queried data
  • 11. | © Copyright 2023, InfluxData 11 Deliver faster results even when querying across longer time ranges Query Optimization DataFusion Query Engine Faster data access for longer time ranges InfluxDB 3.0 uses DataFusion as it’s query engine: ● Vectorized execution ● Optimized I/O and pushdown strategies ● Optimized data partitioning ● State of the art parallelism techniques Performance optimized columnar analytics
  • 12. | © Copyright 2023, InfluxData 12 Store 10x more data at reduced costs Lowest cost storage Cold data in object store Optimized for lowest cost long term storage Superior compression & reduced TCO InfluxDB 3.0 persists aged data as Apache Parquet (maximum compression) on cloud object store (e.g. S3) which is 3-5x cheaper than SSD.
  • 13. | © Copyright 2023, InfluxData 13 Democratize data for faster time to insights Open Data Architecture Zero copy data sharing Apache Parquet is an open data standard enabling interoperability with ML tools and advanced analytics Optimized for direct access with zero copy Interoperability with AI & ML tools
  • 14. | © Copyright 2023, InfluxData 14 Major improvements over previous versions of InfluxDB
  • 15. | © Copyright 2023, InfluxData 15 “InfluxDB 3.0 is a truly bold release from InfluxData, with new columnar architecture and the benefits of separating compute and storage for performant, real-time queries across leading-edge data.” with
  • 16. | © Copyright 2023, InfluxData 16 | © Copyright 2023, InfluxData 16 InfluxDB Clustered
  • 17. | © Copyright 2023, InfluxData 17 Bringing the flexibility of the cloud and the power of InfluxDB 3.0 together for the self- managed stack
  • 18. | © Copyright 2023, InfluxData 18 Brings InfluxDB 3.0 key tenets of performance • Unlimited cardinality • High speed ingest • Real-time querying • Superior data compression to customers deploying their own custom infrastructure
  • 19. | © Copyright 2023, InfluxData 19 Evolution of InfluxDB Enterprise InfluxDB Enterprise • Deployed in Kubernetes • Complete the InfluxDB 3.0 product portfolio • Deliver on our promise to customers
  • 20. | © Copyright 2023, InfluxData 20 Gain all capabilities of InfluxDB 3.0 Now specifically packaged & configured For unique hosting environments & data storage requirements
  • 21. | © Copyright 2023, InfluxData 21 Who is InfluxDB Clustered for? 1. Large enterprises that want performance at scale 2. Organizations wanting better control over their data and it’s underlying infrastructure 3. Customers looking for enterprise-grade security
  • 22. | © Copyright 2023, InfluxData 22 1 / Large enterprises that want performance at scale What are some of the examples? Example 1: Central observability platform for their entire company Example 2: Central monitoring hub for their fleet of IoT sensors & devices Example 3: Real-time events analytics pipeline for applications Why it matters? • Enables customers to consolidate multiple tools and analytics solutions into a single platform • Delivers elasticity to customer-managed InfluxDB • Enables customers to grow without compromising on performance Customer Impact • Reduces TCO • Accelerates time to market • Delivers on performance and scale
  • 23. | © Copyright 2023, InfluxData 23 2 / Organizations that want better control over their data and underlying infrastructure What does this mean? • Organizations have complete visibility and control over their underlying infrastructure including custom environments. • Customers can further tune their database controls to meet specific performance requirements for their workloads Why it matters? • Supports InfluxDB 3.0 deployment almost everywhere • Enables custom tuned workloads Customer Impact • Customers can meet specific regulatory or business requirements when it comes to storing & processing their data • Flexibility to optimize for performance, scale and / or cost
  • 24. | © Copyright 2023, InfluxData 24 3 / Enterprise-grade security & compliance What does this mean? InfluxDB Clustered customers can configure for: • Data encryption in transit & at rest • Private networking (in their private cloud) • Enterprise SSO Why it matters? • Enterprise customers care about enterprise-grade security • Less maintenance overhead on adding or deleting users • Lower data transfer costs for sending data from their applications into their InfluxDB cluster configured in private cloud setting Customer Impact • Customers can meet compliance requirements with their internal security teams • Lower TCO
  • 25. | © Copyright 2023, InfluxData 25 | © Copyright 2023, InfluxData 25 Demo
  • 26. | © Copyright 2023, InfluxData 26 Let’s see it in action
  • 27. | © Copyright 2023, InfluxData 27 InfluxDB 3.0: Run on the cloud & on-premises
  • 28. | © Copyright 2023, InfluxData 28 Get better performance at scale & Lower your TCO with InfluxDB Clustered InfluxDB Clustered
  • 29. | © Copyright 2023, InfluxData 29 | © Copyright 2023, InfluxData 29 Q&A
  • 30. | © Copyright 2023, InfluxData 30 T H A N K Y O U