Crimson Reason

A site devoted mostly to everything related to Information Technology under the sun - among other things.

Saturday, December 8, 2007

Columnar Databases

As the name implies, columnar databases are organized by column rather than row: that is, all instances of a single data element (say, Customer Name) are stored together so they can be accessed as a unit. This makes them particularly efficient at analytical queries, such as list selections, which often read a few data elements but need to see all instances of these elements. In contrast, a conventional relational database stores data by rows, so all information for a particular record (row) is immediately accessible. This makes sense for transactional queries, which typically concern one record at a time.

No comments:

Post a Comment

‹
›
Home
View web version

About Me

My photo
Babak Makkinejad
I had been a senior software developer working for HP and GM. I am interested in intelligent and scientific computing. I am passionate about computers as enablers for human imagination. The contents of this site are not in any way, shape, or form endorsed, approved, or otherwise authorized by HP, its subsidiaries, or its officers and shareholders.
View my complete profile
Powered by Blogger.