Computer Science, asked by rakeshrajak2130, 1 year ago

Sorted Column store would provide higher compression ratio by representing each column as ________ compared to the preceding one.

Answers

Answered by myrakincsem
3

Sorted Column store would provide higher compression ratio by representing each column as stored data row compared to the preceding one.

The answer is  stored data row.

I hope you are satisfied.

Thanks for asking.

Answered by Sidyandex
0

Rows. This is one of the ways to lead to effective data compression.

In sorted columns you can arrange the different values in a row and then other values can be placed below it.

Thus this way of arranging the data will help you to compress the data and makes sure it is easy to transfer.

Similar questions