SlideShare una empresa de Scribd logo
1 de 72
Descargar para leer sin conexión
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	
+	MySQL	Cloud	Service	
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	direcMon.	It	is	intended	for	
informaMon	purposes	only,	and	may	not	be	incorporated	into	any	contract.	It	is	not	a	
commitment	to	deliver	any	material,	code,	or	funcMonality,	and	should	not	be	relied	upon	
in	making	purchasing	decisions.	The	development,	release,	and	Mming	of	any	features	or	
funcMonality	described	for	Oracle’s	products	remains	at	the	sole	discreMon	of	Oracle.	
3
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 4	
Topics	 PaaS		
•  MySQL	Enterprise	Edi2on	Overview	
•  Technical	Overview	of	MySQL	Cloud	Service	
•  How	MySQL	Cloud	compares	to	AWS	RDS	+	EC2	
•  Summary
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Management	Tools	Advanced	Features	 Support	
• Scalability	
• High	Availability	
• AuthenMcaMon	
• Audit	
• EncrypMon	+	TDE	
• Firewall	
• Monitoring	
• Backup	
• Development	
• AdministraMon	
• MigraMon	
• Technical	Support	
• ConsultaMve	Support	
• Oracle	CerMficaMons	
MySQL	Enterprise	EdiMon	
	The	Highest	Levels	of	MySQL	Performance,	Security	&	Up2me	
5
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	EdiMon	
•  MySQL	Enterprise	Firewall	
–  Block	SQL	InjecMon	AZacks	
–  Intrusion	DetecMon		
•  MySQL	Enterprise	EncrypMon	
–  Public/Private	Key	Cryptography	
–  Asymmetric	EncrypMon	
–  Digital	Signatures,	Data	ValidaMon	
•  MySQL	Enterprise	AuthenMcaMon	
–  External	AuthenMcaMon	Modules	
•  Microso_	AD,	Linux	PAMs	
•  MySQL	Enterprise	Audit	
–  User	AcMvity	AudiMng,	Regulatory	Compliance 		
6	
•  MySQL	Enterprise	Monitor	
–  Changes	in	Database	ConfiguraMons,	Users	
Permissions,	Database	Schema,	Passwords	
•  MySQL	Enterprise	Backup		
–  Physical	backup	ideal	for	larger	databases	
–  Verifies	data	as	it	copies	
•  MySQL	Thread	Pool	
–  Improves	performance	on	
high	concurrency	workloads	
More	informaMon	available	at	:	hZp://www.mysql.com/products/enterprise/
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  Provides	20x	beZer	scalability	
•  Plugin	improves	sustained	
performance	as	user	connecMons	
grow	
MySQL	Enterprise	Scalability	:	Thread	Pool
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Scalability	:	Thread	Pool	
Performance	
Security	
Availability	
Internal	Clients	
Connec2on	Execu2on	Threads	
External	Clients	
Thread	Pool	
Thread	Group	1	
Threads		1	-	4096	
Thread	Group	2	
Threads		4097	-	8193	
Thread	Group	N	
Threads		8194	-	N	
Thread	Group	1	
Thread	Group	2	
Thread	Group	N	
•  Contains	configurable	number	of	thread	groups	(default	=	16)	
– Each	group	manages	up	to	4096	re-usable	threads	
•  Each	connecMon	assigned	to	thread	group	via	round	robin	
•  Threads	are	prioriMzed	and	statements	queued	
– Improves	scalability	as	concurrent	connecMons	grow,	protecMon	from	DOS	aZacks
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Security:	A	Major	Concern	
Over	430	M	new	unique	
pieces	of	malware	in	2015,	
up	36%	from	previous	year.	
Over	Half	a	Billion	Personal	
Records	Were	Stolen	or	Lost	in	
2015.		
A	New	Zero-Day	
Vulnerability	Was	
Discovered	on	Average	Each	
Week	in	2015,	a	125%	
increase	from	2014.	
Spear-Phishing	Campaigns	
TargeMng	Employees	
Increased	55	Percent	in	
2015.	
Source:	Internet	Security	Threat	Report	2016,	Symantec
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Regulatory	Compliance:	Top	Trends	Worldwide	in	2016	
Source:	hZps://risk.thomsonreuters.com/content/dam/openweb/documents/pdf/risk/infographic/top-5-compliance-trends-around-globe-2016-infographic.pdf
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	EncrypMon	
•  MySQL	encrypMon	libraries		
– Symmetric	encrypMon	AES256	
– Public-key	/	asymmetric	cryptography	
•  Key	management	
– Generate	public	and	private	keys	
– Key	exchange	methods:	RSA,	DSA,	DH	
•  Sign	and	verify	data	
– Cryptographic	hashing	for	digital	signing,	verificaMon,	&	validaMon
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Transparent	Data	EncrypMon	
Encrypted		
Tablespace	Files	
Tablespace	Key	
Malicious	OS	User	/	Hacker	
Accesses	Files	Directly	
InformaMon	Access	Blocked	
By	EncrypMon	
Master	Key
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Key	Vault	
MySQL	Enterprise	Transparent	Data	EncrypMon	
	2	Tier	Architecture	
MySQL	Database	
Tablespace	Keys	
	
	
	
	
	
	
	
	
MySQL	
Server	
Plugin	&	
Services		
Infrastructure	
InnoDB	
Client	
Keyring	
plugins	
	
