This document discusses the rise of scientific databases. It notes that while relational databases were useful, their focus on rows and columns failed to support the multidimensional arrays commonly used in scientific computing. Scientific databases aim to directly support arrays through features like first-class multidimensional arrays, array manipulation operations, and the ability to express full analyses. Examples of scientific databases mentioned include Rasdaman, SciDB, and MonetDB with its SciQL extension. Hadoop is also used for scientific computing but lacks native scientific database capabilities.
Related topics: