Hi Arindam,
Using MVC will help in perfromance here. Basically work that is done for MVC column is 1. while inserting data row it needs to be compressed for column or existing data needs to be compressed.
Data retrieval will be fast as rowsize will be less and memory can hold more rows and data is held in compressed form in most cases.
So there will be less disk I/O.
CPU usage will reduce or will remain same.
Hi Arindam,
Using MVC will help in perfromance here. Basically work that is done for MVC column is 1. while inserting data row it needs to be compressed for column or existing data needs to be compressed.
Data retrieval will be fast as rowsize will be less and memory can hold more rows and data is held in compressed form in most cases.
So there will be less disk I/O.
CPU usage will reduce or will remain same.