InterviewSolution
| 1. |
List Advantages Of Column-based Tables.? |
|
Answer» • ALLOWS smoother PARALLEL processing of data as the data in columns is stored vertically. Thus, to access data from multiple columns, every operation can be allocated to a separate processor core. • Allows smoother parallel processing of data as the data in columns is stored vertically. Thus, to access data from multiple columns, every operation can be allocated to a separate processor core. |
|