•  Master	Key	
•  Stored	outside	the	database	
•  Oracle	Key	Vault		
•  KMIP	1.2	Compliant	Key	Vault	
•  Tablesapce	Key	
•  Protected	by	master	key	
Master	Key	
Plain	Text	
Encrypted	2	
Encrypted	1
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Audit	
•  Out-of-the-box	logging	of	connecMons,	logins,	and	query	
•  Simple	to	fine	grained	policies	for	filtering,	and	log	rotaMon	
•  Dynamically	enabled,	disabled:	no	server	restart	
•  XML-based	audit	stream	
– Send	data	to	a	remote	server	/	audit	data	vault		
•  Oracle	Audit	Vault	
•  Splunk,	etc.	
Adds	regulatory	compliance	to	
MySQL	applicaMons		
(HIPAA,	Sarbanes-Oxley,	PCI,	etc.)
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Audit	-	Work	Flow	
1.  Enables	the	Audit	plugin	
•  INSTALL	PLUGIN	audit_log	soname	
‘audit_log.so’;	
2.  Defines	Filters		and	OpMons	
•  who,	what,	from	where,	etc	to	audit	
3.  Reviews	Local	Audit	Events	
•  Directly		
•  Using	MySQL	EE	Workbench	
	
	
DBA	 USER	
1.  Joe		
•  Connects	from	a	host	
•  AuthenMcates	with	a	username	
•  Run	a	select	
•  Alters	a	table;	etc	
1.  MySQL	Audit		
•  Inspects	ALL	Joe	is	doing		
•  Audit	Filter	defines	
audiMng	required	
•  	Writes		to	the	audit	file	
IT	
SEC	
1.  Archives	
•  Copy	to	an	Audit	“Vault”	
•  E.g.	Oracle	Audit	Vault,	Splunk,	…	
2.  Globally	Assess	&	Maintains	Audit	Trail
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	AuthenMcaMon	
•  PAM	(Pluggable	AuthenMcaMon	Modules)	
– Access	external	authenMcaMon	methods	
– Standard	interface	(Unix,	LDAP,	Kerberos,	others)	
– Proxied	and	non-proxied	users	
•  	Windows	
– Access	naMve	Windows	services	
– AuthenMcate	users	already	logged	into	Windows	
(Windows	AcMve	Directory)	
•  Pluggable	AuthenMcaMon	API	 Integrates	MySQL	with	exisMng	
security	infrastructures	and	SOPs
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Firewall	
•  Real	Time	ProtecMon	
– Queries	analyzed	and	matched	against	White	List	
•  Blocks	SQL	InjecMon	AZacks	
– PosiMve	Security	Model	
•  Block	Suspicious	Traffic	
– Out	of	Policy	TransacMons	detected	&	blocked	
•  Learns	White	List		
– Automated	creaMon	of	approved	list	of	SQL	command	paZerns	on	a	per	user	basis	
•  Transparent	
– No	changes	to	applicaMon	required	
MySQL		Enterprise	Firewall	monitoring
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	High	Availability	
•  MySQL	InnoDB	clusters	
– NaMve	Client	HA	with	MySQL	Router	
– NaMve	Database	HA	with	MySQL	Group	ReplicaMon	
•  HA	with	Shared	Storage	SoluMons	
– HA	with	Oracle	VM	
– HA	with	Solaris	Clustering	
– HA	with	Oracle	Clusterware	Plugin	
	
Range	of	opMons	to	make	your	
MySQL	applicaMon	deployments	
Highly	Available
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Router	
•  Transparent	client	connecMon	rouMng	
– Load	balancing	
– ApplicaMon	connecMon	failover	
•  Stateless	design	offers	easy	HA	client	rouMng	
– A	local	Router	becomes	part	of	the	applicaMn	stack	
			”MySQL	Router	allows	you	to	easily	migrate	your	standalone	
MySQL	instances	to	na;vely	distributed	and	highly	available	
InnoDB	clusters	without	affec;ng	exis;ng	applica;ons!”	
Transparent	access	to	HA	databases	for	MySQL	Applica2ons	
App	Servers	with	
MySQL	Router	
MySQL	InnoDB	cluster
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  AcMve/AcMve	Update	Anywhere	
–  AutomaMc	conflict	detecMon	and	resoluMon	
–  AutomaMc	distributed	recovery	
•  AutomaMc	group	membership	management	and	failure	
detecMon	
–  No	need	for	server	fail-over	
–  ElasMc	scale	out/in	
–  No	single	point	of	failure	
–  AutomaMc	reconfiguraMon	
•  Well	integrated	
–  InnoDB	
–  GTID-based	replicaMon	
–  PERFORMANCE_SCHEMA	
ApplicaMon	
MySQL	Nodes	 ReplicaMon		
Plugin	
API	
MySQL	
Server	
Group	Comms	
Release	Candidate	
MySQL	Group	ReplicaMon	
The	Building	Block	for	InnoDB	Clusters
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Backup	
•  Online,	non-locking	backup	and	recovery		
–  Complete	MySQL	instance	backup	(data	and	config)	
–  ParMal	backup	and	restore	
•  Direct	Cloud	storage	backups	
–  Oracle	Storage	Cloud,	S3,	etc.	
•  Incremental	backups	
•  Point-in-Mme	recovery	
•  Advanced	compressed	and	encrypMon	
•  Backup	to	tape	(SBT)	
•  OpMmisMc	backups	
•  Cross-Playorm	(Windows,	Linux,	Unix)
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	DBA	Checklist	
	
1.	Ensure	your	producMon	databases	are	available		 ✔	
2.	Monitor	MySQL	performance	throughout	the	day	 ✔	
3.	Verify	that	MySQL	replicaMon	is	working	properly	 ✔	
4.	Confirm	that	backups	have	completed	successfully	 ✔	
5.	Monitor	disk	space	to	ensure	MySQL	won’t	run	out	of	space	 ✔	
6.	Regularly	monitor	and	idenMfy	blocking	issues	 ✔	
7.	Verify	there	have	been	no	changes	to	database	schema	 ✔	
8.	Check	OS	metrics	for	unusual	events	 ✔	
9.	Check	for	security	vulnerabiliMes	 ✔	
10.	Monitor	and	analyze	memory	usage	 ✔	
22
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	DBA	Challenges	
•  “The	database	is	slow.		What	needs	tuning?”	
•  “What	are	my	most	expensive	queries?”	
•  “Are	indexes	opMmized?”	
•  “Is	replicaMon	lag	a	problem?”	
•  “Did	my	last	backup	succeed?”	
•  “When	will	my	disk	fill	up?”	
•  “When	will	I	need	more	hardware	to	scale-out?”	
•  “Has	my	database	schema	changed?”	
•  “Are	there	security	vulnerabiliMes	that	I	need	to	be	concerned	about?”	
23
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Monitor	
24	
•  Start	monitoring	MySQL	in	10	minutes	
•  Real-Mme	MySQL	performance	and	
availability	monitoring	
•  Visually	find	&	fix	problem	queries	
•  Disk	monitoring	for	capacity	planning	
•  Cloud	friendly	architecture	
– No	agents	required	
– Policy	driven	configuraMon	
– Easy	integraMon	with	DevOps	tools
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Cloud	Friendly	Architecture	
•  MySQL		
– Performance	Schema	provides	Query	Analyzer	data	
– Provides	all	MySQL	related	metrics		
•  Service	Manager	
– Collects	all	MySQL	related	metrics	
– Collects	all	OS/Host	related	metrics	
•  Repository	
– Stores	all	historical	data	
•  Agent	(opMonal)	
– Only	required	for	OS/Host	metrics	
25	
MySQL	Enterprise	
	Dashboard	
