SlideShare ist ein Scribd-Unternehmen logo
1 von 40
Block and Object Store
Thursday, 21 April 2016
Senior Technical Specialist
Computing Platforms – Technical Support Services
University of Cape Town
Stefan Coetzee
Ceph
Robust Services built on RADOS
Ceph Components
RADOS Gateway
RADOS Gateway Features
• REST-based object storage proxy
• Uses RADOS to store objects
• Stripes large RESTful objects across many RADOS objects
• API supports buckets & accounts
• Usage accounting for billing
• Compatible with S3 and Swift applications
• Zones and regions
• Topologies similar to S3 and others
• Global bucket and user/account namespace
• Cross data center synchronization
• Asynchronously replicate buckets between regions
• Read affinity
• Serve local data from local DC
• Dynamic DNS to send clients to closest DC
RBD Virtual Disks
RBD Kernel Module
RBD Features
• Stripe images across entire cluster (pool)
• Read-only snapshots
• Copy-on-write clones
• Broad integration
• Qemu
• Linux Kernel
• iSCSI (STGT, LIO)
• Openstack, CloudStack, Nebula, Ganeti, Proxmox
• Incremental backup (relative to snapshots)
Ceph
RADOS – Reliable Autonomic Distributed Object Store
RADOS
• Flat object namespace within each pool
• Rich object API (librados)
• Strong consistency
• Infrastructure aware, dynamic topology
• Hash-based placement (CRUSH)
• Direct client to server data path
RADOS Cluster
RADOS Components
OSDs
• 10s to 1000s in a cluster
• One per disk ( or per SSD, RAID group …)
• Serve stored objects to clients
• Intelligently peer for replication & recovery
Monitors
• Maintain cluster membership and state
• Provide consensus for distributed
decision-making
• Small, odd number (eg 5)
• Not part of data path
Object Storage Daemons
Ceph
Data Placement – CRUSH (Controller Replication
Under Scalable Hashing)
Where do objects live?
A metadata server?
Calculated placement
CRUSH
CRUSH is a quick calculation
CRUSH avoids failed devices
CRUSH: Declustered placement
• Each PG independently maps to a
pseudorandom set of OSDs
• PGs that map to the same OSD generally
have replicas that do not
• When an OSD fails, each PG it stored will
generally be re-replicated by a different OSD
• Highly parallel recovery
• Avoid single-disk recovery bottleneck
CRUSH: Dynamic Data Placement
• Pseudo-random placement algorithm
• Fast calculation, no lookup
• Repeatable, deterministic
• Statically uniform distribution
• Stable mapping
• Limited data migration on change
• Rule-based configuration
• Infrastructure topology aware
• Adjustable replication
• Weighted devices (different sizes)
Ceph
Tiered Storage
2 ways to cache
• Within each OSD
• Combing SSD & HDD under each OSD
• Make localized promote/demote decisions
• Leverage existing tools
• dm-cache, bcache, FlashCache
• Controller based caching
• Cache on separate devices/nodes
• Different hardware for different tiers
• Slow nodes for cold data
• High performance nodes for hot data
• Scale each tier independently
Tiered Storage
RADOS Tiering Principles
• Each tier is a RADOS pool
• May be replicated or erasure coded
• Tiers are durable
• eg replicated across SSDs in multiple hosts
• Each tier has it's own CRUSH policy
• eg map cache pool to SSDs devices/hosts only
• librados adapts to tiering topology
• Transparently direct requests accordingly
• No changes to RBD, RGW, CephFS, etc.
Read (Cache Hit)
Read (Cache Miss)
Read (Cache Miss with Promote)
Write (Cache Hit)
Write (Cache Miss)
Tiering Agent
• Each PG has an internal tiering agent
• Manages PG based on administrator defined policy
• Flush dirty objects
• When pool reaches target dirty ratio
• Tries to select cold objects
• Marks objects clean when they have been written back to the
base pool
• Evict (delete) clean objects
• Greater "effort" as cache pool approaches target size
Ceph
ARC Implementation
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
E S T
PowerEdge R620 6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
6
7
5
3
4
2
1
0
E S T
PowerEdge R620 6
7
5
3
4
2
1
0
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0
2
1
3
5
4
6
8
7
9
11
10
Front
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10 11
Dell R730xd
• 2x Intel Xeon E5-2630 (8 Core)
• 384GB DDR4
• 2x 3.5" 400GB SSD
• 6GB LSI SAS
• 4x 10GB Intel Ethernet
Dell MD3060e
• 40x 6TB SATA
Infrastructure Costs
• Dell R730xd
• R 115 000
• MD 3060e
• R 310 000
Benchmarks
• Write
• 16 writes per second
• 4MB Blocks
• 600 MB/s sustained throughput
• Rand Read
• 16 Reads per second
• 4MB Blocks
• 2600 MB/s sustained throughput
//TODO:
• Introduce caching layer
• Better align PG to OSD count
Thank You
Section header
Subhead

