SlideShare a Scribd company logo
ROBIN	
SYSTEMS
Database	Containerization	
Platform	Checklist
Adeesh	Fulay
Director	of	Products
@AdeeshF
adeesh@robinsystems.com
Agenda
› Data	Management	Challenges
› Why	Containers?
› The	Feature	Checklist
› Robin	Solution	and	Demos
› Summary
Data	Management	Landscape	and	Challenges
Traditional Modern	Data	Platforms
§ Cost	Containment
o High	software	license	&	support	costs
§ DevOps	Agility
o Quick	database	clone,	snapshot	and	
time-travel
§ Performance	Predictability
o Unpredictable	performance	in	
consolidated	environments
§ Operational	Complexity
o Painful	distributed	application	
deployment,	scaling	and	ongoing	
management
§ High	Hardware	CAPEX
o Cluster	sprawl,	Data	Duplication
§ Enterprise	Grade	Robustness
o Backup,	restore,	failover,	security
Existing	Infrastructure	Choices	are	Inadequate 4
Bare-Metal VMs
Purpose-Built	
Appliances
Containers
Inefficient
Complex
Performance	
Overhead
VM,	DB	software	
Sprawl
Very	Expensive
Application	
specific
Containers	– WHAT?
› Next	Generation	of	Virtualization	technology
› OS-based,	and	delivers	bare	metal	
performance
› Operationally	very	similar	to	Virtual	Machines
› Dedicated	IP	address,	file	systems,	separate	
user	space,	etc.
› Agile
› Containers	can	be	launched	in	seconds
› Better	hardware	consolidation
› 10x	or	more	higher	consolidation	benefits
› Eliminate	OS	duplication	and	application	
software	sprawl	
0
20000
40000
60000
80000
100000
120000
Random	Reads Random	Writes Random	Mixed
IOPS
Bare	Metal Container VM
Source:	IBM	Research
http://domino.research.ibm.com/library/cyberdig.nsf/papers/0929052195DD819C85257D2300681E
7B/$File/rc25482.pdf	
Containers	– 2x	Faster	than	VMs
Poor	Docker	Adoption	for	Databases
Docker	primarily	designed	for	
stateless	applications
› Ignores	most	important	component	
– storage
Orchestration	tools	treat	Databases	as	
stateless	as	well
https://goto.docker.com/Docker-Survey-2016.html
Cattle	vs	Pets!
› Pets	are	given	names	like	pussinboots.acme.com
› They	are	unique,	lovingly	hand	raised	and	cared	for
› When	they	get	ill,	you	nurse	them	back	to	health
› Examples:	Databases,	big	data,	and	other	stateful apps
› Cattle	are	given	numbers	like	inst0042.acme.com
› They	are	almost	identical	to	other	cattle
› When	they	get	ill,	you	get	another	one
› Examples:	All	stateless	applications
Future	application	architectures	should	use	Cattle,	but	Pets	with	strong	configuration	
management	are	viable	and	still	needed
*	Original	slide	from	Cern regarding	different	service	models
The	Database	Containerization	Platform	Checklist
Multiple	
Container	
Formats
Application-
aware	
infrastructure
Data Persistence	
(volume)
management
Snapshot,	clone,	
restore
Quality	of	
Service
As-is	failover
Network	
automation
Multi-tenancy	&	
Isolation
Ease	of	setup	
and	
management
Guiding	Principle:	
Do	what’s	right	for	the	
application/database!
Original	Blog: http://www.robinsystems.com/blog/stateful-database-containerization-platform-checklist/
The	Database	Containerization	Platform	Checklist
Multiple	
Container	
Formats
Application-
aware	
infrastructure
Data Persistence	
(volume)
management
Snapshot,	clone,	
restore
Quality	of	
Service
As-is	failover
Network	
automation
Multi-tenancy	&	
Isolation
Ease	of	setup	
and	
management
Guiding	Principle:	
Do	what’s	right	for	the	
application/database!
1.	Multiple	Container	Types	(and	maybe	even	VMs)
• The	Ngnix
• Node.js
• Postgres
• Redis
• MariaDB
• Node.js
• ElasticSearch
• Wordpress
• Node.js
SYSTEM	CONTAINERS
• Each	container	runs	an	entire	service	stack	
(multiple	applications	per	container)
• Meant	to	be	used	as	lightweight	VM
• File	system	neutral
• Examples	– LXC,	OpenVZ,	Solaris	Zones
• Supports	in-place	patch/upgrade	&	SSH	access
Great	for	Traditional	Applications
Ngnix
Node.js
Postgres
Redis
MariaDB
Node.js
ElasticSearch
Wordpress
Ngnix
APPLICATION	CONTAINERS
• Each	container	runs	a	single	application
(single	concern	per	container	philosophy)
• Meant	to	be	used	as	application	package
• Containers	use	layered	file	systems	(Overlayfs,	AUFS,	etc)
• Examples	– Docker,	Rocket
• Patch/Upgrade	entails	replacing	container	image
Great	for	Modern	Applications
The	Database	Containerization	Platform	Checklist
Multiple	
Container	
Formats
Application-
aware	
infrastructure
Data Persistence	
(volume)
management
Snapshot,	clone,	
restore
Quality	of	
Service
As-is	failover
Network	
automation
Multi-tenancy	&	
Isolation
Ease	of	setup	
and	
management
Guiding	Principle:	
Do	what’s	right	for	the	
application/database!
2.	Application-aware	Infrastructure
CURRENT
DBA	burdened	with	many	decisions
DESIRED
Simplified	Application	Management,	
Invisible	Infrastructure
Fluid,	Elastic,	High	Performance	Infrastructure	Platform
Deploy
Scale
SnapshotClone
Restore
Capacity	planning
Storage
NetworkMemory CloudPerformance
The	Database	Containerization	Platform	Checklist
Multiple	
Container	
Formats
Application-
aware	
infrastructure
Data Persistence	
(volume)
management
Snapshot,	clone,	
restore
Quality	of	
Service
As-is	failover
Network	
automation
Multi-tenancy	&	
Isolation
Ease	of	setup	
and	
management
Guiding	Principle:	
Do	what’s	right	for	the	
application/database!
3.	Data	Persistence	Management
› Application	=	multiple	containers
› Storage	allocated	per	container,	and	not	per	
host	or	VM
› Multiple	Volumes/container
› Block	storage:	format	to	xfs,	ext4,	or	raw
› Each	container	can	bind	to	multiple	volumes	
– HDD,	SSD,	NVMe
› Rapid	create/destroy
› Milliseconds	response	time	to	create/delete	
to	keep	up	w/	containers	
› Higher	volume
› 10-100x	more	containers	being	created	than	
VMs	
› Disk	repair,	replication,	compression,	…
The	Database	Containerization	Platform	Checklist
Multiple	
Container	
Formats
Application-
aware	
infrastructure
Data Persistence	
(volume)
management
Snapshot,	clone,	
restore
Quality	of	
Service
As-is	failover
Network	
automation
Multi-tenancy	&	
Isolation
Ease	of	setup	
and	
management
Guiding	Principle:	
Do	what’s	right	for	the	
application/database!
4.	Cloning	Prod	to	Test/Dev	
PROD Test Master
Downstream environments
Dev & Test
Storage Usage for one application
› Full	Clones	of	your	
production	database
› Time	consuming	
› Results	in	Data	Sprawl
› Create	Test	master	to	
avoid	performance	
penalty
› Need	a	way	to	create	as	
many	environments	but	not	
pay	the	storage	penalty	?
4.	Snapshot,	Clone,	and	Restore 17
Prod	Cluster
Full	Cluster,	Distributed	
Application	Snapshots	
OS	+	DB	software	+	DB	
configuration	+	data	
Instant	Cluster	Clone
Prod	Scale	
Test	Env in	
Minutes
Need to test a change?
Corruption or
data loss?
2x	storage	
Long	data	copy
Manual	re-configuration
Erase	commit	logs
Erase	data	files
Restore	backup
Restart	cluster
Lot	more	than	just	storage	
snapshots
Prod	Cluster Prod	Cluster Prod	Cluster Prod	Cluster Prod	Cluster
Virtual	Test	Cluster
Instant
Restore
The	Database	Containerization	Platform	Checklist
Multiple	
Container	
Formats
Application-
aware	
infrastructure
Data Persistence	
(volume)
management
Snapshot,	clone,	
restore
Quality	of	
Service
As-is	failover
Network	
automation
Multi-tenancy	&	
Isolation
Ease	of	setup	
and	
management
Guiding	Principle:	
Do	what’s	right	for	the	
application/database!
5.	Database	Workload	Types
Data	Warehousing
(OLAP,	Reporting,	Predictive	Analytics)
OLTP
(Highly	transactional	system)
› Low	Latency
› Impacts	user	experience
› SSDs	superior	to	HDDs
› High	Bandwidth	i.e.	Throughput
› (Throughput	=	IOPS	x	Block	size)
› Deal	with	large	volumes	of	data
› Multiple	databases	hitting	the	same	disks
› Sustained	high	IOPS	&	Predictable	low	latency
Consolidated	
=
5.	Need	for	Quality	of	Service	(QoS)
› Noisy	Neighbor	problem
› Containers	give	process	isolation	but	not	
performance	isolation
› Predictable	performance
› Guaranteed	IOPS	for	application	/	container
› Scale	up/down
› Traditional	databases	scale	up;	modern	
distributed	databases	scale	out
› But	how	do	we	cater	to	transient	spikes?
› Containers	only	allow	for	cpu and	memory,	but	
what	about	IOPS?
Compute
Disk	1 Disk	2 Disk	N
Consolidation	w/	containers
Compute
Disk	1 Disk	2 Disk	N
The	Database	Containerization	Platform	Checklist
Multiple	
Container	
Formats
Application-
aware	
infrastructure
Data Persistence	
(volume)
management
Snapshot,	clone,	
restore
Quality	of	
Service
As-is	failover
Network	
automation
Multi-tenancy	&	
Isolation
Ease	of	setup	
and	
management
Guiding	Principle:	
Do	what’s	right	for	the	
application/database!
6.	As-Is	Failover
Container	Failover,	Migration
APPLICATION	CLUSTERStateless	failover	policies	will	not	NOT
work	for	databases	
✔Container	rescheduled	to	a	different	
host
x Container	gets	a	new	IP
x Loses	data	as	the	volume	is	not	
remounted	on	the	new	host
Key	Use	Cases:
› Automatic	failover	
› Manual	node	evacuation	for	planned	
maintenance	(e.g.	OS	or	hardware	
upgrades)
› Cluster	rebalance
22
The	Database	Containerization	Platform	Checklist
Multiple	
Container	
Formats
Application-
aware	
infrastructure
Data Persistence	
(volume)
management
Snapshot,	clone,	
restore
Quality	of	
Service
As-is	failover
Network	
automation
Multi-tenancy	&	
Isolation
Ease	of	setup	
and	
management
Guiding	Principle:	
Do	what’s	right	for	the	
application/database!
7.	Network	Automation
› Docker	networking	is	early	stage	and	diverse	(bridge,	host,	overlay,	n/w	driver)
› Applications	have	to	choose	the	best	option
› Docker,	by	default,	uses	Linux	Ethernet	Bridges	for	basic	routing.	This	has	a	lot	of	performance	
issues.	Same	with	Overlay	network.	
› Use	the	host	network	stack	instead	(-net=host)	
Databases	network	requirements:
› Span	multiple	hosts	i.e.	clustered
› Each	container	should	have	unique	name	&	IP	addresses	
› Purposeful	DB	names	(appdb.us.acme.com)	registered	in	DNS
› Expose	well	known	ports	(MySQL:	3306,	Oracle:	1521)
› Minimal	network	performance	impact
The	Database	Containerization	Platform	Checklist
Multiple	
Container	
Formats
Application-
aware	
infrastructure
Data Persistence	
(volume)
management
Snapshot,	clone,	
restore
Quality	of	
Service
As-is	failover
Network	
automation
Multi-tenancy	&	
Isolation
Ease	of	setup	
and	
management
Guiding	Principle:	
Do	what’s	right	for	the	
application/database!
8.	Multi-Tenancy	&	Isolation
Tenant	1 Tenant	2
Tenant	2
Tenant	1
Hard	Isolation
Soft	Isolation
› Shared	nothing;	each	tenant	gets	
dedicated	compute
› Dedicated	disk	IO	capacity
› Add	hardware	for	extra	capacity
› Poor	consolidation	due	to	silos
› Shared	compute,	multi-tenancy	
provided	by	containers
› Shared	disk,	but	dedicated	IO	capacity
› Containers	resized	for	extra	capacity
› Higher	consolidation
The	Database	Containerization	Platform	Checklist
Multiple	
Container	
Formats
Application-
aware	
infrastructure
Data Persistence	
(volume)
management
Snapshot,	clone,	
restore
Quality	of	
Service
As-is	failover
Network	
automation
Multi-tenancy	&	
Isolation
Ease	of	setup	
and	
management
Guiding	Principle:	
Do	what’s	right	for	the	
application/database!
9.	Ease	of	Setup	and	Management
7
CLUSTER	MANAGER
(mesos,	kubernates)
8
SCHEDULER
(marathon,	cronos)
2
STORAGE
capacity	tier
(ceph,	gluster,..)	
4
NETWORKING
(openvswitch,	socketplane)
10
MONITORING
(graphite,	sensu)
5
CONFIGURATION
(zookeeper,	etcd)
9
UI
(custom)
1
SERVER	HARDWARE
(supermicro,	dell,	…)
3
STORAGE
performance	tier
(SSD,	Flash,	NVMe)
11
TROUBLESHOOTING
(splunk,	logstash)
6
CONTAINERS
(docker,	LXC)
1. When	something	breaks,	hard	to	identify	the	
root	cause
2. If	performance	degrades,	hard	to	identify	
hotspots
3. Extending	the	platform requires	configuring multiple	
components
4. Keeping	it	operational	requires	knowledge	of	all	
components
11	Component	Assembly
What	is	Robin? 29
Industry’s	First	
APPLICATION-DEFINED	
DATA	CENTER	
Software
Container-based,	Software-defined	Infrastructure	for	Data-Centric	Applications
Containers		+		Storage		+	Networking		+	Application	Orchestration	
Simplify
Application	Management	
Guarantee
Predictable	Performance
Maximize
Capacity	Utilization
How	Robin	Works 30
Application-defined	Compute
Application-defined	Storage
EXISTING	COMMODITY	HARDWARE
ROBIN	CONTAINER-AWARE,	STORAGE	AND		DATA	PLANE
ROBIN	CONTAINER-BASED	COMPUTE	PLANE
Cloud-extend
Compute	&	Storage
ROBIN	
FABRIC	
CONTROLLER
Fluid,	Elastic,	High	Performance	Infrastructure	Platform
APPLICATION	ORCHESTRATION											NETWORKING DATA	LIFECYCLE	MANAGEMENT
How	Robin	Works 31
Application-defined	Compute
Application-defined	Storage
EXISTING	COMMODITY	HARDWARE
ROBIN	CONTAINER-AWARE,	STORAGE	AND		DATA	PLANE
ROBIN	CONTAINER-BASED	COMPUTE	PLANE
Cloud-extend
Compute	&	Storage
ROBIN	
FABRIC	
CONTROLLER
Fluid,	Elastic,	High	Performance	Infrastructure	Platform
Dramatically	Agile,	Simple	
Application	Management
Elastic,	Guaranteed
QoS
Consolidate	with	Bare	Metal	
Performance
Deploy
Scale
SnapshotClone
Restore
APPLICATION	ORCHESTRATION											QoS GUARANTEE											DATA	LIFECYCLE	MANAGEMENT
Platform	for	ALL	Database	&	Big	Data	Applications
Stateless Stateful Data	Apps Enterprise	Apps
Demos
› Cluster	Lifecycle	Management
› Initial	deploy	&	scale	out
› Quality	of	Service
› Dynamic	&	real-time	control	of	CPU,	Memory,	&	IOPS
› Data	Lifecycle	Management
› Snapshot,	clone,	and	restore
› Reduce	hardware	footprint	by	50%	or	more	
› Bare	metal	performance
› Guaranteed	Application-to-Spindle	QoS
Business
Benefits
Reduce	CAPEX
› Simplified	application	deployment
› Self-service	data	lifecycle	management
Improve	Productivity
› 10x	faster	application	deployment
› Improved	application	uptime
Reduce	OPEX
www.robinsystems.com info@robinsystems.com
THANK	YOU

