Cloud database

A cloud database is a database that typically runs on a cloud computing platform. There are two common deployment models: users can run databases on the cloud independently, using a virtual machine image, or they can purchase access to a database service, maintained by a cloud database provider. Of the databases available on the cloud, some are SQL-based and some use a NoSQL data model.

Deployment models

There are two primary methods to run a database in a cloud:

Virtual machine Image
Cloud platforms allow users to purchase virtual-machine instances for a limited time, and one can run a database on such virtual machines. Users can either upload their own machine image with a database installed on it, or use ready-made machine images that already include an optimized installation of a database. For example, Oracle provides a ready-made machine image with an installation of Oracle Database 11g Enterprise Edition on Amazon EC2[1] and on Microsoft Azure.[2]
Database as a service (DBaaS)
Some cloud platforms offer options for using a database as a service, without physically launching a virtual machine instance for the database. In such a configuration, application owners do not have to install and maintain the database themselves. Instead, the database service provider takes responsibility for installing and maintaining the database, and application owners pay according to their usage. For example, Amazon Web Services provides three database services as part of its cloud offering: SimpleDB, a NoSQL key-value store; Amazon Relational Database Service, a SQL-based database service with a MySQL interface; and DynamoDB. Similarly, Microsoft offers the Azure SQL Database service[3] as part of its cloud offering. Oracle also provides its own DBaaS, allowing users to access Oracle Database 11g and 12c as cloud services.[4][5]

A third option involves managed database-hosting in the cloud, where the cloud database vendor does not offer the database as a service, but hosts the database and manages it on the application owner's behalf. For example, cloud provider Rackspace offers managed hosting for MySQL on dedicated[6] and cloud architectures[7] and NoSQL databases via Object Rocket's managed MongoDB service.[8] Similarly, on Azure[9] and on Amazon Web Services, MongoLab provides MongoDB-as-a-Service.[10]

Architecture and common characteristics

Data model

It is also important to differentiate between cloud databases which are relational as opposed to non-relational or NoSQL:

SQL databases
Such as PostgreSQL, NuoDB, Oracle Database, Microsoft SQL Server, MariaDB and MySQL, are one type of database which can run in the cloud (either in a Virtual Machine Image or as a service, depending on the vendor). SQL databases are difficult to scale, meaning they are not natively suited to a cloud environment, although cloud database services based on SQL have started to address this challenge.[13]
NoSQL databases
Such as Apache Cassandra, CouchDB and MongoDB, are another type of database which can run on the cloud. NoSQL databases are built to service heavy read/write loads and can scale up and down easily,[14] and therefore they are more natively suited to running on the cloud. However, most contemporary applications are built around an SQL data model, so working with NoSQL databases often requires a complete rewrite of application code.[15]

Vendors

The following table lists notable database vendors with a cloud database offering, classified by their deployment model – machine image vs. database as a service – and data model, SQL vs. NoSQL.

Cloud database vendors by deployment and data model
Virtual Machine Deployment Database as a Service
SQL Data Model
NoSQL Data Model

See also

