Tag: column-oriented database
All the articles with the tag "column-oriented database".
Row vs. Column: How Storage Layout Shapes Everything
Published: at 12:01 PMRow stores keep records together for fast transactions. Column stores keep field values together for fast analytics. Here is how each layout works and when to use it.