SlideShare uma empresa Scribd logo
1 de 61
How to Understand Galera Cluster
Alexey Yurchenko
Codership Oy
2
Agenda
  The difference between traditional (e.g.
MySQL) replication and Galera Cluster.
  General Galera Cluster principles.
Galera Cluster Difference
4
Traditional Replication Approach
Server-centric:
“One server streams data to another”
Server 1
“master”
“slave”
Server 1 Server 2
5
Traditional Replication Approach
Cool topologies!
1
3
2
4
5
8
7
9 10 11 12
1
14
1113
17
1921
23
24
18
20
22
6
16
15
6
Traditional Replication Approach
But there are questions:
  If node C crashes, do we still
have a cluster?
  If node B crashes and clients
failover to C, how B joins back?
  Which node has data X?
  How do we backup the cluster?
B
A
C
7
Galera (wsrep API) Approach
Data-centric:
- it is synchronized between one or more
servers
Server 1 Server 2 Server 3 Server N. . .
There are some Data
(a dataset)
8
Galera (wsrep API) Approach
Data-centric:
Data does not belong to a Node -
Node belongs to Data
9
Galera (wsrep API) Approach
Data-centric:
The dataset needs an ID:
00295a79-9c48-11e2-bdf0-9a916cbb9294
There are some Data
(a dataset)
10
Galera (wsrep API) Approach
Data-centric:
Dataset ID == Cluster ID
00295a79-9c48-11e2-bdf0-9a916cbb9294
Data ServerServerServerServerCluster
11
Data-centric:
Cluster A (9b0e4ad8-a42b-11e2-bdf0-9851bb738edb)
Cluster B (e1eedd79-a5d6-11e2-a801-aae16e1f5226)
Galera (wsrep API) Approach
B
A
C
12
Global Transaction ID (GTID)
00295a79-9c48-11e2-bdf0-9a916cbb9294:64201
Dataset
64198 64199 64200 64201 64202 64203 64204 64205 64206 64207... ...
sequence of atomic changes+
=
13
Global Transaction ID (GTID)
00295a79-9c48-11e2-bdf0-9a916cbb9294:64201
64201
00295a79-
9c48-11e2-
bdf0-
9a916cbb9294:
64201
Transaction sequence
number
Dataset ID
14
Global Transaction ID (GTID)
00295a79-9c48-11e2-bdf0-9a916cbb9294:0
- initial dataset
00295a79-9c48-11e2-bdf0-9a916cbb9294:1
- first change/transaction
00000000-0000-0000-0000-000000000000:-1
- undefined GTID
15
Global Transaction ID (GTID)
Galera GTID:
00295a79-9c48-11e2-bdf0-9a916cbb9294:64201
MySQL 5.6 GTID:
8182213e-7c1e-11e2-a6e2-080027635ef5:12345
16
Global Transaction ID (GTID)
Galera GTID:
00295a79-9c48-11e2-bdf0-9a916cbb9294:64201
MySQL 5.6 GTID:
8182213e-7c1e-11e2-a6e2-080027635ef5:12345
Data/Cluster ID
Server ID
17
Global Transaction ID (GTID)
Galera GTID:
00295a79-9c48-11e2-bdf0-9a916cbb9294:64201
MySQL 5.6 GTID:
8182213e-7c1e-11e2-a6e2-080027635ef5:12345
Data/Cluster ID
Server ID
data change
in the cluster
transaction
processed
by the server
18
Global Transaction ID (GTID)
What we see in MySQL 5.6:
8182213e-7c1e-11e2-a6e2-080027635ef5:12345
8182213e-7c1e-11e2-a6e2-080027635ef5:12346
8182213e-7c1e-11e2-a6e2-080027635ef5:12347
← new master promoted →
f4e3bf7a-a91f-11e2-4e02-3f8dbcffaed8:1
f4e3bf7a-a91f-11e2-4e02-3f8dbcffaed8:2
f4e3bf7a-a91f-11e2-4e02-3f8dbcffaed8:3
19
Global Transaction ID (GTID)
What we see in Galera:
00295a79-9c48-11e2-bdf0-9a916cbb9294:64201
00295a79-9c48-11e2-bdf0-9a916cbb9294:64202
00295a79-9c48-11e2-bdf0-9a916cbb9294:64203
← new master promoted →
00295a79-9c48-11e2-bdf0-9a916cbb9294:64204
00295a79-9c48-11e2-bdf0-9a916cbb9294:64205
00295a79-9c48-11e2-bdf0-9a916cbb9294:64206
20
Global Transaction ID (GTID)
1)  Galera nodes are ANONYMOUS =>
all equal.
2)  Galera cluster == one big distributed
“master”.
21
Global Transaction ID (GTID)
UUID1 UUID2
ASYNCHRONOUS
22
Global Transaction ID (GTID)
UUID1 UUID2
ASYNCHRONOUS
UUID1:123
UUID2:539
UUID1:123
UUID2:543
23
Global Transaction ID (GTID)
SYNCHRONOUS / ASYNCHRONOUS
<==>
SINGLE DATABASE / INDEPENDENT DATABASES
<==>
CONSISTENCY / INCONSISTENCY
24
cluster
Master / Slave ?
master1
slave2
slave1
slave2
slave1
slave2
slave1
slave2
slave1
master2
client1
client2
master for
client 2
master for
client 1
25
Master / Slave ?
1.  Not a node role/function.
2.  Is a relation between a node and a client.
26
Galera Cluster as a Meeting
00295a79-9c48-11e2-
bdf0-9a916cbb9294
27
Galera Cluster as a Meeting
00295a79-9c48-11e2-
bdf0-9a916cbb9294
28
Galera Cluster as a Meeting
00295a79-9c48-11e2-
bdf0-9a916cbb9294
29
Galera Cluster as a Meeting
00295a79-9c48-11e2-
bdf0-9a916cbb9294
30
Galera Cluster as a Meeting
00295a79-9c48-11e2-
bdf0-9a916cbb9294
31
Galera Cluster as a Meeting
00295a79-9c48-11e2-
bdf0-9a916cbb9294
32
Galera Cluster as a Meeting
00295a79-9c48-11e2-
bdf0-9a916cbb9294
33
Galera Cluster as a Meeting
00295a79-9c48-11e2-0800-9a916
cbb9294
34
Galera Cluster as a Meeting
00295a79-9c48-11e2-0800-9a916
cbb9294
? ? ?
35
Galera Cluster as a Meeting
e1eedd79-a5d6-11e2-0800-
a8e16e1f5226
New meeting!
36
Galera Cluster as a Meeting
00295a79-9c48-11e2-
bdf0-9a916cbb9294
Galera way
The “usual” way
37
wsrep_cluster_address
10.0.0.2
10.0.0.1
10.0.0.3 10.0.0.6
10.0.0.4
10.0.0.5
?
38
wsrep_cluster_address
10.0.0.2
10.0.0.1
10.0.0.3 10.0.0.6
10.0.0.4
10.0.0.5
39
wsrep_cluster_address
10.0.0.2
10.0.0.1
10.0.0.3 10.0.0.6
10.0.0.4
10.0.0.5
40
wsrep_cluster_address
10.0.0.2
10.0.0.1
10.0.0.3
10.0.0.6
10.0.0.4
10.0.0.5
41
wsrep_cluster_address
10.0.0.5
?
Nothing
here
42
wsrep_cluster_address
wsrep_cluster_address = gcomm://node1,node2
=> try to connect to members: node1, node2
wsrep_cluster_address = gcomm://
=> no members in the cluster, you are the first
one. Start a new cluster.
43
Node Synchronization (State Transfer)
10.0.0.2
10.0.0.1
10.0.0.3
10.0.0.6
10.0.0.4
10.0.0.5
44
Node Synchronization (State Transfer)
SYNCED
JOINED
SYNCED
DESYNC
SYNCED
UNDEFINEDUNDEFINED
45
Node Synchronization (State Transfer)
New node Cluster Old node
Here's what I've got,
give me what I'm missing
You be
the donor
Found a donor
for you, please hold
Here's your stuff
(through private channel)
JOINER
UNDEFINED
DONOR
JOINED JOINED
SYNCED
catch-up catch-up
SYNCEDSYNCED
46
Primary Component
PRIMARY
47
Primary Component
PRIMARY NON-PRIMARY
48
Primary Component
PRIMARY NON-PRIMARY
keeps on working tries to reconnect
49
Primary Component
PRIMARY
50
Primary Component
NON-PPRIMARY NON-PRIMARY
SPLIT-BRAIN!
51
2-node Cluster and Split Brain
wsrep_provider_options=”pc.ignore_sb”
VIP
clients
52
2-node Cluster and Split Brain
Galera replication can be used in every
manner traditional asynchronous master-
slave replication is.
It implements a SUPERSET
of traditional replication functionality
53
How Synchronous is Galera?
1.  Synchronous penalty.
2.  Slave lag.
54
Galera Synchronous Penalty?
The only thing Galera does synchronously is
copying of data buffer to all cluster
members on COMMIT command from client.
=> ~1 RTT added latency
55
Galera Synchronous Penalty?
~1 RTT added latency
=>
Connection throughput = 1/RTT trx/sec
=>
Total throughput = 1/RTT trx/sec ✕
#connections
56
Galera Synchronous Penalty in WAN (EC2)
- sysbench client at us-east
- sysbench client at eu-west
95%
latencies
Both clients connect to a
standalone server at us-
east accessibility zone
2-node Galera cluster: us-east client
connects to us-east node, eu-west
client connects to eu-west node
57
Galera Synchronous Penalty in WAN (EC2)
- sysbench client at us-east
- sysbench client at eu-west
Throughput
Both clients connect to a
standalone server at us-
east accessibility zone
2-node Galera cluster: us-east client
connects to us-east node, eu-west
client connects to eu-west node
58
Galera Synchronous Penalty?
Still:
CALLAGHAN'S LAW:
A given row can't be modified more often than
1/RTT times a second
(discovered by Mark Callaghan)
59
Slave lag in Galera?
Client Master node Slave node
START TRANSACTION
Replicate
changeset
OK
process
commit
commit
apply
COMMIT
SELECT (stale data)
Questions?
Thank you for listening!
Happy Clustering :-)
61
Galera Cluster as a Meeting

Mais conteúdo relacionado

Mais procurados

Webinar Slides: Migrating to Galera Cluster
Webinar Slides: Migrating to Galera ClusterWebinar Slides: Migrating to Galera Cluster
Webinar Slides: Migrating to Galera Cluster
Severalnines
 
Plny12 galera-cluster-best-practices
Plny12 galera-cluster-best-practicesPlny12 galera-cluster-best-practices
Plny12 galera-cluster-best-practices
Dimas Prasetyo
 

Mais procurados (20)

Webinar slides: Introducing Galera 3.0 - Now supporting MySQL 5.6
Webinar slides: Introducing Galera 3.0 - Now supporting MySQL 5.6Webinar slides: Introducing Galera 3.0 - Now supporting MySQL 5.6
Webinar slides: Introducing Galera 3.0 - Now supporting MySQL 5.6
 
Scaling with sync_replication using Galera and EC2
Scaling with sync_replication using Galera and EC2Scaling with sync_replication using Galera and EC2
Scaling with sync_replication using Galera and EC2
 
Using galera replication to create geo distributed clusters on the wan
Using galera replication to create geo distributed clusters on the wanUsing galera replication to create geo distributed clusters on the wan
Using galera replication to create geo distributed clusters on the wan
 
Codership's galera cluster installation and quickstart webinar march 2016
Codership's galera cluster installation and quickstart webinar march 2016Codership's galera cluster installation and quickstart webinar march 2016
Codership's galera cluster installation and quickstart webinar march 2016
 