More Related Content

PDF
Data Pipeline with Docker on AWS
Adeesh Fulay
 
PDF
Docker 101 for Oracle DBAs - Oracle OpenWorld 2017
Adeesh Fulay
 
PPTX
Virtualization and Containers
Kellyn Pot'Vin-Gorman
 
PPTX
New Roles In The Cloud
Steve Loughran
 
PPTX
Cloudy with a Chance of Databases
Kellyn Pot'Vin-Gorman
 
PPTX
Make a Move to the Azure Cloud with SoftNAS
Buurst
 
PPTX
Migrate Oracle database to Amazon RDS
Jesus Guzman
 
PDF
Dynomite: A Highly Available, Distributed and Scalable Dynamo Layer--Ioannis ...
Redis Labs
 
Data Pipeline with Docker on AWS
Adeesh Fulay
 
Docker 101 for Oracle DBAs - Oracle OpenWorld 2017
Adeesh Fulay
 
Virtualization and Containers
Kellyn Pot'Vin-Gorman
 
New Roles In The Cloud
Steve Loughran
 
Cloudy with a Chance of Databases
Kellyn Pot'Vin-Gorman
 
Make a Move to the Azure Cloud with SoftNAS
Buurst
 
Migrate Oracle database to Amazon RDS
Jesus Guzman
 