Service	Manager	
Repository		
HTTPS	
Data	Center	Public	Cloud	Private	Cloud
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
InstallaMon	&	ConfiguraMon	
•  Install	the	Service	Manager	
– shell>	./mysqlmonitor-3.X.X.XXXX-…-installer.bin	
•  Up	and	Running	in	10	minutes	
– Auto-discovery	of	MySQL	servers	
– Advisors	are	pre-configured	
– Advisors	are	pre-scheduled	
•  CustomizaMon	
– Centralized	configuraMon	dashboard	
– Advisors	
– Event	handling	
26
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Dashboard	
27	
"The	MySQL	Enterprise	Monitor	is	an	absolute	
must	for	any	DBA	who	takes	his	work	seriously.”	
	
Adrian	Baumann	
System	Specialist	
Federal	Office	of	InformaMon	Technology	&		
TelecommunicaMons	
•  SLA	monitoring	
•  Real-Mme	performance	monitoring	
•  Alerts	&	noMficaMons	
•  MySQL	best	pracMce	advisors
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Hardware
Schema Changes
Data Growth
Indexes
SQL
90%	of		
Performance	Problems		
	
Source	of	Database	Performance	Problems	
28
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Performance	Schema	
•  IdenMfy	performance	boZlenecks	
•  IdenMfy	problemaMc	queries		
•  Get	real	Mme	insight	into	locks	
•  See	exactly	what	is	happening	
within	MySQL		
•  Get	real	Mme	insight	into	MySQL	
internals		
•  Get	real	Mme	insight	into	query	
execuMons	
29	
mysql>	select	*	from	host_summary_by_stages;	
+------+--------------------------------+-------+-----------+-----------+	
|	host	|	event_name																					|	total	|	wait_sum		|	wait_avg		|		
+------+--------------------------------+-------+-----------+-----------+	
|	hal		|	stage/sql/Opening	tables							|			889	|	1.97	ms			|	2.22	us			|		
|	hal		|	stage/sql/Creating	sort	index		|					4	|	1.79	ms			|	446.30	us	|		
|	hal		|	stage/sql/init																	|				10	|	312.27	us	|	31.23	us		|		
|	hal		|	stage/sql/checking	permissions	|				10	|	300.62	us	|	30.06	us		|		
|	hal		|	stage/sql/freeing	items								|					5	|	85.89	us		|	17.18	us		|		
|	hal		|	stage/sql/statistics											|					5	|	79.15	us		|	15.83	us		|		
|	hal		|	stage/sql/preparing												|					5	|	69.12	us		|	13.82	us		|		
|	hal		|	stage/sql/optimizing											|					5	|	53.11	us		|	10.62	us		|		
|	hal		|	stage/sql/Sending	data									|					5	|	44.66	us		|	8.93	us			|		
|	hal		|	stage/sql/closing	tables							|					5	|	37.54	us		|	7.51	us			|		
|	hal		|	stage/sql/System	lock										|					5	|	34.28	us		|	6.86	us			|		
|	hal		|	stage/sql/query	end												|					5	|	24.37	us		|	4.87	us			|		
|	hal		|	stage/sql/end																		|					5	|	8.60	us			|	1.72	us			|		
|	hal		|	stage/sql/Sorting	result							|					5	|	8.33	us			|	1.67	us			|		
|	hal		|	stage/sql/executing												|					5	|	5.37	us			|	1.07	us			|		
|	hal		|	stage/sql/cleaning	up										|					5	|	4.60	us			|	919.00	ns	|		
+------+--------------------------------+-------+-----------+-----------+
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Performance	Monitoring	
•  Monitor	MySQL	performance	
•  Monitor	OS	performance	
•  Monitor	query	performance	
•  Advice	on	index	usage	
•  Alerts	on	performance	problems	
30
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Enterprise	Query	Analyzer	
•  Real-Mme	query	performance	
•  Visual	correlaMon	graphs	
•  Find	&	fix	expensive	queries	
•  Detailed	query	staMsMcs	
•  Query	Response	Time	index	(QRTi)	
31	
“With	the	MySQL	Query	Analyzer,	we	were	able	to	iden;fy	
and	analyze	problema;c	SQL	code,	and	triple	our	database	
performance.	More	importantly,	we	were	able	to	
accomplish	this	in	three	days,	rather	than	taking	weeks.”	
	
