What is the functional difference between row and column based storage? Where do we use row-based storage and column-based storage?
Answer Posted / Rakesh Kumar Dwivedi
Row-based storage stores data in rows, with each row representing a single record. Column-based storage stores data in columns, with each column representing a specific attribute of the data. Row-based storage is typically used for transactional data that needs to be accessed quickly and frequently, while column-based storage is used for analytical data that requires fast aggregate calculations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category