Dynomite: A Highly Available, Distributed and Scalable Dynamo Layer--Ioannis ...
Redis Labs
 

What's hot (20)

PDF
RedisConf18 - Common Redis Use Cases for Cloud Native Apps and Microservices
Redis Labs
 
PDF
Red Hat Storage Day Boston - Persistent Storage for Containers
Red_Hat_Storage
 
PDF
Migrating and Running DBs on Amazon RDS for Oracle
Maris Elsins
 
PPTX
Data Con LA 2019 - Orchestration of Blue-Green deployment model with AWS Docu...
Data Con LA
 
PPTX
NuoDB 3.0: Getting Started with Community Edition
NuoDB
 
PPTX
Why Software-Defined Storage Matters
Colleen Corrice
 
PDF
Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...
DevOpsDays Tel Aviv
 
PPTX
Red Hat Storage Day LA - Why Software-Defined Storage Matters and Web-Scale O...
Red_Hat_Storage
 
PPTX
Red Hat Storage Day Seattle: Persistent Storage for Containerized Applications
Red_Hat_Storage
 
PPTX
Software defined storage real or bs-2014
Howard Marks
 
PPTX
60000 TPS: How many CPUs?, Enterprise Postgres Day
EDB
 
PPTX
Cloud Database Migration Made Easy: Migrating MySQL to NuoDB
NuoDB
 