Keith	Souhrada		
So_ware	Development	Engineer		
Big	Fish	Games
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Monitor	+	Backup	
•  Monitor	backup	results	
•  Monitor	backup	performance	
•  Ensure	backups	are	up	to	date
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Workbench	EE	
•  Database	migraMons	
– From	Microso_	SQL	Server,	
PostgreSQL,	Sybase	ASE,	Sybase	SQL	
Anywhere,	SQLite,	Microso_	Access,	
and	more		
•  Manage	migraMon	projects	
•  Source	and	target	selecMon	
•  Object	migraMon	
•  Data	migraMon	
•  MySQL	version	upgrades	
Database	MigraMon	Wizard	
	for	SQL	Server,	Sybase,	SQLite,	SQL	Anywhere	&	PostgreSQL
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Workbench	EE	+	Audit	
•  Fast	and	easy	access	to	Audit	
events	
•  Indexed	searches	
– Event	type	
– User	account	
– Date	range	
– Text	match
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Workbench	EE	+	Backup	
•  Create	and	manage	backup	jobs	
– Create	new	backup	jobs	
– Schedule	backup	jobs	to	run	
automaMcally	
– View	current	backup	jobs	
– View	recent	backup	acMvity	
•  Restore	backups		
– Full,	parMal,	incremental	…
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Support	
•  Provided	by	the	experts,	straight	from	the	source	
•  Backed	by	the	MySQL	developers	
•  World-class	support,	in	29	languages	
•  Hot	fixes	&	maintenance	releases	
•  24x7x365	
•  Unlimited	incidents	
•  ConsultaMve	support	
•  Global	scale	and	reach	
Get	immediate	help	for	any	MySQL	
issue,	plus	expert	advice
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	ConsultaMve	Support 		
Make	the	Most	of	your	Deployments	
•  Remote	troubleshooMng	
•  ReplicaMon	review	
•  ParMMoning	review	
•  Schema	review	
•  Query	review	
•  Performance	tuning	
•  ...and	more
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Work	Directly	with	MySQL	Engineering		
•  A	direct	relaMonship	with	the	MySQL	team	
•  The	ability	to	parMcipate	in:	
– Product	roadmaps	
– Product	betas	
– Customer	advisory	boards	
•  Work	closely	with	Support	Engineers	
– Resolve	issues	faster	
– Request	bug	and	feature	request	escalaMons
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	Oracle	CerMficaMons	
• Oracle	Enterprise	Manager		
• Oracle	Linux	&	Oracle	VM	
• Oracle	Solaris	
•  Oracle	Solaris	Clustering	
•  Oracle	Clusterware	
•  Oracle	OpenStack		
• My	Oracle	Support	
• Oracle	Fusion	Middleware	
• Oracle	GoldenGate	
• Oracle	Audit	Vault	
• Oracle	Database	Firewall	
• Oracle	Secure	Backup	
MySQL	integrates	into	your	Oracle	environment
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	EdiMon	Take	Aways	
On-Premises:	Achieve	the	highest	levels	of	MySQL	Performance,	security	
&	upMme	
In	Oracle	Cloud:	AddiMonally	increase	business	agility,	accelerate	
innovaMon	&	reduce	costs	
Hybrid:	Flexibility	to	move	workloads	between	on-premises	&	the	
cloud	and	to	implement	hybrid	architectures
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Cloud	Service:	Product	Overview	
ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 41	
PaaS		
Compute		
Database	
Administra2on	
Automated	
Provisioning	
Push	BuZon	
Patching	
1-Click	Instance	
Management	
Enterprise	
Monitoring	
Backup	&	
Recovery	
Automated	
Backup	
Point-in-Mme	
Recovery	
On-demand	
Snapshot	
Scalability	
ElasMc	Compute	
ElasMc	Storage	
Enterprise	Thread	
Pool	
ElasMc	
ReplicaMon*	
High	
Availability	
ReplicaMon	
ReplicaMon	
Monitor	
MulM-AD	Support*	
Security	
Network	Access	
Control	
Enterprise	Firewall	
Enterprise	
AuthenMcaMon	
Enterprise	
EncrypMon	&	TDE*	
Enterprise	Audit	
Management	
Access	
Data	
Access	
CLI		
REST	API		
Oracle	Cloud	Console	
MySQL	Tools	
On-premise	
ApplicaMons	
Oracle	Premier	Support	
Oracle	Infrastructure	Cloud	Services	
MySQL	Enterprise	EdiMon
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 42	
In	Short	
•  Oracle	Public	Cloud	
•  Database	as	a	Service	(PaaS)	
•  MySQL	with	the	annoying	bits	managed	for	you:	
– Backups	
– Patches	
– Monitoring	
– etc.	
PaaS
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 43	
What	version	of	MySQL	is	it?	
•  Powered	by	MySQL	5.7	Enterprise	EdiMon	
•  Same	so_ware	used	in	cloud	as	on	premise	
– You	will	be	able	to	migrate	workloads	in	both	direcMons	
•  OpMmized	configuraMon	
– In	my.cnf	file	
– In	compute	and	storage
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Under	the	Hood	
44
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  InnoDB	IO	ConfiguraMon	opMmized	
– Number	of	IO	threads	
– O_DIRECT	
– Redo	log	size	and	buffer	
– Plus	more…	
•  Thread	Pool	Enabled	By	Default	
•  Scalable	Auto	Increment	
•  Memory	opMmized	to	compute	
shape	
– Buffer	Pool	
•  Plus	more…	
	
ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 45	
OpMmized	ConfiguraMon	of	MySQL
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  Oracle	Linux	6	
– UEK	
– MySQL	task	priority	
– Memlock	
– ext4	Filesytstem	
•  Storage	is	powered	by	ZFS	
Appliances	
•  OpMmized	for	latency:	
– Binary	Logs	
– Redo	Logs	
•  OpMmized	for	throughput:	
– Data	files	
ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 46	
OpMmized	Compute	and	Storage
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 47
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  Fully	Managed:	
– On	Demand	
– Scheduled	
– Incremental	
•  Powered	by	MySQL	Enterprise	
Backup	
•  Default	
– Weekly	full	backup	
– Daily	incremental	backup	
– 30	day	retenMon	(in	Cloud	Storage)	
– 7	day	retenMon	(locally)	
•  Access	to	Raw	Backup	Files	
ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 48	
Backup
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 49	
User	IniMated	Patching	
•  Time	maintenance	to	opportune	Mme	
•  Click	of	a	BuZon	
•  Delay	upgrade	if	desired	
– Very	occasionally	patches	need	to	change	behavior	
– Security	being	example	
•  AutomaMc	backup	before	patching	
•  Rollback	opMon	if	required
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MySQL	Enterprise	EdiMon	
•  MySQL	Enterprise	Firewall	
–  Block	SQL	InjecMon	AZacks	
–  Intrusion	DetecMon		
•  MySQL	Enterprise	EncrypMon	
–  Public/Private	Key	Cryptography	
–  Asymmetric	EncrypMon	
–  Digital	Signatures,	Data	ValidaMon	
•  MySQL	Enterprise	AuthenMcaMon	
–  External	AuthenMcaMon	Modules	
•  Microso_	AD,	Linux	PAMs	
•  MySQL	Enterprise	Audit	
–  User	AcMvity	AudiMng,	Regulatory	Compliance 		
50	
•  MySQL	Enterprise	Monitor	
–  Changes	in	Database	ConfiguraMons,	Users	
Permissions,	Database	Schema,	Passwords	
•  MySQL	Enterprise	Backup		
–  Physical	backup	ideal	for	larger	databases	
–  Verifies	data	as	it	copies	
•  MySQL	Thread	Pool	
–  Improves	performance	on	
high	concurrency	workloads	
More	informaMon	available	at	:	hZp://www.mysql.com/products/enterprise/
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Moving	Data	In	and	Out	
51
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 52
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 53	
Oracle	Public	Cloud	Exclusive	Feature	
SSH	Access	
•  Log	into	your	MySQL	Cloud	Service	Instance	
•  Works	well	with	MySQL	Workbench	
– SSH	Tunnel	direct	from	Workbench	to	Cloud	Service	
– Port	3306	does	not	need	to	be	exposed
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 54	
MySQL	Root	Access	
•  Connect	via	Command	Line	or	Workbench	
•  Perform	AdministraMon	tasks	as	MySQL	root:	
– Set	offline	mode,	read	only
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 55	
ReplicaMon	
•  Binary	log	already	enabled	
– Service	already	fully	configured	to	be	a	master	
– Binary	log	defaults	to	90	day	retenMon	
•  Can	replicate	to/from	on	premise	
– Restricted	only	by	firewall	rules	
•  Can	replicate	to	other	instances	of	MySQL	Cloud	Service
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Scaling	Up	/	Down	
56
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 ConfidenMal	–	Oracle	Internal/Restricted/Highly	Restricted	 57
Open	 Secure	
Choice	
Complete
Complete	
•  Spanning	all	layers	of	the	cloud:		
IaaS,	PaaS,	SaaS	
•  Every	layer…integrated		
•  Based	on	our	foundaMonal	
infrastructure	playorms	
•  Reduces	complexity	
•  Every	category	and	stakeholder	
•  ConsumpMon	models	for	all
Open	
•  An	open,	standards-based	playorm	
•  Supports	all	workloads,	
applicaMons,	languages,	open	
source,	OS	playorms,	data	types		
•  For	everyone	to	build	on,	
customers	&	partners	
•  Integrated	with	Oracle	apps	and	
the	applicaMon	ecosystem
Secure	
•  Offers	protecMon	for	every	layer		
•  Physical	datacenter	access	
•  EncrypMon	of	data	at	rest,	in	moMon	
•  App	access;	privileged	users	controls		
•  Masking,	redacMng	sensiMve	data		
•  IdenMty	management
Choice	
• Deployment	opportuniMes–private	
cloud,	public	cloud,	public	cloud	on	
premises	(OCM)	&	hybrid	cloud	
•  Same	environments	preserve	
exisMng	IT	investments,	skills	
•  MigraMon	and	adopMon	paths–
infrastructure,	workloads,	apps,	
integraMons,	extensions		
•  Broad	ecosystem	of	partners
DemysMfying	Amazon		
RDS	for	MySQL
DemysMfying	Amazon	RDS	for	MySQL	
•  AWS	offers	Public	Cloud	only		
•  AWS	is	a	‘one	way	street’;	no	portability	
from	cloud	to	on-premises	
•  No	hybrid	cloud	opportunity	
•  No	ability	to	implement	hybrid	
architectures	
No	support	for	
hybrid	cloud	or	
on-premises	
environments
•  No	MySQL	Enterprise	Firewall	
•  No	MySQL	Enterprise	EncrypMon	&	TDE	
•  No	MySQL	Enterprise	Audit	
•  No	MySQL	Enterprise	AuthenMcaMon	
No	Advanced	
Security	Features	
DemysMfying	Amazon	RDS	for	MySQL
•  No	connecMon	with	MySQL	Engineering	
•  Runs	older	MySQL	versions	that	don’t	have	the	
latest	bug	fixes	and	security	features	
•  MySQL	Technical	Support	not	included	
•  No	Access	to	Expert	Technical	Support,	backed	
by	MySQL	developers	
Not	from	the	
Source	
DemysMfying	Amazon	RDS	for	MySQL
•  Not	integrated	with	Oracle	Environment	for	
easy	development	&	deployment	
•  No	pre-configured	&	opMmized	MySQL	
versions	
•  No	access	to	MySQL	Enterprise	Monitor	&	
Query	Analyzer	
•  No	Access	to	MySQL	Thread	Pool	
No	integraMons,	
No	opMmizaMons	
DemysMfying	Amazon	RDS	for	MySQL
•  Aurora	is	NOT	MySQL	
•  Designed	for	compaMbility	with	MySQL	5.6,	not	
with	MySQL	5.7	(GA	since	Oct	2015)	
•  NOT	Open	Source	
•  UlMmate	Lock-in:	Only	available	from	AWS	
•  Not	available	on-premises	or	anywhere	else	
•  Not	popular:	ranks	#73	vs	#2	for	MySQL*	
Not	MySQL	
Not	Open	Source	
What	About	Amazon	Aurora?	
*Source:	hZp://db-engines.com/en/ranking
Oracle	MySQL	Cloud	Service	
Simple,	Automated,	Integrated	&	Enterprise-Ready	
•  The	#1	Open	Source	Database	in	Oracle	Cloud	
•  Only	public	cloud	integraMng	MySQL	Enterprise	EdiMon	
•  Rapidly,	securely	and	cost-effecMvely	develop	&	deploy	
modern	MySQL-based	applicaMons
Highest	Levels	of	Security	 Scalability	&	Availability	
Expert	MySQL	
Technical	Support	
Integra2on	into	Oracle	
Cloud	Environment	
Hybrid	deployments	across	
cloud	&	on-premises	 Lower	TCO
•  Increase	Business	Agility:	Focus	your	resources	
on	innovaMon	and	rapidly	deliver	new	modern	
applicaMons.		
•  Ensure	Security,	Performance	&	Up2me:	relying	
on	the	most	comprehensive	MySQL	cloud	
playorm	–	straight	from	the	source	.	
•  Reduce	Total	Cost	of	Ownership:	Saving	on	
infrastructure	and	database	management	
operaMons	costs	while	improving	upMme.	
Oracle	MySQL	Cloud	Service:	Business	Benefits
MySQL Enterprise Cloud