Weitere ähnliche Inhalte

Was ist angesagt?

Getting started in the cloud for developers
Getting started in the cloud for developersGetting started in the cloud for developers
Getting started in the cloud for developersMariaDB plc
 
Aerospike: Maximizing Performance
Aerospike: Maximizing PerformanceAerospike: Maximizing Performance
Aerospike: Maximizing PerformanceAerospike, Inc.
 
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...HBaseCon
 
Scylla Summit 2018: Scylla Feature Talks - Gains by Using Scylla-Specific Dri...
Scylla Summit 2018: Scylla Feature Talks - Gains by Using Scylla-Specific Dri...Scylla Summit 2018: Scylla Feature Talks - Gains by Using Scylla-Specific Dri...
Scylla Summit 2018: Scylla Feature Talks - Gains by Using Scylla-Specific Dri...ScyllaDB
 
RedisConf17 - Home Depot - Turbo charging existing applications with Redis
RedisConf17 - Home Depot - Turbo charging existing applications with RedisRedisConf17 - Home Depot - Turbo charging existing applications with Redis
RedisConf17 - Home Depot - Turbo charging existing applications with RedisRedis Labs
 
Scylla Summit 2022: New AWS Instances Perfect for ScyllaDB
Scylla Summit 2022: New AWS Instances Perfect for ScyllaDBScylla Summit 2022: New AWS Instances Perfect for ScyllaDB
Scylla Summit 2022: New AWS Instances Perfect for ScyllaDBScyllaDB
 
Share point 2013 on azure
Share point 2013 on azureShare point 2013 on azure
Share point 2013 on azurePrabath Fonseka
 
MongoDB vs. Postgres Benchmarks
MongoDB vs. Postgres Benchmarks MongoDB vs. Postgres Benchmarks
MongoDB vs. Postgres Benchmarks EDB
 
Scylla Summit 2016: ScyllaDB, Present and Future
Scylla Summit 2016: ScyllaDB, Present and FutureScylla Summit 2016: ScyllaDB, Present and Future
Scylla Summit 2016: ScyllaDB, Present and FutureScyllaDB
 
Scylla Summit 2022: How ScyllaDB Powers This Next Tech Cycle
Scylla Summit 2022: How ScyllaDB Powers This Next Tech CycleScylla Summit 2022: How ScyllaDB Powers This Next Tech Cycle
Scylla Summit 2022: How ScyllaDB Powers This Next Tech CycleScyllaDB
 
How QBerg scaled to store data longer, query it faster
How QBerg scaled to store data longer, query it fasterHow QBerg scaled to store data longer, query it faster
How QBerg scaled to store data longer, query it fasterMariaDB plc
 
How to shard MariaDB like a pro - FOSDEM 2021
How to shard MariaDB like a pro  - FOSDEM 2021How to shard MariaDB like a pro  - FOSDEM 2021
How to shard MariaDB like a pro - FOSDEM 2021Alkin Tezuysal
 
Scylla Summit 2019 Keynote - Avi Kivity
Scylla Summit 2019 Keynote - Avi KivityScylla Summit 2019 Keynote - Avi Kivity
Scylla Summit 2019 Keynote - Avi KivityScyllaDB
 
Scylla Summit 2022: IO Scheduling & NVMe Disk Modelling
 Scylla Summit 2022: IO Scheduling & NVMe Disk Modelling Scylla Summit 2022: IO Scheduling & NVMe Disk Modelling
Scylla Summit 2022: IO Scheduling & NVMe Disk ModellingScyllaDB
 