PPTX
RedisConf18 - Redis Enterprise on Cloud Native Platforms
Redis Labs
 
PDF
Oracle Databases on AWS - Getting the Best Out of RDS and EC2
Maris Elsins
 
PPTX
Red Hat Storage Day LA - Performance and Sizing Software Defined Storage
Red_Hat_Storage
 
PDF
Red Hat Storage Day New York - Penguin Computing Spotlight: Delivering Open S...
Red_Hat_Storage
 
PDF
Red hat Storage Day LA - Designing Ceph Clusters Using Intel-Based Hardware
Red_Hat_Storage
 
PDF
Muli Ben-Yehuda, Stratoscale - The Road to a Hyper-Converged OpenStack, OpenS...
Cloud Native Day Tel Aviv
 
PPTX
Make a Move to AWS Now
Buurst
 
PDF
Jelastic - DevOps PaaS Business with Docker Support for Service Providers
Jelastic Multi-Cloud PaaS
 
RedisConf18 - Common Redis Use Cases for Cloud Native Apps and Microservices
Redis Labs
 
Red Hat Storage Day Boston - Persistent Storage for Containers
Red_Hat_Storage
 
Migrating and Running DBs on Amazon RDS for Oracle
Maris Elsins
 
Data Con LA 2019 - Orchestration of Blue-Green deployment model with AWS Docu...
Data Con LA
 