Más contenido relacionado

La actualidad más candente

MySQL Enterprise Edition
MySQL Enterprise EditionMySQL Enterprise Edition
MySQL Enterprise EditionMark Swarbrick
 
MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3Mark Swarbrick
 
MySQL Security Best Practises
MySQL Security Best PractisesMySQL Security Best Practises
MySQL Security Best PractisesMark Swarbrick
 
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 DaysMark Swarbrick
 
Developing MySQL applications in the Cloud
Developing MySQL applications in the CloudDeveloping MySQL applications in the Cloud
Developing MySQL applications in the CloudMark Swarbrick
 
TLV - Whats new in MySQL 8
TLV - Whats new in MySQL 8TLV - Whats new in MySQL 8
TLV - Whats new in MySQL 8Mark 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 MySQLMark Swarbrick
 
TLV - MySQL Security overview
TLV - MySQL Security overviewTLV - MySQL Security overview
TLV - MySQL Security overviewMark Swarbrick
 
MySQL Security + GDPR - 2018 MySQL Days
MySQL Security + GDPR - 2018 MySQL DaysMySQL Security + GDPR - 2018 MySQL Days
MySQL Security + GDPR - 2018 MySQL DaysMark Swarbrick
 
Next Generation Data Center Strategies
Next Generation Data Center StrategiesNext Generation Data Center Strategies
Next Generation Data Center StrategiesVenkat Nambiyur
 