The Practice of Presto & Alluxio in E-Commerce Big Data Platform
The Practice of Presto & Alluxio in E-Commerce Big Data PlatformThe Practice of Presto & Alluxio in E-Commerce Big Data Platform
The Practice of Presto & Alluxio in E-Commerce Big Data PlatformAlluxio, Inc.
 
Achieve new levels of performance for Magento e-commerce sites.
Achieve new levels of performance for Magento e-commerce sites.Achieve new levels of performance for Magento e-commerce sites.
Achieve new levels of performance for Magento e-commerce sites.Clustrix
 
How to power microservices with MariaDB
How to power microservices with MariaDBHow to power microservices with MariaDB
How to power microservices with MariaDBMariaDB plc
 

Was ist angesagt? (20)

Getting started in the cloud for developers
Getting started in the cloud for developersGetting started in the cloud for developers
Getting started in the cloud for developers
 
Aerospike: Maximizing Performance
Aerospike: Maximizing PerformanceAerospike: Maximizing Performance
Aerospike: Maximizing Performance
 
Running MySQL in AWS
Running MySQL in AWSRunning MySQL in AWS
Running MySQL in AWS
 
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...
 
Scylla Summit 2018: Scylla Feature Talks - Gains by Using Scylla-Specific Dri...
Scylla Summit 2018: Scylla Feature Talks - Gains by Using Scylla-Specific Dri...Scylla Summit 2018: Scylla Feature Talks - Gains by Using Scylla-Specific Dri...
Scylla Summit 2018: Scylla Feature Talks - Gains by Using Scylla-Specific Dri...
 
RedisConf17 - Home Depot - Turbo charging existing applications with Redis
RedisConf17 - Home Depot - Turbo charging existing applications with RedisRedisConf17 - Home Depot - Turbo charging existing applications with Redis
RedisConf17 - Home Depot - Turbo charging existing applications with Redis
 
Scylla Summit 2022: New AWS Instances Perfect for ScyllaDB
Scylla Summit 2022: New AWS Instances Perfect for ScyllaDBScylla Summit 2022: New AWS Instances Perfect for ScyllaDB
Scylla Summit 2022: New AWS Instances Perfect for ScyllaDB
 
Share point 2013 on azure
Share point 2013 on azureShare point 2013 on azure
Share point 2013 on azure
 
MongoDB vs. Postgres Benchmarks
MongoDB vs. Postgres Benchmarks MongoDB vs. Postgres Benchmarks
MongoDB vs. Postgres Benchmarks
 
Scylla Summit 2016: ScyllaDB, Present and Future
Scylla Summit 2016: ScyllaDB, Present and FutureScylla Summit 2016: ScyllaDB, Present and Future
Scylla Summit 2016: ScyllaDB, Present and Future
 
Scylla Summit 2022: How ScyllaDB Powers This Next Tech Cycle
Scylla Summit 2022: How ScyllaDB Powers This Next Tech CycleScylla Summit 2022: How ScyllaDB Powers This Next Tech Cycle
Scylla Summit 2022: How ScyllaDB Powers This Next Tech Cycle
 
How QBerg scaled to store data longer, query it faster
How QBerg scaled to store data longer, query it fasterHow QBerg scaled to store data longer, query it faster
How QBerg scaled to store data longer, query it faster
 
How to shard MariaDB like a pro - FOSDEM 2021
How to shard MariaDB like a pro  - FOSDEM 2021How to shard MariaDB like a pro  - FOSDEM 2021
How to shard MariaDB like a pro - FOSDEM 2021
 
Scylla Summit 2019 Keynote - Avi Kivity
Scylla Summit 2019 Keynote - Avi KivityScylla Summit 2019 Keynote - Avi Kivity
Scylla Summit 2019 Keynote - Avi Kivity
 
Introduce to spark
Introduce to sparkIntroduce to spark
Introduce to spark
 
Scylla Summit 2022: IO Scheduling & NVMe Disk Modelling
 Scylla Summit 2022: IO Scheduling & NVMe Disk Modelling Scylla Summit 2022: IO Scheduling & NVMe Disk Modelling
Scylla Summit 2022: IO Scheduling & NVMe Disk Modelling
 