NuoDB 3.0: Getting Started with Community Edition
NuoDB
 
Why Software-Defined Storage Matters
Colleen Corrice
 
Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...
DevOpsDays Tel Aviv
 
Red Hat Storage Day LA - Why Software-Defined Storage Matters and Web-Scale O...
Red_Hat_Storage
 
Red Hat Storage Day Seattle: Persistent Storage for Containerized Applications
Red_Hat_Storage
 
Software defined storage real or bs-2014
Howard Marks
 
60000 TPS: How many CPUs?, Enterprise Postgres Day
EDB
 
Cloud Database Migration Made Easy: Migrating MySQL to NuoDB
NuoDB
 
RedisConf18 - Redis Enterprise on Cloud Native Platforms
Redis Labs
 
Oracle Databases on AWS - Getting the Best Out of RDS and EC2
Maris Elsins
 
Red Hat Storage Day LA - Performance and Sizing Software Defined Storage
Red_Hat_Storage
 
Red Hat Storage Day New York - Penguin Computing Spotlight: Delivering Open S...
Red_Hat_Storage
 
Red hat Storage Day LA - Designing Ceph Clusters Using Intel-Based Hardware
Red_Hat_Storage
 
Muli Ben-Yehuda, Stratoscale - The Road to a Hyper-Converged OpenStack, OpenS...
Cloud Native Day Tel Aviv
 