2016 MySQL State of the Dolphin
2016 MySQL State of the Dolphin2016 MySQL State of the Dolphin
2016 MySQL State of the DolphinMark Swarbrick
 
MySQL as a Document Store
MySQL as a Document StoreMySQL as a Document Store
MySQL as a Document StoreMark Swarbrick
 
MySQL 8 - 2018 MySQL Days
MySQL 8 - 2018 MySQL DaysMySQL 8 - 2018 MySQL Days
MySQL 8 - 2018 MySQL DaysMark Swarbrick
 
Oracle MySQL Cloud Service
Oracle MySQL Cloud ServiceOracle MySQL Cloud Service
Oracle MySQL Cloud ServiceMark Swarbrick
 
MySQL NoSQL Document Store
MySQL NoSQL Document StoreMySQL NoSQL Document Store
MySQL NoSQL Document StoreMark Swarbrick
 

La actualidad más candente (20)

MySQL Enterprise Edition
MySQL Enterprise EditionMySQL Enterprise Edition
MySQL Enterprise Edition
 
MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3
 
MySQL Security Best Practises
MySQL Security Best PractisesMySQL Security Best Practises
MySQL Security Best Practises
 
MySQL HA
MySQL HAMySQL HA
MySQL HA
 
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
 
Developing MySQL applications in the Cloud
Developing MySQL applications in the CloudDeveloping MySQL applications in the Cloud
Developing MySQL applications in the Cloud
 
TLV - Whats new in MySQL 8
TLV - Whats new in MySQL 8TLV - Whats new in MySQL 8
TLV - Whats new in MySQL 8
 
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
 
TLV - MySQL Security overview
TLV - MySQL Security overviewTLV - MySQL Security overview
TLV - MySQL Security overview
 
MySQL Security + GDPR - 2018 MySQL Days
MySQL Security + GDPR - 2018 MySQL DaysMySQL Security + GDPR - 2018 MySQL Days
MySQL Security + GDPR - 2018 MySQL Days
 
Next Generation Data Center Strategies
Next Generation Data Center StrategiesNext Generation Data Center Strategies
Next Generation Data Center Strategies
 
2016 MySQL State of the Dolphin
2016 MySQL State of the Dolphin2016 MySQL State of the Dolphin
2016 MySQL State of the Dolphin
 
MySQL as a Document Store
MySQL as a Document StoreMySQL as a Document Store
MySQL as a Document Store
 
MySQL 8 - 2018 MySQL Days
MySQL 8 - 2018 MySQL DaysMySQL 8 - 2018 MySQL Days
MySQL 8 - 2018 MySQL Days
 
Oracle MySQL Cloud Service
Oracle MySQL Cloud ServiceOracle MySQL Cloud Service
Oracle MySQL Cloud Service
 
MySQL + GDPR
MySQL + GDPRMySQL + GDPR
MySQL + GDPR
 
MySQL Security & GDPR
MySQL Security & GDPRMySQL Security & GDPR
MySQL Security & GDPR
 
MySQL 8
MySQL 8MySQL 8
MySQL 8
 
MySQL NoSQL Document Store
MySQL NoSQL Document StoreMySQL NoSQL Document Store
MySQL NoSQL Document Store
 
InnoDb Vs NDB Cluster
InnoDb Vs NDB ClusterInnoDb Vs NDB Cluster
InnoDb Vs NDB Cluster
 

Destacado

Sharding using MySQL and PHP
Sharding using MySQL and PHPSharding using MySQL and PHP
Sharding using MySQL and PHPMats Kindahl
 
MySQL 5.7 - 
Tirando o Máximo Proveito
MySQL 5.7 - 
Tirando o Máximo ProveitoMySQL 5.7 - 
Tirando o Máximo Proveito
MySQL 5.7 - 
Tirando o Máximo ProveitoGabriela Ferrara
 
LAMP: Desenvolvendo além do trivial
LAMP: Desenvolvendo além do trivialLAMP: Desenvolvendo além do trivial
LAMP: Desenvolvendo além do trivialGabriela Ferrara
 
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...Ivan Zoratti
 
20171104 hk-py con-mysql-documentstore_v1
20171104 hk-py con-mysql-documentstore_v120171104 hk-py con-mysql-documentstore_v1
20171104 hk-py con-mysql-documentstore_v1Ivan Ma
 
LaravelSP - MySQL 5.7: introdução ao JSON Data Type
LaravelSP - MySQL 5.7: introdução ao JSON Data TypeLaravelSP - MySQL 5.7: introdução ao JSON Data Type
LaravelSP - MySQL 5.7: introdução ao JSON Data TypeGabriela Ferrara
 
The MySQL Server Ecosystem in 2016
The MySQL Server Ecosystem in 2016The MySQL Server Ecosystem in 2016
The MySQL Server Ecosystem in 2016Colin Charles
 
Strip your TEXT fields - Exeter Web Feb/2016
Strip your TEXT fields - Exeter Web Feb/2016Strip your TEXT fields - Exeter Web Feb/2016
Strip your TEXT fields - Exeter Web Feb/2016Gabriela Ferrara
 
