SlideShare a Scribd company logo
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	5.7	/	8	Update	
High	Availability	
InnoDB	Cluster	and	NDB	Cluster	
Mark	Swarbrick	
	
	 Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Safe	Harbor	Statement	
The	following	is	intended	to	outline	our	general	product	direcSon.	It	is	intended	for	
informaSon	purposes	only,	and	may	not	be	incorporated	into	any	contract.	It	is	not	a	
commitment	to	deliver	any	material,	code,	or	funcSonality,	and	should	not	be	relied	upon	
in	making	purchasing	decisions.	The	development,	release,	and	Sming	of	any	features	or	
funcSonality	described	for	Oracle’s	products	remains	at	the	sole	discreSon	of	Oracle.	
2
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
A	Modern	Database	for	the	Digital	Age	
	Digital	Disruptors	&	Large	Enterprises	Rely	on	MySQL	to	Innovate	
3
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
They	Scale		
with	MySQL	
Mobile	Network	
Suppor=ng	Over	800	
Million	Subscribers	
1.7	Billion	Ac=ve	Users	
100	TB	of	User	Data	for	PayPal	
IDs	Processed	for	1	
Billion	Ci=zens	
850	Million	Candy	
Crush	Game	Plays/Day	
2	Billion	Events/Day	for	
Booking.com	
4
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Euronext	Markets	TransacSon	Clearing	
•  Universal	Clearing	System:	compensaSon	engine	for	the	Euronext	cash	and	
derivaSves	markets	in	the	Euro	zone	
•  Highly	mission	criScal	financial	applicaSon	
•  ImplementaSon	of	an	Open	Source	stack	with	MySQL	Enterprise	EdiSon	
•  1	to	2	million	daily	business	transacSons	–	tested	for	6+	million	
•  Geographical	redundancy		
•  DrasSc	TCO	reducSon	&	architecture	simplificaSon	
•  Increased	performance,	scalability	&	reliability	
5	
Implemented	by	Atos
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	5.7:	Designed	for	Web,	Mobile	&	Cloud	ApplicaSons	
6	
Hybrid	Database	
Best	of	both	worlds:	RDBMS	benefits	
+	flexible	management	of	documents	
Save	Time,	Efforts	&	Costs	
Numerous	new	features	and	
enhancements	improve	manageability	
Scalable	Founda=on	for	Your	Business	
MySQL	5.7	is	3x	faster	than	MySQL	5.6.	Provides	a	reliable	
	&	scalable	foundaSon	for	your	applicaSons	
Enhanced	Security	
Secure	by	default.	Advanced	security	features	
for	increased	protecSon	&	compliance	
MySQL	
5.7
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 7	
Hybrid	Database:	Rock	Solid	Reliability	+	Flexibility	
MySQL	5.7	
	
JSON	Support	
MySQL	
Document	
Store	
RDBMS	
Proven,	transac=onal,	secure	
Complex	JOINs	and	queries	
Extensive	opera=onal	tools	
NoSQL	Solu=ons	
Flexible.	Easy-to-use.		
Schema-less	document	storage	
Modern	Applica=ons	
Agile	DevOps	with	robust	
data	protec=on	&	security		
Hybrid	Database	
No	trade-offs,	best	of	both	
worlds.	ACID	properSes	&	
reliability	of	RDMS	+	flexible	
document	management
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Cluster	7.5	
8
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 9	
MySQL	Cluster	7.5	
• Node	Sizes	of	128TB		
• Read	OpSmized	Tables	
• Global	Tables	
Capacity	and	
Scale	Out	
• MySQL	5.7	
• JSON	Data	Type	
• Generated	Columns	
• Records-Per-Key	
OpSmizaSon	
Improved	
SQL	
• Improved	ReporSng	
• Improved	Logging	
• Improved	Visibility		
• Improved	Debugging	
• Improved	Restore	
Management	
RC
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	8.0	
10
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	8	–	Improvements	across	the	board	
•  ReplicaSon	
•  InnoDB	
•  OpSmizer	
•  Security	
•  Performance	Schema	
•  GIS	
•  Triggers	
•  ParSSoning	
•  New!	SYS	Schema	
•  New!	JSON	
•  Performance	
11	
200+	new		
features	
In	total!
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 12	
The	character	set	for	the	Web	
	
MySQL	8.0:	UTF-8	
•  New!	Support	for	the	latest	Unicode	9.0	
•  Per-country	collaSon	rules	
– Accent	SensiSve	
– Case	SensiSve	
•  Based	on	UCA	DUCET	
•  UTF8MB4	as	the	default	character	set	
– Project	started	in	MySQL	5.7	
– Many	improvements	to	reduce	performance	impact
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 13	
MySQL	8.0:	Invisible	Indexes	
•  Indexes	are	“hidden”	to	the	MySQL	OpSmizer	
– Not	the	same	as	“disabled	indexes”	
– Contents	are	fully	up	to	date	and	maintained	by	DML	
•  Two	use	cases:	
– Soq	Delete	(Recycle	Bin)	
– Staged	Rollout	
	
	
	
	
	
	
	