Make a Move to AWS Now
Buurst
 
Jelastic - DevOps PaaS Business with Docker Support for Service Providers
Jelastic Multi-Cloud PaaS
 
Ad

Viewers also liked (20)

PPT
Anti coagulant(warfarin)
Sanjay Kumar Kulchania
 
PPTX
Acute coronary syndrome 急性冠心症
Ming Chia Lee
 
PPT
drug discovery & development
Rohit K.
 
PPTX
Heparin warfarin use
Ming Chia Lee
 
PPT
急救藥品簡介2.0
Ming Chia Lee
 
PPTX
Seminar on ANTI-COAGULANTS and INR
RxVichuZ
 
PPTX
DKA and HHS
Ming Chia Lee
 
PPT
Antiviral Chemotherapy
raj kumar
 
PPTX
Principles of chemotherapy
Narasimha Kumar G V
 
PPTX
Antimicrobial chemotherapy
faraharooj
 
DOCX
Microbiology antibiotics & antimicrobial chemotherapy
MBBS IMS MSU
 
PPTX
Essential drug concept and rational use of medicines
Pravin Prasad
 
PPTX
Drug Antagonism
Vipul Agarwal
 
PPT
Anti cancer drugs
Avinash Kumar Chirimalla
 
PPTX
Anti coagulants
Richa Sharma
 
PPTX
Basic principles of chemotherapy
Subramani Parasuraman
 
PPTX
Anticancer drugs 1 introduction and classification
Subramani Parasuraman
 
PPT
Principles of chemotherapy ppt
madurai
 
PPTX
cancer chemotherapy
Naser Tadvi
 
Anti coagulant(warfarin)
Sanjay Kumar Kulchania
 
Acute coronary syndrome 急性冠心症
Ming Chia Lee
 
drug discovery & development
Rohit K.
 
Heparin warfarin use
Ming Chia Lee
 
急救藥品簡介2.0
Ming Chia Lee
 
Seminar on ANTI-COAGULANTS and INR
RxVichuZ
 
DKA and HHS
Ming Chia Lee
 
Antiviral Chemotherapy
raj kumar
 
Principles of chemotherapy
Narasimha Kumar G V
 
