This document discusses data mining and column stores. It explains that data mining is used to extract useful patterns and relationships from large amounts of data through techniques like association rule mining, classification, clustering, and prediction. The document also outlines the typical data mining process and provides examples of data mining tools. It then describes how column stores store data tables as columns to improve compression and query performance for analytical workloads compared to row stores. The document concludes with a case study showing how Bazaarvoice achieved a 20x speedup using the column store Infobright for analytics queries.
Related topics: