cancel
Showing results for 
Search instead for 
Did you mean: 

Why do you create a row store instead of a column store table?

parthkosarkar1
Explorer
0 Kudos

1. You create a new table definition using the ABAP Dictionary and maintain the database-specific technical settings. Why do you create a row store instead of a column store table?

A.To limit the unpacking and reconstruction of rows

B.To allow creation of a full-text index

C.To limit the need of indexes

D.To limit the data footprint

what would be the answer of this and why can any one help me with this ?

View Entire Topic
former_member1716
Active Contributor
0 Kudos

Hello parthkosarkar,

The answer should be A: To limit the unpacking and reconstruction of rows

You can refer below to learn in detail the need for Row and Column Store.

SAP HELP

Regards!

parthkosarkar1
Explorer
0 Kudos

Thanks Satish clear with point .