Antimicrobial chemotherapy
faraharooj
 
Microbiology antibiotics & antimicrobial chemotherapy
MBBS IMS MSU
 
Essential drug concept and rational use of medicines
Pravin Prasad
 
Drug Antagonism
Vipul Agarwal
 
Anti cancer drugs
Avinash Kumar Chirimalla
 
Anti coagulants
Richa Sharma
 
Basic principles of chemotherapy
Subramani Parasuraman
 
Anticancer drugs 1 introduction and classification
Subramani Parasuraman
 
Principles of chemotherapy ppt
madurai
 
cancer chemotherapy
Naser Tadvi
 
Ad

Similar to Database Containerization Platform Checklist (20)

PPTX
Beyond EBS Stroage Alternatives in the Cloud
NetApp
 
PPTX
Moving to the Cloud: AWS, Zend, RightScale
mmoline
 
PDF
FlexPod Datacenter for Oracle’s JD Edwards EnterpriseOne
NetApp
 
PPTX
SQL Saturday San Diego
Kellyn Pot'Vin-Gorman
 
PDF
Bases de datos en la nube con AWS
Amazon Web Services LATAM
 
PPTX
Big Data, Big Projects, Big Mistakes: How to Jumpstart and Deliver with Success
Altoros
 
PPTX
50 Shades of SharePoint: SharePoint 2013 Insanity Demystified
Microsoft TechNet - Belgium and Luxembourg
 
PDF
VMworld Europe 2014: Virtualizing Databases Doing IT Right – The Sequel
VMworld
 
PPT
Running your database in the cloud presentation
Manish Singh
 
PPT
Kb 40 kevin_klineukug_reading20070717[1]
shuwutong
 
PPTX
Using Amazon RDS to power enterprise applications (Peoplesoft)
Tom Laszewski
 
PPT
Running your database in the cloud presentation
Aravindharamanan S
 
PPT
Running your database in the cloud presentation
Aravindharamanan S
 
PDF
Houd controle over uw data
ICT-Partners
 
PPTX
Data Warehouse Modernization - Big Data in the Cloud Success with Qubole on O...
Qubole
 
PDF
Optimizing Open Source for Greater Database Savings & Control
EDB
 
PDF
Optimizing Open Source for Greater Database Savings and Control
EDB
 
PDF
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
DATAVERSITY
 
PDF
Oracle Database Appliance Workshop
MarketingArrowECS_CZ
 
PPTX
Riverbed Granite
CTI Group
 
Beyond EBS Stroage Alternatives in the Cloud
NetApp
 
Moving to the Cloud: AWS, Zend, RightScale
mmoline
 
FlexPod Datacenter for Oracle’s JD Edwards EnterpriseOne
NetApp
 
SQL Saturday San Diego
Kellyn Pot'Vin-Gorman
 
Bases de datos en la nube con AWS
Amazon Web Services LATAM
 
Big Data, Big Projects, Big Mistakes: How to Jumpstart and Deliver with Success
Altoros
 
50 Shades of SharePoint: SharePoint 2013 Insanity Demystified
Microsoft TechNet - Belgium and Luxembourg
 
VMworld Europe 2014: Virtualizing Databases Doing IT Right – The Sequel
VMworld
 
Running your database in the cloud presentation
Manish Singh
 
Kb 40 kevin_klineukug_reading20070717[1]
shuwutong
 
Using Amazon RDS to power enterprise applications (Peoplesoft)
Tom Laszewski
 
Running your database in the cloud presentation
Aravindharamanan S
 
Running your database in the cloud presentation
Aravindharamanan S
 
Houd controle over uw data
ICT-Partners
 
Data Warehouse Modernization - Big Data in the Cloud Success with Qubole on O...
Qubole
 
Optimizing Open Source for Greater Database Savings & Control
EDB
 
Optimizing Open Source for Greater Database Savings and Control
EDB
 
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
DATAVERSITY
 
Oracle Database Appliance Workshop
MarketingArrowECS_CZ
 
Riverbed Granite
CTI Group
 

Recently uploaded (20)

PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 

Database Containerization Platform Checklist