Feature	Request	
from	DBAs
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	8.0:	Security	Roles	
•  Fully	FuncSon,	Flexible,	Properly	Architected	Roles	
•  Create	and	Drop	Roles,	Grant	to	Roles	
•  Grant	Roles	to	Roles,	Grant	Roles	to	Users	
•  Limit	Hosts	that	can	use	roles,	Define	Default	Roles		
•  Decide	what	roles	are	applicable	during	a	session	
•  And	even	visualize	Roles	with	SQL	funcSon	ROLES_GRAPHML()
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 15	
MySQL	8.0:	Atomicity	in	Privileges	
•  Privilege	Tables	now	100%	InnoDB	
•  User	Management	DDLs	Atomic	
– CREATE	USER	
– ALTER	USER	
– RENAME	USER	
– DROP	USER	
– GRANT	
– REVOKE
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  Increased	Reliability	
•  Built	on	InnoDB	
– No	FRM	files	
– No	DB.OPT	files	
– No	TRG	files	
– No	TRN	files	
– No	PAR	files	
– MyISAM	not	required	
•  Atomic	DDL	
– Bever	ReplicaSon	
– Simplifies	server	edge	cases	
•  MDL	for	Foreign	Keys	
•  Flexible	Metadata	API	
– Easier	path	to	adding	new	features	
•  Bever	cross-plaworm	experience	
– No	dependencies	on	filesystem	
semanScs	
16	
MySQL	8.0:	NaSve	Data	DicSonary
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Almost	all	organizaSons	require	their	most	
criScal	systems	to	be	highly	available		
17	
100%
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
	InnoDB	Cluster	
18	
or	
	NDB	Cluster
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  MySQL	InnoDB	Cluster	
– Easy	HA	built	into	MySQL	5.7+	
– Write	consistency	
– Read	Scalability	
– App	failover	using	MySQL	Router	
– Management	via	mysqlsh	
– InnoDB	storage	engine	
	
•  MySQL	NDB	Cluster	
– In	memory	database	
– AutomaSc	sharding	
– NaSve	access	via	several	API	
– Read/write	consistency	
– Read/write	scalability	
– NDB	storage	engine	
How	Do	The	Two	Compare	I
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
How	Do	The	Two	Compare	II	
MySQL	InnoDB	Cluster	 MySQL	NDB	Cluster	
Storage	Engine	 InnoDB		 NDBCLUSTER	
Distributed	Architecture	 Shared	nothing	 Shared	nothing	
Consistency	Model	 Fairly	Strong	Consistency	 Strong	Consistency	
Sharding	 No	 Yes	
ArbitraSon	 No	 Yes	
Load	Balancing	 No	 Yes	
NoSQL	APIs	 MySQL	Document	Store	 NaSve	NDB	API		
OperaSonal	Complexity	 Medium	 High	
AdministraSon	 Standard	(MySQL)	 Custom	(MySQL	+	NDB)
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
	InnoDB	Cluster	
21
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Introducing	…	
22
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 23	
Scale-Out	
Ease-of-Use	
Out-of-Box	
SoluSon	
MySQL
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 24	
A	single	product:	MySQL	
•  All	components	created	together	
•  Tested	together	
•  Packaged	together	
Flexible	and	Modern	
•  C++	11	
•  Protocol	Buffers	
•  Developer	friendly	
MySQL	InnoDB	Cluster	–	Goals	
Easy	to	use		
•  A	single	client:	MySQL	Shell	
•  Easy	packaging	
•  Homogenous	servers	
Scale-out	
•  Sharded	clusters	
•  Federated	system	of	N	replica	sets		
•  Each	replica	set	manages	a	shard
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
4	
Rollout	will	happen	in	four	steps.	
25
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 26	
Read	Scale-Out	
Async	ReplicaSon	+	Auto	Failover	
Write	Scale-Out	
Sharding	
S1	
S2	
S3	
S4	
MySQL	Vision	–	4	Steps	
Timeline	
MySQL	Document	Store	
RelaSonal	&	Document	Model	
MySQL	HA	
Out-Of-Box	HA
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
InnoDB	Cluster	
27	
App	Servers	with	
MySQL	Router	
MySQL	Group	ReplicaSon	
MySQL	Shell	
Setup,	Manage,	
Orchestrate	
			“High	Availability	becomes	a	core	
						first	class	feature	of	MySQL!”
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 28	
MySQL	InnoDB	Cluster:	Vision		
	
“A	single	product	—	MySQL	—	with	high	availability	and	scaling	
features	baked	in;	providing	an	integrated	end-to-end	soluIon	
that	is	easy	to	use.”
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  One	Product:	MySQL	
– All	components	created	together	
– Tested	together	
– Packaged	together		
•  Easy	to	Use		
– One	client:	MySQL	Shell	
– Easy	packaging	
– Integrated	orchestraSon		
– Homogenous	servers	
•  Flexible	and	Modern	
– SQL	and	NoSQL	together		
– Protocol	Buffers	
– Developer	friendly	
•  Support	Read/Write	Scale	Out	
– Sharded	clusters	
– Federated	system	of	N	replica	sets		
– Each	replica	set	manages	a	shard	
29	
MySQL	InnoDB	Cluster:	Goals
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Connector	
ApplicaSon	
MySQL	Router	
MySQL	Connector	
ApplicaSon	
MySQL	Router	
MySQL	Shell	
MySQL	Connector	
ApplicaSon	
MySQL	Router	
MySQL	Connector	
ApplicaSon	
MySQL	Router	
MySQL	InnoDB	Cluster:	High	Level	Architecture	
MySQL	
InnoDB	
cluster	
MySQL	Enterprise	Monitor	
…
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
	
		
MySQL	
Group	ReplicaSon	
Na=vely	distributed	and	highly	available	replica	sets
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Group	ReplicaSon:	What	Is	It?	
•  Group	ReplicaSon	library	
– ImplementaSon	of	Replicated	Database	State	Machine	
theory	
•  MySQL	GCS	is	based	on	Paxos	(variant	of	Mencius)	
– Provides	virtually	synchronous	replicaSon	for	MySQL	5.7+	
– Supported	on	all	MySQL	plaKorms	
•  Linux,	Windows,	Solaris,	OSX,	FreeBSD	
	
“MulI-master	update	anywhere	replicaIon	plugin	for	MySQL	with	
built-in	conflict	detec1on	and	resolu1on,	automa1c	distributed	
recovery,	and	group	membership.”	
	
	 32	
App	Servers	with	
MySQL	Router	
MySQL	Group	ReplicaSon	
MySQL	Shell	
Setup,	Manage,	
Orchestrate
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Group	ReplicaSon:	What	Does	It	Provide?	
•  A	highly	available	distributed	MySQL	database	service	
– Removes	the	need	for	manually	handling	server	fail-over	
– Provides	distributed	fault	tolerance	
– Enables	AcSve/AcSve	update	anywhere	setups	
– Automates	reconfiguraSon	(adding/removing	nodes,	crashes,	failures)		
– AutomaScally	detects	and	handles	conflicts	
	
33
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Group	ReplicaSon:	Architecture	
Node	Types	
R:	Traffic	routers/proxies:	mysqlrouter,	haproxy,	sqlproxy,	...	
M:	mysqld	nodes	parScipaSng	in	Group	ReplicaSon		
	 34
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 35	
MySQL	Server:	Full	Stack
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
	
		
MySQL	Router	
Transparent	applica=on	connec=on	rou=ng
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Router:	2.1	
•  NaSve	support	for	InnoDB	clusters	
– Understands	Group	ReplicaSon	topology	
– USlizes	metadata	schema	stored	on	each	member	
•  Bootstraps	itself	and	sets	up	client	rouSng	for	the	InnoDB	cluster		
•  Allows	for	intelligent	client	rouSng	into	the	InnoDB	cluster	
•  Supports	mulS-master	and	single	primary	modes	
•  Core	improvements		
– Logging	
– Monitoring	
– Performance	
– Security		
37	
App	Servers	with	
MySQL	Router	
MySQL	Group	ReplicaSon	
MySQL	Shell	
Setup,	Manage,	
Orchestrate	
labs.mysql.com
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
	
		
MySQL	Shell	
Single	tool	for	development,	setup,	
management,	orchestra=on,	and	monitoring
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Shell	
39	
A	single	unified	client	for	all	administra=ve	and	opera=ons	tasks		
App	Servers	with	
MySQL	Router	
MySQL	Group	ReplicaSon	
MySQL	Shell	
Setup,	Manage,	
Orchestrate	
•  MulS-Language:	JavaScript,	Python,	and	SQL	
– Naturally	scriptable		
•  Supports	both	Document	and	RelaSonal	models	
•  Exposes	full	Development	and	Admin	API	
	
	”MySQL	Shell	provides	the	developer	and	DBA	with	a	single	intuiIve,	
