Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 1:
{{
In the field of database design, a '''multi-model database''' is a [[Database management systems|database management system]] designed to support multiple [[Database model|data models]] against a single, integrated backend. In contrast, most database management systems are organized around a single data model that determines how data can be organized, stored, and manipulated.<ref name="neither">[http://blogs.the451group.com/information_management/2013/02/08/neither-fish-nor-fowl/ The 451 Group, "Neither Fish Nor Fowl: The Rise of Multi-Model Databases"]</ref> [[document-oriented database|Document]], [[graph database|graph]], [[relational database|relational]], and [[
== Background ==
The [[relational model|relational]] data model became popular after its publication by [[Edgar F. Codd]] in 1970. Due to increasing requirements for [[Scalability#Horizontal and vertical scaling|horizontal scalability]] and [[fault tolerance]], [[NoSQL]] databases became prominent after 2009. NoSQL databases use a variety of data models, with [[Document-oriented database|document]], [[Graph database|graph]], and
A Multi-model database is a database that can store, index and query data in more than one model. For some time, databases have primarily supported only one model, such as: [[relational database]], [[document-oriented database]], [[graph database]] or [[triplestore]]. A database that combines many of these is multi-model.
For some time, it was all but forgotten (or considered irrelevant) that there were any other database models besides Relational. The Relational model and notion of [[third normal form]] were the de facto standard for all data storage. However, prior to the dominance of Relational data modeling from about 1980 to 2005 the [[hierarchical database model]] was commonly used, and since 2000 or 2010, many [[NoSQL]] models that are non-relational including Documents, triples,
The first time the word "multi-model" has been associated to the databases was on May 30, 2012 in Cologne, Germany, during the Luca Garulli's key note "''NoSQL Adoption – What’s the Next Step?''".<ref>{{Cite web|date=2012-06-01|title=Multi-Model storage 1/2 one product|url=http://www.slideshare.net/lvca/no-sql-matters2012keynote/47-MultiModel_storage_12_one_product}}</ref><ref>{{Cite web|url=https://2012.nosql-matters.org/cgn/wp-content/uploads/2012/06/KeyNote-Luca-Garulli.pdf|title=Nosql Matters Conference 2012 {{!}} NoSQL Matters CGN 2012|website=2012.nosql-matters.org|access-date=2017-01-12}}</ref> Luca Garulli envisioned the evolution of the 1st generation NoSQL products into new products with more features able to be used by multiple use cases.
Line 21:
<!--Added databases should be "notable" with a sourced article on English Wikipedia.-->
* [[AllegroGraph]] – document (JSON, JSON-LD), graph
* [[ArangoDB]] – document (JSON), graph,
* [[Cosmos DB]] – document (JSON), graph,<ref>https://docs.microsoft.com/en-us/azure/cosmos-db/create-graph-dotnet</ref>
* [[Couchbase]] – document (JSON),
* [[Datastax]] –
* [[EnterpriseDB]] – document (XML and JSON),
* [https://www.intersystems.com/products/intersystems-iris/ InterSystems IRIS]
* [[MarkLogic]] – document (XML and JSON), graph triplestore, binary, SQL
* RavenDB – document (XML and JSON), graph,
* [[Oracle Database]] – relational, document (JSON and XML), graph triplestore, property graph,
* [[OrientDB]] – document (JSON), graph,
* [[Redis]] –
* [[SAP HANA]] – relational, document (JSON), graph, streaming
* [[Virtuoso Universal Server]]
== Benchmarking multi-model databases ==
Line 54:
* [[Data analysis]]
* [[Distributed database]]
* [[Distributed SQL]]
* [[Distributed transaction]]
* [[Document-oriented database]]
|