The Practice of Presto & Alluxio in E-Commerce Big Data Platform
The Practice of Presto & Alluxio in E-Commerce Big Data PlatformThe Practice of Presto & Alluxio in E-Commerce Big Data Platform
The Practice of Presto & Alluxio in E-Commerce Big Data Platform
 
Achieve new levels of performance for Magento e-commerce sites.
Achieve new levels of performance for Magento e-commerce sites.Achieve new levels of performance for Magento e-commerce sites.
Achieve new levels of performance for Magento e-commerce sites.
 
Google mesa
Google mesaGoogle mesa
Google mesa
 
How to power microservices with MariaDB
How to power microservices with MariaDBHow to power microservices with MariaDB
How to power microservices with MariaDB
 

Andere mochten auch

A New Michigan: The 2013 Report on Michigan's Progress in Six Opportunities
A New Michigan: The 2013 Report on Michigan's Progress in Six OpportunitiesA New Michigan: The 2013 Report on Michigan's Progress in Six Opportunities
A New Michigan: The 2013 Report on Michigan's Progress in Six OpportunitiesBusiness Leaders for Michigan
 
Fisica 1°ano - Otica (prof. Marcioh)
Fisica 1°ano - Otica (prof. Marcioh)Fisica 1°ano - Otica (prof. Marcioh)
Fisica 1°ano - Otica (prof. Marcioh)Colegio Integral
 
Brief overview: Usage of Social Media in Gambling
Brief overview: Usage of Social Media in GamblingBrief overview: Usage of Social Media in Gambling
Brief overview: Usage of Social Media in GamblingMarie Talak
 
Analyzing Time-Series Data with Apache Spark and Cassandra - StampedeCon 2016
Analyzing Time-Series Data with Apache Spark and Cassandra - StampedeCon 2016Analyzing Time-Series Data with Apache Spark and Cassandra - StampedeCon 2016
Analyzing Time-Series Data with Apache Spark and Cassandra - StampedeCon 2016StampedeCon
 
レコチョクのサービス群を支えるApiたち
レコチョクのサービス群を支えるApiたちレコチョクのサービス群を支えるApiたち
レコチョクのサービス群を支えるApiたちrecotech
 
ROI of Big Data Analytics Native on Hadoop
ROI of Big Data Analytics Native on HadoopROI of Big Data Analytics Native on Hadoop
ROI of Big Data Analytics Native on HadoopDataWorks Summit
 

Andere mochten auch (12)

Artie Resume
Artie ResumeArtie Resume
Artie Resume
 
A New Michigan: The 2013 Report on Michigan's Progress in Six Opportunities
A New Michigan: The 2013 Report on Michigan's Progress in Six OpportunitiesA New Michigan: The 2013 Report on Michigan's Progress in Six Opportunities
A New Michigan: The 2013 Report on Michigan's Progress in Six Opportunities
 
Transforming Your Educational Efforts into Scholarship
Transforming Your Educational Efforts into ScholarshipTransforming Your Educational Efforts into Scholarship
Transforming Your Educational Efforts into Scholarship
 
project
projectproject
project
 
Tripp Resume 2015
Tripp Resume 2015Tripp Resume 2015
Tripp Resume 2015
 
Fisica 1°ano - Otica (prof. Marcioh)
Fisica 1°ano - Otica (prof. Marcioh)Fisica 1°ano - Otica (prof. Marcioh)
Fisica 1°ano - Otica (prof. Marcioh)
 
COSTResearchproposalFINAL
COSTResearchproposalFINALCOSTResearchproposalFINAL
COSTResearchproposalFINAL
 
So you think you can stream.pptx
So you think you can stream.pptxSo you think you can stream.pptx
So you think you can stream.pptx
 
Brief overview: Usage of Social Media in Gambling
Brief overview: Usage of Social Media in GamblingBrief overview: Usage of Social Media in Gambling
Brief overview: Usage of Social Media in Gambling
 
Analyzing Time-Series Data with Apache Spark and Cassandra - StampedeCon 2016
Analyzing Time-Series Data with Apache Spark and Cassandra - StampedeCon 2016Analyzing Time-Series Data with Apache Spark and Cassandra - StampedeCon 2016
Analyzing Time-Series Data with Apache Spark and Cassandra - StampedeCon 2016
 