Galera webinar migration to galera cluster from my sql async replication
Galera webinar migration to galera cluster from my sql async replicationGalera webinar migration to galera cluster from my sql async replication
Galera webinar migration to galera cluster from my sql async replication
 
Zero Downtime Schema Changes - Galera Cluster - Best Practices
Zero Downtime Schema Changes - Galera Cluster - Best PracticesZero Downtime Schema Changes - Galera Cluster - Best Practices
Zero Downtime Schema Changes - Galera Cluster - Best Practices
 
Maria DB Galera Cluster for High Availability
Maria DB Galera Cluster for High AvailabilityMaria DB Galera Cluster for High Availability
Maria DB Galera Cluster for High Availability
 
Galera 3.0 Webinar Slides: Galera Monitoring & Management
Galera 3.0 Webinar Slides: Galera Monitoring & ManagementGalera 3.0 Webinar Slides: Galera Monitoring & Management
Galera 3.0 Webinar Slides: Galera Monitoring & Management
 
Galera Replication Demystified: How Does It Work?
Galera Replication Demystified: How Does It Work?Galera Replication Demystified: How Does It Work?
Galera Replication Demystified: How Does It Work?
 
Galera Cluster 4 for MySQL 8 Release Webinar slides
Galera Cluster 4 for MySQL 8 Release Webinar slidesGalera Cluster 4 for MySQL 8 Release Webinar slides
Galera Cluster 4 for MySQL 8 Release Webinar slides
 
