|
|
|
|
|
by mulmen
1775 days ago
|
|
This is a common misconception. Columnar stores do indeed enable wide tables but they don’t replace the need for normalization or the benefits. Wide tables and normalization (or denormalization) solve different problems. From the perspective of a database the difference between RAM and disk is latency. Normalization is still a factor in query performance. |
|