1.

Explain the difference between Column Storage and Row Storage?

Answer»
S.noColumn StorageRow Storage
1.Table RECORDS are STORED in the sequence of columns.Here the table records will be stored in a sequence of rows.
2.SAP HANA is primarily optimized for column store.Used when the application requires to only PROCESS a SINGLE record at one time.


Discussion

No Comment Found