Oss4b - pxc introduction
Oss4b   - pxc introductionOss4b   - pxc introduction
Oss4b - pxc introduction
 
Introduction to Galera
Introduction to GaleraIntroduction to Galera
Introduction to Galera
 
Choosing between Codership's MySQL Galera, MariaDB Galera Cluster and Percona...
Choosing between Codership's MySQL Galera, MariaDB Galera Cluster and Percona...Choosing between Codership's MySQL Galera, MariaDB Galera Cluster and Percona...
Choosing between Codership's MySQL Galera, MariaDB Galera Cluster and Percona...
 
Webinar Slides: Migrating to Galera Cluster
Webinar Slides: Migrating to Galera ClusterWebinar Slides: Migrating to Galera Cluster
Webinar Slides: Migrating to Galera Cluster
 
Repair & Recovery for your MySQL, MariaDB & MongoDB / TokuMX Clusters - Webin...
Repair & Recovery for your MySQL, MariaDB & MongoDB / TokuMX Clusters - Webin...Repair & Recovery for your MySQL, MariaDB & MongoDB / TokuMX Clusters - Webin...
Repair & Recovery for your MySQL, MariaDB & MongoDB / TokuMX Clusters - Webin...
 
Galera Cluster DDL and Schema Upgrades 220217
Galera Cluster DDL and Schema Upgrades 220217Galera Cluster DDL and Schema Upgrades 220217
Galera Cluster DDL and Schema Upgrades 220217
 
Plny12 galera-cluster-best-practices
Plny12 galera-cluster-best-practicesPlny12 galera-cluster-best-practices
Plny12 galera-cluster-best-practices
 
MariaDB Galera Cluster - Simple, Transparent, Highly Available
MariaDB Galera Cluster - Simple, Transparent, Highly AvailableMariaDB Galera Cluster - Simple, Transparent, Highly Available
MariaDB Galera Cluster - Simple, Transparent, Highly Available
 
Planning for Disaster Recovery (DR) with Galera Cluster
Planning for Disaster Recovery (DR) with Galera ClusterPlanning for Disaster Recovery (DR) with Galera Cluster
Planning for Disaster Recovery (DR) with Galera Cluster
 
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group ReplicationPercona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication
 

Semelhante a How to understand Galera Cluster - 2013

FOSDEM 2012: MySQL synchronous replication in practice with Galera
FOSDEM 2012: MySQL synchronous replication in practice with GaleraFOSDEM 2012: MySQL synchronous replication in practice with Galera
FOSDEM 2012: MySQL synchronous replication in practice with Galera
FromDual GmbH
 

Semelhante a How to understand Galera Cluster - 2013 (20)

MySQL Galera 集群
MySQL Galera 集群MySQL Galera 集群
MySQL Galera 集群
 
Kubernetes Failure Stories - KubeCon Europe Barcelona
Kubernetes Failure Stories - KubeCon Europe BarcelonaKubernetes Failure Stories - KubeCon Europe Barcelona
Kubernetes Failure Stories - KubeCon Europe Barcelona
 