References

  1. 1 2 Amazon Machine Images - Oracle Database 11g Release 2 (11.2.0.1) Enterprise Edition - 64 Bit, Amazon Web Services, Retrieved 2011-11-9.
  2. List of Oracle VM Images (MSDN), Retrieved 2014-9-22
  3. Azure SQL Database (MSDN), Retrieved 2014-9-22
  4. MySQL Server Support at Rackspace, Rackspace.com, Retrieved 2014-02-24.
  5. "MySQL Databases on the Cloud at Rackspace", Rackspace.com, Retrieved 2014-02-24.
  6. "Managed MongoDB at Rackspace", Rackspace.com, Retrieved 2014-02-24.
  7. "MongoLab on Azure", Retrieved 2015-01-26
  8. "MongoLab on AWS", Retrieved 2015-01-26
  9. "AWS Management Console, Amazon RDS Features", Amazon Web Services, Retrieved 2011-11-10.
  10. "Amazon Relational Database Service, Features, Detailed Description", Amazon Web Services, Retrieved 2011-11-10.
  11. Dave Rosenberg, Are databases in the cloud really all that different?, CNET, Retrieved 2011-11-6
  12. Agrawal, Rakesh; et al. (2008). "The Claremont report on database research" (PDF). SIGMOD Record (ACM) 37 (3): 9–19. doi:10.1145/1462571.1462573. ISSN 0163-5808.
  13. Ken North, "SQL, NoSQL or SomeSQL?", Dr. Dobb's, Retrieved 2011-11-9.
  14. Deploy your database applications and projects on the cloud, IBM.com, Retrieved 2011-9-1
  15. Chris Kanaracus, "Ingres rolls out cloud database offerings", Infoworld.com, Retrieved 2011-8-28.
  16. "Amazon Web Services Announces Two New Database Services – AWS Database Migration Service and Amazon RDS for MariaDB, Amazon Press Releases, retrieved 2015-11-17
  17. "MariaDB Enterprise Cluster + MariaDB MaxScale, Microsoft Azure, retrieved 2015-11-17
  18. "Running MySQL on Amazon EC2 with EBS (Elastic Block Store), Amazon Web Services, retrieved 2011-11-20
  19. Swoyer, Stephen. "NuoDB: A Database for the Cloud." TDWI. Nov. 13, 2012. Retrieved Nov. 26, 2012
  20. "Oracle Database in the Cloud", Oracle.com, Retrieved 2011-11-9.
  21. Chris Kanaracus, "EnterpriseDB Adding New Cloud Option for PostgreSQL Database", PCWorld, retrieved 2011-8-28
  22. http://finance.yahoo.com/news/clustrix-enters-rackspace-partner-program-120500944.html
  23. EnterpriseDB#cite note-10
  24. "Announcing Heroku PostgreSQL Database Add-on", Heroku Blog, Retrieved 2011-11-9.
  25. Noel Yuhanna, SQL Azure Raises The Bar On Cloud Databases, Forrester, Retrieved 2011-11-9.
  26. Klint Finley, "7 Cloud-Based Database Services", ReadWriteWeb, Retrieved 2011-11-9.
  27. "Setting up Cassandra in the Cloud", Cassandra Wiki, Retrieved 2011-11-10.
  28. "Clusterpoint Database Virtual Box VM Installation Guide", Clusterpoint, Retrieved 2015-03-08.
  29. "Amazon Machine Images, CouchDB 0.10.x 32 bit Ubuntu", Amazon Web Services, Retrieved 2011-11-10.
  30. "Amazon Machine Image, Hadoop AMI", Amazon Web Services, Retrieved 2011-11-10.
  31. "Hadoop at Rackspace", Rackspace Big Data Platforms, Retrieved 2014-02-24.
  32. "MarkLogic Developer 8 (HVM) on AWS Marketplace". aws.amazon.com. Retrieved 2016-03-31.
  33. "MongoDB on Amazon EC2, MongoDB.org, Retrieved 2011-11-10.
  34. "MongoDB on Azure, MongoDB.org, Retrieved 2011-11-10.
  35. "Easily Scale MongoDB at Rackspace", Managed MongoDB ObjectRocket by Rackspace, Retrieved 2014-02-24.
  36. "Neo4J in the Cloud", Neo4J Wiki, Retrieved 2011-11-10.
  37. "Announcing Neo4J on Windows Azure", Neo4J Blog, Retrieved 2011-11-10.
  38. Andrew Brust, "Cloudant Makes NoSQL as a Service Bigger", ZDNet, Retrieved 2012-5-22.
  39. "MongoDB Hosting Center", MongoDB.org, Retrieved 2011-11-10.
This article is issued from Wikipedia - version of the Tuesday, May 03, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.