MonetDB icon
MonetDB icon

MonetDB

MonetDB is an open source column-oriented database management system developed at the National Research Institute for Mathematics and Computer Science (CWI; Centrum voor Wiskunde en Informatica) in the Netherlands.

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

MonetDB News & Activities

Highlights All activities

Recent activities

Show all activities

MonetDB information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    2 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  448 Stars
  •  63 Forks
  •  69 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
MonetDB was added to AlternativeTo by jenocin on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is MonetDB?

MonetDB is an open source column-oriented database management system developed at the National Research Institute for Mathematics and Computer Science (CWI; Centrum voor Wiskunde en Informatica) 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. As such, MonetDB can be used in application areas that because of performance issues are no-go areas for using traditional database technology in a real-time manner. MonetDB has been successfully applied in high-performance applications for data mining, OLAP, GIS, XML Query, text and multimedia retrieval. MonetDB internal data representation is memory-based, relying on the huge memory addressing ranges of contemporary CPUs using demand paging, 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 vectorized 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/XQuery: the XML database solution MonetDB Server: the multi-model database server

Official Links