This document provides an overview of MonetDB, an open-source column-oriented database management system. It discusses MonetDB's design, which focuses on vertical fragmentation and storing each table column separately. This allows queries to access only relevant columns and improves performance. The document also describes the X100 query processor that was developed for MonetDB and aims to execute queries with high efficiency. It explains how MonetDB represents data and processes queries to maximize performance.