Exploring MongoDB & Elasticsearch: Better Together
Exploring MongoDB & Elasticsearch: Better TogetherExploring MongoDB & Elasticsearch: Better Together
Exploring MongoDB & Elasticsearch: Better TogetherObjectRocket
 
SunshinePHP 2017 - Making the most out of MySQL
SunshinePHP 2017 - Making the most out of MySQLSunshinePHP 2017 - Making the most out of MySQL
SunshinePHP 2017 - Making the most out of MySQLGabriela Ferrara
 
Building Scalable High Availability Systems using MySQL Fabric
Building Scalable High Availability Systems using MySQL FabricBuilding Scalable High Availability Systems using MySQL Fabric
Building Scalable High Availability Systems using MySQL FabricMats Kindahl
 
Inexpensive Datamasking for MySQL with ProxySQL — Data Anonymization for Deve...
Inexpensive Datamasking for MySQL with ProxySQL — Data Anonymization for Deve...Inexpensive Datamasking for MySQL with ProxySQL — Data Anonymization for Deve...
Inexpensive Datamasking for MySQL with ProxySQL — Data Anonymization for Deve...Ontico
 
[스마트스터디]MongoDB 의 역습
[스마트스터디]MongoDB 의 역습[스마트스터디]MongoDB 의 역습
[스마트스터디]MongoDB 의 역습smartstudy_official
 
MySQL Sharding: Tools and Best Practices for Horizontal Scaling
MySQL Sharding: Tools and Best Practices for Horizontal ScalingMySQL Sharding: Tools and Best Practices for Horizontal Scaling
MySQL Sharding: Tools and Best Practices for Horizontal ScalingMats Kindahl
 
Coding like a girl - DjangoCon
Coding like a girl - DjangoConCoding like a girl - DjangoCon
Coding like a girl - DjangoConGabriela Ferrara
 
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDBWebinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDBSeveralnines
 

Destacado (20)

Sharding using MySQL and PHP
Sharding using MySQL and PHPSharding using MySQL and PHP
Sharding using MySQL and PHP
 
MySQL 5.7 - 
Tirando o Máximo Proveito
MySQL 5.7 - 
Tirando o Máximo ProveitoMySQL 5.7 - 
Tirando o Máximo Proveito
MySQL 5.7 - 
Tirando o Máximo Proveito
 
LAMP: Desenvolvendo além do trivial
LAMP: Desenvolvendo além do trivialLAMP: Desenvolvendo além do trivial
LAMP: Desenvolvendo além do trivial
 
Laravel 5 and SOLID
Laravel 5 and SOLIDLaravel 5 and SOLID
Laravel 5 and SOLID
 
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
 
20171104 hk-py con-mysql-documentstore_v1
20171104 hk-py con-mysql-documentstore_v120171104 hk-py con-mysql-documentstore_v1
20171104 hk-py con-mysql-documentstore_v1
 
MEAN Stack
MEAN StackMEAN Stack
MEAN Stack
 
LaravelSP - MySQL 5.7: introdução ao JSON Data Type
LaravelSP - MySQL 5.7: introdução ao JSON Data TypeLaravelSP - MySQL 5.7: introdução ao JSON Data Type
LaravelSP - MySQL 5.7: introdução ao JSON Data Type
 
The MySQL Server Ecosystem in 2016
The MySQL Server Ecosystem in 2016The MySQL Server Ecosystem in 2016
The MySQL Server Ecosystem in 2016
 
Strip your TEXT fields - Exeter Web Feb/2016
Strip your TEXT fields - Exeter Web Feb/2016Strip your TEXT fields - Exeter Web Feb/2016
Strip your TEXT fields - Exeter Web Feb/2016
 
Strip your TEXT fields
Strip your TEXT fieldsStrip your TEXT fields
Strip your TEXT fields
 
Exploring MongoDB & Elasticsearch: Better Together
Exploring MongoDB & Elasticsearch: Better TogetherExploring MongoDB & Elasticsearch: Better Together
Exploring MongoDB & Elasticsearch: Better Together
 
SunshinePHP 2017 - Making the most out of MySQL
SunshinePHP 2017 - Making the most out of MySQLSunshinePHP 2017 - Making the most out of MySQL
SunshinePHP 2017 - Making the most out of MySQL
 
Building Scalable High Availability Systems using MySQL Fabric
Building Scalable High Availability Systems using MySQL FabricBuilding Scalable High Availability Systems using MySQL Fabric
Building Scalable High Availability Systems using MySQL Fabric
 
Inexpensive Datamasking for MySQL with ProxySQL — Data Anonymization for Deve...
Inexpensive Datamasking for MySQL with ProxySQL — Data Anonymization for Deve...Inexpensive Datamasking for MySQL with ProxySQL — Data Anonymization for Deve...
Inexpensive Datamasking for MySQL with ProxySQL — Data Anonymization for Deve...
 
[스마트스터디]MongoDB 의 역습
[스마트스터디]MongoDB 의 역습[스마트스터디]MongoDB 의 역습
[스마트스터디]MongoDB 의 역습
 
MySQL Sharding: Tools and Best Practices for Horizontal Scaling
MySQL Sharding: Tools and Best Practices for Horizontal ScalingMySQL Sharding: Tools and Best Practices for Horizontal Scaling
MySQL Sharding: Tools and Best Practices for Horizontal Scaling
 
Coding like a girl - DjangoCon
Coding like a girl - DjangoConCoding like a girl - DjangoCon
Coding like a girl - DjangoCon
 
Mongodb
MongodbMongodb
Mongodb
 
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDBWebinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
 

Similar a MySQL Enterprise Cloud

Percona Live - Dublin 01 my sql ha-mysql-clusters
Percona Live - Dublin 01 my sql ha-mysql-clustersPercona Live - Dublin 01 my sql ha-mysql-clusters
Percona Live - Dublin 01 my sql ha-mysql-clustersMark 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 Solaris Cloud Management and Deployment with OpenStack
Oracle Solaris Cloud Management and Deployment with OpenStackOracle Solaris Cloud Management and Deployment with OpenStack
Oracle Solaris Cloud Management and Deployment with OpenStackOTN Systems Hub
 