レコチョクのサービス群を支えるApiたち
レコチョクのサービス群を支えるApiたちレコチョクのサービス群を支えるApiたち
レコチョクのサービス群を支えるApiたち
 
ROI of Big Data Analytics Native on Hadoop
ROI of Big Data Analytics Native on HadoopROI of Big Data Analytics Native on Hadoop
ROI of Big Data Analytics Native on Hadoop
 

Ähnlich wie ASAUDIT April 2016 New

NAVER Ceph Storage on ssd for Container
NAVER Ceph Storage on ssd for ContainerNAVER Ceph Storage on ssd for Container
NAVER Ceph Storage on ssd for ContainerJangseon Ryu
 
AWS Webcast - Redshift Overview and New Features
AWS Webcast - Redshift Overview and New Features AWS Webcast - Redshift Overview and New Features
AWS Webcast - Redshift Overview and New Features Amazon Web Services
 
Handling Increasing Load and Reducing Costs Using Aerospike NoSQL Database - ...
Handling Increasing Load and Reducing Costs Using Aerospike NoSQL Database - ...Handling Increasing Load and Reducing Costs Using Aerospike NoSQL Database - ...
Handling Increasing Load and Reducing Costs Using Aerospike NoSQL Database - ...Aerospike
 
Architecture at Scale
Architecture at ScaleArchitecture at Scale
Architecture at ScaleElasticsearch
 
Quick-and-Easy Deployment of a Ceph Storage Cluster
Quick-and-Easy Deployment of a Ceph Storage ClusterQuick-and-Easy Deployment of a Ceph Storage Cluster
Quick-and-Easy Deployment of a Ceph Storage ClusterPatrick Quairoli
 
Why Software Defined Storage is Critical for Your IT Strategy
Why Software Defined Storage is Critical for Your IT StrategyWhy Software Defined Storage is Critical for Your IT Strategy
Why Software Defined Storage is Critical for Your IT Strategyandreas kuncoro
 
Introduction to ClustrixDB
Introduction to ClustrixDBIntroduction to ClustrixDB
Introduction to ClustrixDBI Goo Lee
 
Ceph - High Performance Without High Costs
Ceph - High Performance Without High CostsCeph - High Performance Without High Costs
Ceph - High Performance Without High CostsJonathan Long
 
To Serverless and Beyond
To Serverless and BeyondTo Serverless and Beyond
To Serverless and BeyondScyllaDB
 
Introduction to Apache Geode (Cork, Ireland)
Introduction to Apache Geode (Cork, Ireland)Introduction to Apache Geode (Cork, Ireland)
Introduction to Apache Geode (Cork, Ireland)Anthony Baker
 
Storage user cases
Storage user casesStorage user cases
Storage user casesAndrea Mauro
 
Backup management with Ceph Storage - Camilo Echevarne, Félix Barbeira
Backup management with Ceph Storage - Camilo Echevarne, Félix BarbeiraBackup management with Ceph Storage - Camilo Echevarne, Félix Barbeira
Backup management with Ceph Storage - Camilo Echevarne, Félix BarbeiraCeph Community
 
V mware virtual san 5.5 deep dive
V mware virtual san 5.5 deep diveV mware virtual san 5.5 deep dive
V mware virtual san 5.5 deep divesolarisyougood
 
Virtual san hardware guidance & best practices
Virtual san hardware guidance & best practicesVirtual san hardware guidance & best practices
Virtual san hardware guidance & best practicessolarisyougood
 
Red Hat Ceph Storage Acceleration Utilizing Flash Technology
Red Hat Ceph Storage Acceleration Utilizing Flash Technology Red Hat Ceph Storage Acceleration Utilizing Flash Technology
Red Hat Ceph Storage Acceleration Utilizing Flash Technology Red_Hat_Storage
 
Uses and Best Practices for Amazon Redshift
Uses and Best Practices for Amazon RedshiftUses and Best Practices for Amazon Redshift
Uses and Best Practices for Amazon RedshiftAmazon Web Services
 
Open vStorage Road show 2015 Q1
Open vStorage Road show 2015 Q1Open vStorage Road show 2015 Q1
Open vStorage Road show 2015 Q1wim_provoost
 
