Optimizing disk storage to support statistical analysis operations

作者:

摘要

Data stored in spreadsheets and relational database tables can be viewed as “worksheets” consisting of rows and columns, with rows corresponding to records. Correspondingly, the typical practice is to store the data on disk in row major order. While this practice is reasonable in many cases, it is not necessarily the best practice when computation is dominated by column-based statistics. This short note discusses the performance tradeoffs between row major and column major storage of data in the context of statistical data analysis. A comparison of a software package utilizing column major storage and one using row major storage confirms our results.

论文关键词:Database systems,Data warehouses,Statistical tools,Business intelligence tools,Data mining

论文评审过程:Received 1 September 2001, Accepted 30 September 2003, Available online 11 December 2003.

论文官网地址:https://doi.org/10.1016/j.dss.2003.09.005