Azure Storage compared to Openstack Swift

Azure Storage
Versus
Openstack Swift

Features

Storage Features of Azure Storage compared to Openstack Swift
Azure StorageFeaturesOpenstack Swift
Cloud based
GDPR Compliant
On premise
Open source
Versioned files
Cross Region Replication
API
S3 Compatible API
Portal, CLI, REST apiManagement interfacesREST api
Event hooks/pubsub
Best effort. Credits below 99.9%. That is 43 minutes of downtime allowed per month without having to issue creditsSLA
~4.75 TBMaximum object filesize5 GB

A 0 byte file has at least 4 bytes of chargeable overhead for metadata.

Formula: 4 bytes + Len (PartitionKey + RowKey) * 2 bytes + For-Each Property(8 bytes + Len(Property Name) * 2 bytes + Sizeof(.Net Property Type))

Minimum object filesize
Unlimited, as long as you stay under 5PB across your accountRecommended max file count per bucketunlimited, with note that it’s not recommended to store more than ~1M, depending on hardware setup for the SQLite index
Max filesize for a bucketunlimited
unlimitedMaximum amount of bucketsunlimited
Logs
Shared access signature allows authenticated access to objectsAuthentication / ACL
Azure Storage integrates with Azure’s as well as any other CDN directlyCDN integration
Azure Storage doesn’t have special interconnects publishedPeering & interconnect
Unsupported Paid Feature Supported Unknown

Descriptions


Azure Storage


Microsoft Azure Cloud Storage Microsoft’s answer to their cloud competitor Amazon is finally here. Microsoft has a wide range of storage solutions, providing SaaS (software as a service), PaaS (platform as a service ) and IaaS (infrastructure as a service). Azure supports a great variety of programming languages, tools, and frameworks, ranging from Microsoft-specific to Linux, or other third-party software and systems.

In the table below we’ll look at the Hot Access Tier, as this is the most commonly used storage tier for online usage.


Openstack Swift


Openstack’s founders, Rackspace and NASA, have created this platform with (public) cloud in mind.

Openstack is completely opensource and freely availalble under the Apache License. Meaning, you’re free to spin up your own cloud using their software. Openstack’s storage solution (Swift) is pluggable to be s3 compatible.

Openstack has many providers offering up their hardware on the openstack IaaS layer. To name a few: Canonical’s Ubuntu Bootstack and TATA’s managed infra services

Openstack’s pluggability is where its true power lies. Its sourcecode is written in Python and actively maintained. They have many performance and security enhancements, as well as plugins ready to be installed.