Best practices for Data warehousing with Amazon Redshift - AWS PS Summit Canb...
Best practices for Data warehousing with Amazon Redshift - AWS PS Summit Canb...Best practices for Data warehousing with Amazon Redshift - AWS PS Summit Canb...
Best practices for Data warehousing with Amazon Redshift - AWS PS Summit Canb...Amazon Web Services
 

Ähnlich wie ASAUDIT April 2016 New (20)

NAVER Ceph Storage on ssd for Container
NAVER Ceph Storage on ssd for ContainerNAVER Ceph Storage on ssd for Container
NAVER Ceph Storage on ssd for Container
 
AWS Webcast - Redshift Overview and New Features
AWS Webcast - Redshift Overview and New Features AWS Webcast - Redshift Overview and New Features
AWS Webcast - Redshift Overview and New Features
 
Handling Increasing Load and Reducing Costs Using Aerospike NoSQL Database - ...
Handling Increasing Load and Reducing Costs Using Aerospike NoSQL Database - ...Handling Increasing Load and Reducing Costs Using Aerospike NoSQL Database - ...
Handling Increasing Load and Reducing Costs Using Aerospike NoSQL Database - ...
 
Architecture at Scale
Architecture at ScaleArchitecture at Scale
Architecture at Scale
 
Quick-and-Easy Deployment of a Ceph Storage Cluster
Quick-and-Easy Deployment of a Ceph Storage ClusterQuick-and-Easy Deployment of a Ceph Storage Cluster
Quick-and-Easy Deployment of a Ceph Storage Cluster
 
Why Software Defined Storage is Critical for Your IT Strategy
Why Software Defined Storage is Critical for Your IT StrategyWhy Software Defined Storage is Critical for Your IT Strategy
Why Software Defined Storage is Critical for Your IT Strategy
 
Introduction to ClustrixDB
Introduction to ClustrixDBIntroduction to ClustrixDB
Introduction to ClustrixDB
 
Ceph - High Performance Without High Costs
Ceph - High Performance Without High CostsCeph - High Performance Without High Costs
Ceph - High Performance Without High Costs
 
Azure Databases with IaaS
Azure Databases with IaaSAzure Databases with IaaS
Azure Databases with IaaS
 
To Serverless and Beyond
To Serverless and BeyondTo Serverless and Beyond
To Serverless and Beyond
 
Introduction to Apache Geode (Cork, Ireland)
Introduction to Apache Geode (Cork, Ireland)Introduction to Apache Geode (Cork, Ireland)
Introduction to Apache Geode (Cork, Ireland)
 
Storage user cases
Storage user casesStorage user cases
Storage user cases
 
Backup management with Ceph Storage - Camilo Echevarne, Félix Barbeira
Backup management with Ceph Storage - Camilo Echevarne, Félix BarbeiraBackup management with Ceph Storage - Camilo Echevarne, Félix Barbeira
Backup management with Ceph Storage - Camilo Echevarne, Félix Barbeira
 
moi-connect16
moi-connect16moi-connect16
moi-connect16
 
V mware virtual san 5.5 deep dive
V mware virtual san 5.5 deep diveV mware virtual san 5.5 deep dive
V mware virtual san 5.5 deep dive
 
Virtual san hardware guidance & best practices
Virtual san hardware guidance & best practicesVirtual san hardware guidance & best practices
Virtual san hardware guidance & best practices
 
Red Hat Ceph Storage Acceleration Utilizing Flash Technology
Red Hat Ceph Storage Acceleration Utilizing Flash Technology Red Hat Ceph Storage Acceleration Utilizing Flash Technology
Red Hat Ceph Storage Acceleration Utilizing Flash Technology
 
Uses and Best Practices for Amazon Redshift
Uses and Best Practices for Amazon RedshiftUses and Best Practices for Amazon Redshift
Uses and Best Practices for Amazon Redshift
 
Open vStorage Road show 2015 Q1
Open vStorage Road show 2015 Q1Open vStorage Road show 2015 Q1
Open vStorage Road show 2015 Q1
 
Best practices for Data warehousing with Amazon Redshift - AWS PS Summit Canb...
Best practices for Data warehousing with Amazon Redshift - AWS PS Summit Canb...Best practices for Data warehousing with Amazon Redshift - AWS PS Summit Canb...
Best practices for Data warehousing with Amazon Redshift - AWS PS Summit Canb...
 

ASAUDIT April 2016 New