RAC Troubleshooting and Diagnosability Sangam2016
RAC Troubleshooting and Diagnosability Sangam2016RAC Troubleshooting and Diagnosability Sangam2016
RAC Troubleshooting and Diagnosability Sangam2016Sandesh Rao
 
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...vasuballa
 
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]vasuballa
 
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...vasuballa
 
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 ContainersMika 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, OracleOpenStack
 
#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud SolutionsPCM
 
Oracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridOracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridJohan Louwers
 
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...vasuballa
 
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]vasuballa
 
Develop Oracle Virtual Box and deploy to Cloud
Develop Oracle Virtual Box and deploy to CloudDevelop Oracle Virtual Box and deploy to Cloud
Develop Oracle Virtual Box and deploy to CloudInprise Group
 
Push-button Composition of Oracle Application and Database Environments: Avi ...
Push-button Composition of Oracle Application and Database Environments: Avi ...Push-button Composition of Oracle Application and Database Environments: Avi ...
Push-button Composition of Oracle Application and Database Environments: Avi ...OpenStack
 
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 InterfaceJürgen Ambrosi
 
Oracle Management Cloud newpres-v1.1
Oracle Management Cloud   newpres-v1.1Oracle Management Cloud   newpres-v1.1
Oracle Management Cloud newpres-v1.1Lee Bonfield
 
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a ServiceOracle Korea
 
Performance in Spark 2.0, PDX Spark Meetup 8/18/16
Performance in Spark 2.0, PDX Spark Meetup 8/18/16Performance in Spark 2.0, PDX Spark Meetup 8/18/16
Performance in Spark 2.0, PDX Spark Meetup 8/18/16pdx_spark
 

Similar a MySQL Enterprise Cloud (20)

Percona Live - Dublin 01 my sql ha-mysql-clusters
Percona Live - Dublin 01 my sql ha-mysql-clustersPercona Live - Dublin 01 my sql ha-mysql-clusters
Percona Live - Dublin 01 my sql ha-mysql-clusters
 
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...
 
Oracle Solaris Cloud Management and Deployment with OpenStack
Oracle Solaris Cloud Management and Deployment with OpenStackOracle Solaris Cloud Management and Deployment with OpenStack
Oracle Solaris Cloud Management and Deployment with OpenStack
 
RAC Troubleshooting and Diagnosability Sangam2016
RAC Troubleshooting and Diagnosability Sangam2016RAC Troubleshooting and Diagnosability Sangam2016
RAC Troubleshooting and Diagnosability Sangam2016
 
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
 
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
 
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
 
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
 
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
 
#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions
 
Oracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridOracle cloud, private, public and hybrid
Oracle cloud, private, public and hybrid
 
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
 
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
 
Java EE Next
Java EE NextJava EE Next
Java EE Next
 
Develop Oracle Virtual Box and deploy to Cloud
Develop Oracle Virtual Box and deploy to CloudDevelop Oracle Virtual Box and deploy to Cloud
Develop Oracle Virtual Box and deploy to Cloud
 
Push-button Composition of Oracle Application and Database Environments: Avi ...
Push-button Composition of Oracle Application and Database Environments: Avi ...Push-button Composition of Oracle Application and Database Environments: Avi ...
Push-button Composition of Oracle Application and Database Environments: Avi ...
 
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
 
Oracle Management Cloud newpres-v1.1
Oracle Management Cloud   newpres-v1.1Oracle Management Cloud   newpres-v1.1
Oracle Management Cloud newpres-v1.1
 
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
 
Performance in Spark 2.0, PDX Spark Meetup 8/18/16
Performance in Spark 2.0, PDX Spark Meetup 8/18/16Performance in Spark 2.0, PDX Spark Meetup 8/18/16
Performance in Spark 2.0, PDX Spark Meetup 8/18/16
 

Más de Mark Swarbrick

MySQL @ the University Of Nottingham
MySQL @ the University Of NottinghamMySQL @ the University Of Nottingham
MySQL @ the University Of NottinghamMark 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 8Mark 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 DolphinMark 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 StoreMark 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 DaysMark Swarbrick
 
MySQL At Mastercard - 2018 MySQL Days
MySQL At Mastercard - 2018 MySQL DaysMySQL At Mastercard - 2018 MySQL Days
MySQL At Mastercard - 2018 MySQL DaysMark Swarbrick
 
MySQL Cloud - 2018 MySQL Days
MySQL Cloud - 2018 MySQL DaysMySQL Cloud - 2018 MySQL Days
MySQL Cloud - 2018 MySQL DaysMark Swarbrick
 
MySQL 2018 Intro - 2018 MySQL Days
MySQL 2018 Intro - 2018 MySQL DaysMySQL 2018 Intro - 2018 MySQL Days
MySQL 2018 Intro - 2018 MySQL DaysMark Swarbrick
 
Oow MySQL Whats new in security overview sept 2017 v1
Oow MySQL Whats new in security overview sept 2017 v1Oow MySQL Whats new in security overview sept 2017 v1
Oow MySQL Whats new in security overview sept 2017 v1Mark Swarbrick
 

Más de Mark Swarbrick (10)

MySQL @ the University Of Nottingham
MySQL @ the University Of NottinghamMySQL @ the University Of Nottingham
MySQL @ the University Of Nottingham
 
Intro To MySQL 2019
Intro To MySQL 2019Intro To MySQL 2019
Intro To MySQL 2019
 
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
 
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
 
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
 
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
 
MySQL At Mastercard - 2018 MySQL Days
MySQL At Mastercard - 2018 MySQL DaysMySQL At Mastercard - 2018 MySQL Days
MySQL At Mastercard - 2018 MySQL Days
 
MySQL Cloud - 2018 MySQL Days
MySQL Cloud - 2018 MySQL DaysMySQL Cloud - 2018 MySQL Days
MySQL Cloud - 2018 MySQL Days
 
MySQL 2018 Intro - 2018 MySQL Days
MySQL 2018 Intro - 2018 MySQL DaysMySQL 2018 Intro - 2018 MySQL Days
MySQL 2018 Intro - 2018 MySQL Days
 
Oow MySQL Whats new in security overview sept 2017 v1
Oow MySQL Whats new in security overview sept 2017 v1Oow MySQL Whats new in security overview sept 2017 v1
Oow MySQL Whats new in security overview sept 2017 v1
 

Último

Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 

Último (20)

Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 

MySQL Enterprise Cloud