Column oriented DBMS

I’ve been investigating Column Oriented DBMS systems today. These are designed for data warehousing applications (as opposed to transactional processing). They use a data storage mechanism which is orthogonal to standard row oriented DBMSes. “Normal” DBMSes are row based: they store each row of a table as a contiguous record. Column oriented databases store eachContinue reading “Column oriented DBMS”