flexible,	and	powerfull	interface	for	all	MySQL	related	tasks!”
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Shell:	Admin	API	
•  mysql-js>	dba.help()	
•  The	global	variable	'dba'	is	used	to	access	the	
MySQL	AdminAPI	
•  Perform	DBA	operaSons	
– Manage	MySQL	InnoDB	clusters	
•  Create	clusters	
•  Deploy	MySQL	instances	
•  Get	cluster	info		
•  Start/Stop	MySQL	Instances	
•  Validate	MySQL	instances		…	
Database	Administra=on	Interface	
labs.mysql.com	
App	Servers	with	
MySQL	Router	
MySQL	Group	ReplicaSon	
MySQL	Shell	
Setup,	Manage,	
Orchestrate
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Shell	–	Deploy	MySQL	Instances	
	
		shell>	mysqlsh	
	
		mysql-js>	dba.deployLocalInstance(3306)	
	
		mysql-js>	dba.deployInstance(‘hanode2:3306’)	
	
		mysql-js>	dba.deployInstance(‘hanode3:3306’)	
		
	
	 41
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Shell	–	Create	an	InnoDB	Cluster	
	
		mysql-js>	connect	root@hanode1:3306	
	
		mysql-js>	cluster	=	dba.createCluster(‘NewAppCluster')	
	
		mysql-js>	cluster.addInstance('root@hanode2:3306')	
	
		mysql-js>	cluster.addInstance('root@hanode3:3306')	
	
	
	 42
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Shell	–	Add	a	MySQL	Router	
	
		shell>	mysqlrouter	--bootstrap	hanode1:3306	
	
		shell>	mysqlrouter	&	
	
		shell>	mysqlsh	--uri	root@localhost:6446	
	
	
		
	
	 43
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Monitor	
•  NaSve	holisSc	support	for	InnoDB	clusters	
– Topology	views	
– Detailed	metrics	and	graphs	
– Best	PracSce	advice		
•  Monitoring	of	MySQL	Routers		
•  Monitoring	of	Group	ReplicaSon		
44
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
	NDB	Cluster	
45
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Driving	Database	Requirements	
9th	April	2015	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 46	
Rock	Solid	
Availability	
In-Memory	
Real-Time	
Performance	
Extreme	
Read	&	Write	
Scalability	
ElasScity
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
HLR	/	HSS	
Billing,	AuC,	VLR	
AuC,	Call	
RouSng,	Billing	
LocaSon	
Updates	
Pre	&	Post	Paid	
• 	Massive	volumes	of	write	traffic	
• 	<	3ms	database	response	
• 	DownSme	&	lost	transacSons	=	lost	$	
• 	Extremly	cost	sensiSve	market	
MySQL Cluster in Action: http://bit.ly/oRI5tF
No	Trade-Offs:	Cellular	Network
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Cluster	Overview	
• Memory	opSmized	tables	with	durability	
• Predictable	Low-Latency,	Bounded	Access	Time	REAL-TIME	
• Auto-Sharding,	AcSve-AcSve	
• ACID	Compliant,	OLTP	+	Real-Time	AnalyScs	HIGH	SCALE,	READS	+	WRITES	
FULLY	ELASTIC	
•  AcSve-AcSve,	Shared	nothing,	no	Single	Point	of	Failure	
•  Self	Healing	+	On-Line	OperaSons	
99.999%	AVAILABILITY	
•  Key/Value	+	Complex,	RelaSonal	Queries	
•  SQL	+	Memcached	+	JavaScript	+	Java	+	HTTP/REST	&	C++	
SQL	+	NoSQL	
•  Open	Source	+	Commercial	EdiSons,	Easy	to	use	and	deploy	
•  Commodity	hardware	+	Management,	Monitoring	Tools	
LOW	TCO	
9th	April	2015	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 48	
•  Add	and	remove	storage	and	performance	capacity	in	seconds	
•  Fully	cloud	enabled
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	Session	
Session	
management	
Session	
management	
LocaSon	Updates,	
Character	movements,	...	
• 	Massive	volumes	of	write	traffic	
• 	<	3ms	database	response	
• 	DownSme	&	lost	transacSons	=	lost	$	
• 	Extremly	sensiSve	crowd		
No	Trade-Offs:	Massive	Parallel	Online	Games
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Cluster	Architecture	
	
MySQL	Cluster	Data	Nodes	
Clients	
ApplicaSon	Layer	
Data	Layer	
9th	April	2015	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 50
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Data	ParSSoning	/	Auto-sharding	
10/10/17	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 51	
User-id	(PK)	 Service	(PK)	 Data	
1773467253	 chat	 xxx	
6257346892	 chat	 xxx	
1773467253	 photos	 xxx	
7234782739	 photos	 xxx	
8235602099	 reminders	 xxx	
8437829249	 loca=on	 xxx	
MySQL	Cluster	Data	Nodes
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Data	ParSSoning	/	Auto-sharding	
10/10/17	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 52	
User-id	(PK)	 Service	(PK)	 Data	
1773467253	 chat	 xxx	
6257346892	 chat	 xxx	
1773467253	 photos	 xxx	
7234782739	 photos	 xxx	
8235602099	 reminders	 xxx	
8437829249	 loca=on	 xxx	
MySQL	Cluster	Data	Nodes	
Shard	Key
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Data	ParSSoning	/	Auto-sharding	
10/10/17	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 53	
User-id	(PK)	 Service	(PK)	 Data	
1773467253	 chat	 xxx	
6257346892	 chat	 xxx	
1773467253	 photos	 xxx	
7234782739	 photos	 xxx	
8235602099	 reminders	 xxx	
8437829249	 loca=on	 xxx	
MySQL	Cluster	Data	Nodes	
Shard	Key
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Node	Group	
Data	Node	1	
•  Data	transparently	sharded	between	Node	Groups	
•  Each	fragment	acSve	in	one	Data	Node	with	synchronous	replicaSon	to	
2nd	Data	Node	in	same	Node	Group	
10/10/17	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 54	
Data	Node	2	
Node	Group	
Data	Node	3	 Data	Node	4	
Data	ParSSoning	/	Auto-sharding
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Data	ParSSoning	/	Auto-sharding	
•  DBA	chooses	which	part	of	
Primary	Key	to	use	as	shard	
key	
•  Fragment	for	each	row	
decided	by	hashing	the	
sharding	key	
10/10/17	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 55	
User-id	(PK)	 Service	(PK)	 Data	
1773467253	 chat	 xxx	
6257346892	 chat	 xxx	
1773467253	 photos	 xxx	
7234782739	 photos	 xxx	
8235602099	 reminders	 xxx	
8437829249	 loca=on	 xxx	
Shard	Key	
Node	Group	
Data	Node	1	 Data	Node	2	
Node	Group	
Data	Node	3	 Data	Node	4
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  Data	automaScally	rearranged	to	use	new	capacity	
•  Designed	to	be	a	slow	background	process	not	impacSng	real-Sme	
performance.	
10/10/17	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 56	
Node	Group	
Data	Node	1	 Data	Node	2	
Node	Group	
Data	Node	3	 Data	Node	4	
Node	Group	
Data	Node	5	 Data	Node	6	
On-line	Scaling	and	ElasScity	
Re-parSoning
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Cluster	7.2:	1.2	Billion	UPDATEs	per	Minute	
•  NoSQL	C++	API,	
flexaSynch	benchmark	
•  30	x	Intel	E5-2600	Intel	
Servers,	2	socket,	64GB	
•  ACID	TransacSons,	with	
Synchronous	ReplicaSon	
	
hvp://www.mysql.com/why-mysql/
white-papers/mysql-cluster-
benchmarks-1-billion-writes-per-minute/		0
5
10
15
20
25
2 4 6 8 10 12 14 16 18 20 22 24 26 28 30
MillionsofUPDATEsperSecond
MySQL Cluster Data Nodes
9th	April	2015	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 57
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 58	
MySQL	NDB	Cluster	7.5	
• Read	OpSmized	
Tables	
• Fully	Replicated	
Capacity	and	
Scale	Out	
• MySQL	5.7	
• JSON	Data	Type	
• Generated	Columns	
• Records-Per-Key	
OpSmizaSon	
Improved	
SQL	
• Improved	ReporSng	
• Improved	Logging	
• Improved	Visibility		
• Improved	Restore	
Management	
RC
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  Reading	from	backup	allows	to	
read	from	any	copy	
•  Previously	all	reads	were	directed	
towards	the	primary	fragment	only		
ConfidenSal	–	Oracle	Internal/Restricted/Highly	Restricted	 59	
MySQL	NDB	7.5:	Reading	from	backup	
Node	Group	
Data	Node	1	 Data	Node	2
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Next	Steps	
Learn	More	
•  www.mysql.com/cluster	
•  hvps://dev.mysql.com/doc/mysql-innodb-cluster/en/	
•  AuthenSc	MySQL	Curriculum:	hvp://oracle.com/educaSon/mysql	
Try	it	Out	
•  dev.mysql.com/downloads/cluster/	
7.4	GA	and	7.5	DMR	1	
•  hvps://labs.mysql.com/		
Let	us	know	what	you	think	
•  hvp://mysqlhighavailability.com/	
•  forums.mysql.com/list.php?25	
9th	April	2015	 Copyright	2015,	oracle	and/or	its	affiliates.	All	rights	reserved	 60
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Thank	you!

More Related Content

What's hot (20)

MySQL Security Best Practises
MySQL Security Best PractisesMySQL Security Best Practises
MySQL Security Best Practises
Mark Swarbrick
 
MySQL HA
MySQL HAMySQL HA
MySQL HA
Mark Swarbrick
 
MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3
Mark Swarbrick
 
No sql from the web’s favourite relational database MySQL
No sql from the web’s favourite relational database MySQLNo sql from the web’s favourite relational database MySQL
No sql from the web’s favourite relational database MySQL
Mark Swarbrick
 
TLV - Whats new in MySQL 8
TLV - Whats new in MySQL 8TLV - Whats new in MySQL 8
TLV - Whats new in MySQL 8
Mark Swarbrick
 
TLV - MySQL Enterprise Edition + Cloud
TLV - MySQL Enterprise Edition + CloudTLV - MySQL Enterprise Edition + Cloud
TLV - MySQL Enterprise Edition + Cloud
Mark Swarbrick
 
MySQL as a Document Store
MySQL as a Document StoreMySQL as a Document Store
MySQL as a Document Store
Mark Swarbrick
 
Developing MySQL applications in the Cloud
Developing MySQL applications in the CloudDeveloping MySQL applications in the Cloud
Developing MySQL applications in the Cloud
Mark Swarbrick
 
TLV - MySQL Security overview
TLV - MySQL Security overviewTLV - MySQL Security overview
TLV - MySQL Security overview
Mark Swarbrick
 
2016 MySQL State of the Dolphin
2016 MySQL State of the Dolphin2016 MySQL State of the Dolphin
2016 MySQL State of the Dolphin
Mark Swarbrick
 
Oracle MySQL Cloud Service
Oracle MySQL Cloud ServiceOracle MySQL Cloud Service
Oracle MySQL Cloud Service
Mark Swarbrick
 
MySQL Enterprise Cloud
MySQL Enterprise Cloud MySQL Enterprise Cloud
MySQL Enterprise Cloud
Mark Swarbrick
 
Java EE Next - BeJUG JavaOne Afterglow 2016
Java EE Next - BeJUG JavaOne Afterglow 2016Java EE Next - BeJUG JavaOne Afterglow 2016
Java EE Next - BeJUG JavaOne Afterglow 2016
David Delabassee
 
MySQL Security + GDPR - 2018 MySQL Days
MySQL Security + GDPR - 2018 MySQL DaysMySQL Security + GDPR - 2018 MySQL Days
MySQL Security + GDPR - 2018 MySQL Days
Mark Swarbrick
 
Oracle Code Event - MySQL JSON Document Store
Oracle Code Event - MySQL JSON Document StoreOracle Code Event - MySQL JSON Document Store
Oracle Code Event - MySQL JSON Document Store
Mark Swarbrick
 
Java EE 8 - February 2017 update
Java EE 8 - February 2017 updateJava EE 8 - February 2017 update
Java EE 8 - February 2017 update
David Delabassee
 
Next Generation Data Center Strategies
Next Generation Data Center StrategiesNext Generation Data Center Strategies
Next Generation Data Center Strategies
Venkat Nambiyur
 
Application Development with Oracle Database
Application Development with Oracle DatabaseApplication Development with Oracle Database
Application Development with Oracle Database
gvenzl
 
Secure Multitenancy on Oracle SuperCluster
Secure Multitenancy on Oracle SuperClusterSecure Multitenancy on Oracle SuperCluster
Secure Multitenancy on Oracle SuperCluster
Ramesh Nagappan
 
Secure Multi-tenancy on Private Cloud Environment (Oracle SuperCluster)
Secure Multi-tenancy on Private Cloud Environment (Oracle SuperCluster)Secure Multi-tenancy on Private Cloud Environment (Oracle SuperCluster)
Secure Multi-tenancy on Private Cloud Environment (Oracle SuperCluster)
Ramesh Nagappan
 
MySQL Security Best Practises
MySQL Security Best PractisesMySQL Security Best Practises
MySQL Security Best Practises
Mark Swarbrick
 
MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3
Mark Swarbrick
 
No sql from the web’s favourite relational database MySQL
No sql from the web’s favourite relational database MySQLNo sql from the web’s favourite relational database MySQL
No sql from the web’s favourite relational database MySQL
Mark Swarbrick
 
TLV - Whats new in MySQL 8
TLV - Whats new in MySQL 8TLV - Whats new in MySQL 8
TLV - Whats new in MySQL 8
Mark Swarbrick
 
TLV - MySQL Enterprise Edition + Cloud
TLV - MySQL Enterprise Edition + CloudTLV - MySQL Enterprise Edition + Cloud
TLV - MySQL Enterprise Edition + Cloud
Mark Swarbrick
 
MySQL as a Document Store
MySQL as a Document StoreMySQL as a Document Store
MySQL as a Document Store
Mark Swarbrick
 
Developing MySQL applications in the Cloud
Developing MySQL applications in the CloudDeveloping MySQL applications in the Cloud
Developing MySQL applications in the Cloud
Mark Swarbrick
 
TLV - MySQL Security overview
TLV - MySQL Security overviewTLV - MySQL Security overview
TLV - MySQL Security overview
Mark Swarbrick
 
2016 MySQL State of the Dolphin
2016 MySQL State of the Dolphin2016 MySQL State of the Dolphin
2016 MySQL State of the Dolphin
Mark Swarbrick
 
Oracle MySQL Cloud Service
Oracle MySQL Cloud ServiceOracle MySQL Cloud Service
Oracle MySQL Cloud Service
Mark Swarbrick
 
MySQL Enterprise Cloud
MySQL Enterprise Cloud MySQL Enterprise Cloud
MySQL Enterprise Cloud
Mark Swarbrick
 
Java EE Next - BeJUG JavaOne Afterglow 2016
Java EE Next - BeJUG JavaOne Afterglow 2016Java EE Next - BeJUG JavaOne Afterglow 2016
Java EE Next - BeJUG JavaOne Afterglow 2016
David Delabassee
 
MySQL Security + GDPR - 2018 MySQL Days
MySQL Security + GDPR - 2018 MySQL DaysMySQL Security + GDPR - 2018 MySQL Days
MySQL Security + GDPR - 2018 MySQL Days
Mark Swarbrick
 
Oracle Code Event - MySQL JSON Document Store
Oracle Code Event - MySQL JSON Document StoreOracle Code Event - MySQL JSON Document Store
Oracle Code Event - MySQL JSON Document Store
Mark Swarbrick
 
Java EE 8 - February 2017 update
Java EE 8 - February 2017 updateJava EE 8 - February 2017 update
Java EE 8 - February 2017 update
David Delabassee
 
Next Generation Data Center Strategies
Next Generation Data Center StrategiesNext Generation Data Center Strategies
Next Generation Data Center Strategies
Venkat Nambiyur
 
Application Development with Oracle Database
Application Development with Oracle DatabaseApplication Development with Oracle Database
Application Development with Oracle Database
gvenzl
 
Secure Multitenancy on Oracle SuperCluster
Secure Multitenancy on Oracle SuperClusterSecure Multitenancy on Oracle SuperCluster
Secure Multitenancy on Oracle SuperCluster
Ramesh Nagappan
 
Secure Multi-tenancy on Private Cloud Environment (Oracle SuperCluster)
Secure Multi-tenancy on Private Cloud Environment (Oracle SuperCluster)Secure Multi-tenancy on Private Cloud Environment (Oracle SuperCluster)
Secure Multi-tenancy on Private Cloud Environment (Oracle SuperCluster)
Ramesh Nagappan
 

Similar to Percona Live - Dublin 01 my sql ha-mysql-clusters (20)

MySQL InnoDB + NDB Cluster - 2018 MySQL Days
MySQL InnoDB + NDB Cluster - 2018 MySQL DaysMySQL InnoDB + NDB Cluster - 2018 MySQL Days
MySQL InnoDB + NDB Cluster - 2018 MySQL Days
Mark Swarbrick
 
MySQL Enterprise Cloud
MySQL Enterprise CloudMySQL Enterprise Cloud
MySQL Enterprise Cloud
Mark Swarbrick
 
Java EE Next
Java EE NextJava EE Next
Java EE Next
David Delabassee
 
MySQL London Tech Tour March 2015 - Big Data
MySQL London Tech Tour March 2015 - Big DataMySQL London Tech Tour March 2015 - Big Data
MySQL London Tech Tour March 2015 - Big Data
Mark Swarbrick
 
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis
 
Oracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridOracle cloud, private, public and hybrid
Oracle cloud, private, public and hybrid
Johan Louwers
 
InnoDb Vs NDB Cluster
InnoDb Vs NDB ClusterInnoDb Vs NDB Cluster
InnoDb Vs NDB Cluster
Mark Swarbrick
 
3° Sessione Oracle - CRUI: Mobile&Conversational Interface
3° Sessione Oracle - CRUI: Mobile&Conversational Interface3° Sessione Oracle - CRUI: Mobile&Conversational Interface
3° Sessione Oracle - CRUI: Mobile&Conversational Interface
Jürgen Ambrosi
 
MOUG17 Keynote: What's New from Oracle Database Development
MOUG17 Keynote: What's New from Oracle Database DevelopmentMOUG17 Keynote: What's New from Oracle Database Development
MOUG17 Keynote: What's New from Oracle Database Development
Monica Li
 
Oracle NoSQL
Oracle NoSQLOracle NoSQL
Oracle NoSQL
Oracle Korea
 
MySQL HA
MySQL HAMySQL HA
MySQL HA
Ted Wennmark
 
Docker Compose Setup for MySQL InnoDB Cluster
Docker Compose Setup for MySQL InnoDB ClusterDocker Compose Setup for MySQL InnoDB Cluster
Docker Compose Setup for MySQL InnoDB Cluster
Balasubramanian Kandasamy
 
Oracle: Building Cloud Native Applications
Oracle: Building Cloud Native ApplicationsOracle: Building Cloud Native Applications
Oracle: Building Cloud Native Applications
Kelly Goetsch
 
#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions
PCM
 
Jfokus 2017 Oracle Dev Cloud and Containers
Jfokus 2017 Oracle Dev Cloud and ContainersJfokus 2017 Oracle Dev Cloud and Containers
Jfokus 2017 Oracle Dev Cloud and Containers
Mika Rinne
 
Migrating your infrastructure to OpenStack - Avi Miller, Oracle
Migrating your infrastructure to OpenStack - Avi Miller, OracleMigrating your infrastructure to OpenStack - Avi Miller, Oracle
Migrating your infrastructure to OpenStack - Avi Miller, Oracle
OpenStack
 
How to operate MySQL InnoDB Cluster with MySQL Shell
How to operate MySQL InnoDB Cluster with MySQL ShellHow to operate MySQL InnoDB Cluster with MySQL Shell
How to operate MySQL InnoDB Cluster with MySQL Shell
Frederic Descamps
 
11회 Oracle Developer Meetup 발표 자료: Oracle NoSQL (2019.05.18) oracle-nosql pu...
11회 Oracle Developer Meetup 발표 자료: Oracle NoSQL  (2019.05.18) oracle-nosql pu...11회 Oracle Developer Meetup 발표 자료: Oracle NoSQL  (2019.05.18) oracle-nosql pu...
11회 Oracle Developer Meetup 발표 자료: Oracle NoSQL (2019.05.18) oracle-nosql pu...
Taewan Kim
 
MySQL Connector/J in the Making of Modern Applications
MySQL Connector/J in the Making of Modern ApplicationsMySQL Connector/J in the Making of Modern Applications
MySQL Connector/J in the Making of Modern Applications
Filipe Silva
 
Oracle Cloud Café hybrid Cloud 19 mai 2016
Oracle Cloud Café hybrid Cloud 19 mai 2016Oracle Cloud Café hybrid Cloud 19 mai 2016
Oracle Cloud Café hybrid Cloud 19 mai 2016
Sorathaya Sirimanotham
 
MySQL InnoDB + NDB Cluster - 2018 MySQL Days
MySQL InnoDB + NDB Cluster - 2018 MySQL DaysMySQL InnoDB + NDB Cluster - 2018 MySQL Days
MySQL InnoDB + NDB Cluster - 2018 MySQL Days
Mark Swarbrick
 
MySQL Enterprise Cloud
MySQL Enterprise CloudMySQL Enterprise Cloud
MySQL Enterprise Cloud
Mark Swarbrick
 
MySQL London Tech Tour March 2015 - Big Data
MySQL London Tech Tour March 2015 - Big DataMySQL London Tech Tour March 2015 - Big Data
MySQL London Tech Tour March 2015 - Big Data
Mark Swarbrick
 
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis
 
Oracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridOracle cloud, private, public and hybrid
Oracle cloud, private, public and hybrid
Johan Louwers
 
3° Sessione Oracle - CRUI: Mobile&Conversational Interface
3° Sessione Oracle - CRUI: Mobile&Conversational Interface3° Sessione Oracle - CRUI: Mobile&Conversational Interface
3° Sessione Oracle - CRUI: Mobile&Conversational Interface
Jürgen Ambrosi
 
MOUG17 Keynote: What's New from Oracle Database Development
MOUG17 Keynote: What's New from Oracle Database DevelopmentMOUG17 Keynote: What's New from Oracle Database Development
MOUG17 Keynote: What's New from Oracle Database Development
Monica Li
 
Docker Compose Setup for MySQL InnoDB Cluster
Docker Compose Setup for MySQL InnoDB ClusterDocker Compose Setup for MySQL InnoDB Cluster
Docker Compose Setup for MySQL InnoDB Cluster
Balasubramanian Kandasamy
 
Oracle: Building Cloud Native Applications
Oracle: Building Cloud Native ApplicationsOracle: Building Cloud Native Applications
Oracle: Building Cloud Native Applications
Kelly Goetsch
 
#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions
PCM
 
Jfokus 2017 Oracle Dev Cloud and Containers
Jfokus 2017 Oracle Dev Cloud and ContainersJfokus 2017 Oracle Dev Cloud and Containers
Jfokus 2017 Oracle Dev Cloud and Containers
Mika Rinne
 
Migrating your infrastructure to OpenStack - Avi Miller, Oracle
Migrating your infrastructure to OpenStack - Avi Miller, OracleMigrating your infrastructure to OpenStack - Avi Miller, Oracle
Migrating your infrastructure to OpenStack - Avi Miller, Oracle
OpenStack
 
How to operate MySQL InnoDB Cluster with MySQL Shell
How to operate MySQL InnoDB Cluster with MySQL ShellHow to operate MySQL InnoDB Cluster with MySQL Shell
How to operate MySQL InnoDB Cluster with MySQL Shell
Frederic Descamps
 
11회 Oracle Developer Meetup 발표 자료: Oracle NoSQL (2019.05.18) oracle-nosql pu...
11회 Oracle Developer Meetup 발표 자료: Oracle NoSQL  (2019.05.18) oracle-nosql pu...11회 Oracle Developer Meetup 발표 자료: Oracle NoSQL  (2019.05.18) oracle-nosql pu...
11회 Oracle Developer Meetup 발표 자료: Oracle NoSQL (2019.05.18) oracle-nosql pu...
Taewan Kim
 
MySQL Connector/J in the Making of Modern Applications
MySQL Connector/J in the Making of Modern ApplicationsMySQL Connector/J in the Making of Modern Applications
MySQL Connector/J in the Making of Modern Applications
Filipe Silva
 
Oracle Cloud Café hybrid Cloud 19 mai 2016
Oracle Cloud Café hybrid Cloud 19 mai 2016Oracle Cloud Café hybrid Cloud 19 mai 2016
Oracle Cloud Café hybrid Cloud 19 mai 2016
Sorathaya Sirimanotham
 

More from Mark Swarbrick (13)

MySQL NoSQL Document Store
MySQL NoSQL Document StoreMySQL NoSQL Document Store
MySQL NoSQL Document Store
Mark Swarbrick
 
MySQL @ the University Of Nottingham
MySQL @ the University Of NottinghamMySQL @ the University Of Nottingham
MySQL @ the University Of Nottingham
Mark Swarbrick
 
MySQL Security & GDPR
MySQL Security & GDPRMySQL Security & GDPR
MySQL Security & GDPR
Mark Swarbrick
 
Intro To MySQL 2019
Intro To MySQL 2019Intro To MySQL 2019
Intro To MySQL 2019
Mark Swarbrick
 
MySQL 8
MySQL 8MySQL 8
MySQL 8
Mark Swarbrick
 
MySQL Dublin Event Nov 2018 - MySQL 8
MySQL Dublin Event Nov 2018 - MySQL 8MySQL Dublin Event Nov 2018 - MySQL 8
MySQL Dublin Event Nov 2018 - MySQL 8
Mark Swarbrick
 
MySQL Dublin Event Nov 2018 - State of the Dolphin
MySQL Dublin Event Nov 2018 - State of the DolphinMySQL Dublin Event Nov 2018 - State of the Dolphin
MySQL Dublin Event Nov 2018 - State of the Dolphin
Mark Swarbrick
 
MySQL At University Of Nottingham - 2018 MySQL Days
MySQL At University Of Nottingham - 2018 MySQL DaysMySQL At University Of Nottingham - 2018 MySQL Days
MySQL At University Of Nottingham - 2018 MySQL Days
Mark Swarbrick
 
MySQL At Mastercard - 2018 MySQL Days
MySQL At Mastercard - 2018 MySQL DaysMySQL At Mastercard - 2018 MySQL Days
MySQL At Mastercard - 2018 MySQL Days
Mark Swarbrick
 
MySQL 8 - 2018 MySQL Days
MySQL 8 - 2018 MySQL DaysMySQL 8 - 2018 MySQL Days
MySQL 8 - 2018 MySQL Days
Mark Swarbrick
 
MySQL Cloud - 2018 MySQL Days
MySQL Cloud - 2018 MySQL DaysMySQL Cloud - 2018 MySQL Days
MySQL Cloud - 2018 MySQL Days
Mark Swarbrick
 
MySQL 2018 Intro - 2018 MySQL Days
MySQL 2018 Intro - 2018 MySQL DaysMySQL 2018 Intro - 2018 MySQL Days
MySQL 2018 Intro - 2018 MySQL Days
Mark Swarbrick
 
MySQL + GDPR
MySQL + GDPRMySQL + GDPR
MySQL + GDPR
Mark Swarbrick
 
MySQL NoSQL Document Store
MySQL NoSQL Document StoreMySQL NoSQL Document Store
MySQL NoSQL Document Store
Mark Swarbrick
 
MySQL @ the University Of Nottingham
MySQL @ the University Of NottinghamMySQL @ the University Of Nottingham
MySQL @ the University Of Nottingham
Mark Swarbrick
 
MySQL Dublin Event Nov 2018 - MySQL 8
MySQL Dublin Event Nov 2018 - MySQL 8MySQL Dublin Event Nov 2018 - MySQL 8
MySQL Dublin Event Nov 2018 - MySQL 8
Mark Swarbrick
 
MySQL Dublin Event Nov 2018 - State of the Dolphin
MySQL Dublin Event Nov 2018 - State of the DolphinMySQL Dublin Event Nov 2018 - State of the Dolphin
MySQL Dublin Event Nov 2018 - State of the Dolphin
Mark Swarbrick
 
MySQL At University Of Nottingham - 2018 MySQL Days
MySQL At University Of Nottingham - 2018 MySQL DaysMySQL At University Of Nottingham - 2018 MySQL Days
MySQL At University Of Nottingham - 2018 MySQL Days
Mark Swarbrick
 
MySQL At Mastercard - 2018 MySQL Days
MySQL At Mastercard - 2018 MySQL DaysMySQL At Mastercard - 2018 MySQL Days
MySQL At Mastercard - 2018 MySQL Days
Mark Swarbrick
 
MySQL 8 - 2018 MySQL Days
MySQL 8 - 2018 MySQL DaysMySQL 8 - 2018 MySQL Days
MySQL 8 - 2018 MySQL Days
Mark Swarbrick
 
MySQL Cloud - 2018 MySQL Days
MySQL Cloud - 2018 MySQL DaysMySQL Cloud - 2018 MySQL Days
MySQL Cloud - 2018 MySQL Days
Mark Swarbrick
 
MySQL 2018 Intro - 2018 MySQL Days
MySQL 2018 Intro - 2018 MySQL DaysMySQL 2018 Intro - 2018 MySQL Days
MySQL 2018 Intro - 2018 MySQL Days
Mark Swarbrick
 

Recently uploaded (20)

The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx
Samuele Fogagnolo
 
Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025
Splunk
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx
Samuele Fogagnolo
 
Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025
Splunk
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 

Percona Live - Dublin 01 my sql ha-mysql-clusters