HOME

TheInfoList



OR:

SciDB is a column-oriented
database management system In computing, a database is an organized collection of data stored and accessed electronically. Small databases can be stored on a file system, while large databases are hosted on computer clusters or cloud storage. The design of databases span ...
(DBMS) designed for multidimensional data management and analytics common to scientific, geospatial, financial, and industrial applications. It is developed by Paradigm4 and co-created by
Michael Stonebraker Michael Ralph Stonebraker (born October 11, 1943) is a computer scientist specializing in database systems. Through a series of academic prototypes and commercial startups, Stonebraker's research and products are central to many relational databa ...
.


History

Stonebraker claims that arrays are 100 times faster in SciDB than in a
relational DBMS A relational database is a (most commonly digital) database based on the relational model of data, as proposed by E. F. Codd in 1970. A system used to maintain relational databases is a relational database management system (RDBMS). Many relation ...
on a class of problems. It is swapping rows and columns for mathematical arrays that put fewer restrictions on the data and can work in any number of dimensions unlike the conventionally widely used
relational database management system A relational database is a (most commonly digital) database based on the relational model of data, as proposed by E. F. Codd in 1970. A system used to maintain relational databases is a relational database management system (RDBMS). Many relatio ...
model, in which each
relation Relation or relations may refer to: General uses *International relations, the study of interconnection of politics, economics, and law on a global level *Interpersonal relationship, association or acquaintance between two or more people *Public ...
supports only one dimension of records. A 2011 conference presentation on SciDB promoted it as "not
Hadoop Apache Hadoop () is a collection of open-source software utilities that facilitates using a network of many computers to solve problems involving massive amounts of data and computation. It provides a software framework for distributed storage an ...
". Marilyn Matz became chief executive Paradigm4 in 2014.


See also

*
Comparison of object database management systems This is a comparison of notable object database management systems, showing what fundamental object database features are implemented natively. See also * Comparison of object–relational database management systems *Comparison of ...
*
Comparison of structured storage software Structured storage is computer storage for structured data, often in the form of a distributed database. Computer software formally known as structured storage systems include Apache Cassandra, Google's Bigtable and Apache HBase HBase is an o ...


References

{{Reflist, 2


External links


SciDB website
Data management Distributed data stores Document-oriented databases Distributed computing architecture Free database management systems Structured storage NoSQL Software using the GNU AGPL license