Errant GTIDs breaking replication @ Percona Live 2019
Errant GTIDs breaking replication @ Percona Live 2019Errant GTIDs breaking replication @ Percona Live 2019
Errant GTIDs breaking replication @ Percona Live 2019
 
Data Streaming Ecosystem Management at Booking.com
Data Streaming Ecosystem Management at Booking.com Data Streaming Ecosystem Management at Booking.com
Data Streaming Ecosystem Management at Booking.com
 
Advanced Percona XtraDB Cluster in a nutshell... la suite
Advanced Percona XtraDB Cluster in a nutshell... la suiteAdvanced Percona XtraDB Cluster in a nutshell... la suite
Advanced Percona XtraDB Cluster in a nutshell... la suite
 
Replication skeptic
Replication skepticReplication skeptic
Replication skeptic
 
Why MySQL Replication Fails, and How to Get it Back
Why MySQL Replication Fails, and How to Get it BackWhy MySQL Replication Fails, and How to Get it Back
Why MySQL Replication Fails, and How to Get it Back
 
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
 
Debugging linux issues with eBPF
Debugging linux issues with eBPFDebugging linux issues with eBPF
Debugging linux issues with eBPF
 
Optimizing Parallel Reduction in CUDA : NOTES
Optimizing Parallel Reduction in CUDA : NOTESOptimizing Parallel Reduction in CUDA : NOTES
Optimizing Parallel Reduction in CUDA : NOTES
 
Severalnines Training: MySQL Cluster - Part X
Severalnines Training: MySQL Cluster - Part XSeveralnines Training: MySQL Cluster - Part X
Severalnines Training: MySQL Cluster - Part X
 
Advanced percona xtra db cluster in a nutshell... la suite plsc2016
Advanced percona xtra db cluster in a nutshell... la suite plsc2016Advanced percona xtra db cluster in a nutshell... la suite plsc2016
Advanced percona xtra db cluster in a nutshell... la suite plsc2016
 
SUSE Expert Days Paris 2018 - SUSE HA Cluster Multi-Device
SUSE Expert Days Paris 2018 - SUSE HA Cluster Multi-DeviceSUSE Expert Days Paris 2018 - SUSE HA Cluster Multi-Device
SUSE Expert Days Paris 2018 - SUSE HA Cluster Multi-Device
 
Kafka High Availability in multi data center setup with floating Observers wi...
Kafka High Availability in multi data center setup with floating Observers wi...Kafka High Availability in multi data center setup with floating Observers wi...
Kafka High Availability in multi data center setup with floating Observers wi...
 
Easy MySQL Replication Setup and Troubleshooting
Easy MySQL Replication Setup and TroubleshootingEasy MySQL Replication Setup and Troubleshooting
Easy MySQL Replication Setup and Troubleshooting
 
Introducing KRaft: Kafka Without Zookeeper With Colin McCabe | Current 2022
Introducing KRaft: Kafka Without Zookeeper With Colin McCabe | Current 2022Introducing KRaft: Kafka Without Zookeeper With Colin McCabe | Current 2022
Introducing KRaft: Kafka Without Zookeeper With Colin McCabe | Current 2022
 
FOSDEM 2012: MySQL synchronous replication in practice with Galera
FOSDEM 2012: MySQL synchronous replication in practice with GaleraFOSDEM 2012: MySQL synchronous replication in practice with Galera
FOSDEM 2012: MySQL synchronous replication in practice with Galera
 
Percona XtraDB 集群文档
Percona XtraDB 集群文档Percona XtraDB 集群文档
Percona XtraDB 集群文档
 
Exploring mysql cluster 7.4
Exploring mysql cluster 7.4Exploring mysql cluster 7.4
Exploring mysql cluster 7.4
 
Percon XtraDB Cluster in a nutshell
Percon XtraDB Cluster in a nutshellPercon XtraDB Cluster in a nutshell
Percon XtraDB Cluster in a nutshell
 

Último

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
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
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
 

Último (20)

Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
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
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
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...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
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
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
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...
 
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
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 
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
 
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...
 

How to understand Galera Cluster - 2013