Computer Science, asked by u160958, 1 year ago

Read overhead in a Columnar database can be partly reduced by Multicolumn projection and _____________.

Sorted Column

Caching

All the options

Scaling

Answers

Answered by ankurbadani84
0

Answer:

Caching

Explanation:

Read overhead in a Columnar database can be partly reduced by Multicolumn projection and Caching. For a columnar database, fetching a single row includes gathering the row from each of the column stores for that table.  This can lead to Read overhead. Multicolumn projection is to store multiple columns together on disk.

Similar questions