Jump to content

MonetDB

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Two Bananas (talk | contribs) at 21:51, 16 September 2013 (Updated links from CPAN to MetaCPAN). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

MonetDB
Developer(s)MonetDB Developer Team
Stable release
Feb2013-SP2 / April 30, 2013 (2013-04-30)
Repository
Written inC
Operating systemCross-platform
TypeDatabase management system
LicenseMonetDB License (based on the MPL)
Websitewww.monetdb.org

MonetDB is an open source column-oriented database management system developed at the Centrum Wiskunde & Informatica (CWI) in the Netherlands. It was designed to provide high performance on complex queries against large databases, e.g. combining tables with hundreds of columns and multi-million rows. MonetDB has been successfully applied in high-performance applications for data mining, OLAP, GIS, XML Query, text and multimedia retrieval.

MonetDB internal data representation relies on the memory addressing ranges of contemporary CPUs using demand paging of memory mapped files, and thus departing from traditional DBMS designs involving complex management of large data stores in limited memory.

MonetDB introduced innovations at all layers of a DBMS (see the MonetDB publications): a storage model based on vertical fragmentation, a modern CPU-tuned query execution architecture that often gives MonetDB a more than 10-fold raw speed advantage on the same algorithm over a typical interpreter-based RDBMS. MonetDB is one of the first database systems to focus its query optimization effort on exploiting CPU caches. MonetDB also features automatic and self-tuning indexes, run-time query optimization, a modular software architecture, etc. [1][2]

The MonetDB family consists of:

  • MonetDB/SQL: the relational database solution
  • MonetDB/GIS: Simple Features extension to MonetDB/SQL
  • MonetDB Server: the multi-model database server

History

MonetDB (initially only called Monet) was first created by Peter A. Boncz and Martin L. Kersten as part of the MAGNUM research project at University of Amsterdam.[3] The first version under an Open Source license (a modified version of the Mozilla Public License) was released on September 30, 2004.[4]

See also

References

  1. ^ #S. Manegold. An Empirical Evaluation of XQuery Processors. In Proceedings of the International Workshop on Performance and Evaluation of Data Management Systems (ExpDB), Chicago, IL, USA, June 2006.
  2. ^ P. A. Boncz, T. Grust, M. van Keulen, S. Manegold, J. Rittinger, J. Teubner. MonetDB/XQuery: A Fast XQuery Processor Powered by a Relational Engine. In Proceedings of the ACM SIGMOD International Conference on Management of Data, Chicago, IL, USA, June 2006.
  3. ^ P. A. Boncz. Monet: A Next-Generation DBMS Kernel For Query-Intensive Applications. Ph.D. Thesis, Universiteit van Amsterdam, Amsterdam, The Netherlands, May 2002.
  4. ^ Release Notes for Version 4.4.0

Science related:

MonetDB related:

XQuery/XPath related:

GUI tools for MonetDB/XQuery:

This article is based on material taken from the Free On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of the GFDL, version 1.3 or later.