This document summarizes a tutorial on column-oriented database systems given at VLDB 2009. It discusses the evolution of column-oriented databases from early systems like DSM to current commercial systems. Key features of column-oriented databases include storing data by column rather than by row for improved read efficiency, better compression, and indexing capabilities. The tutorial outlines optimizations made possible by the columnar format like late materialization and vectorized processing. It also compares the performance of column and row storage using a telco data warehousing example.