Re: Column oriented pgsql

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: Mag Gam <magawake(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Column oriented pgsql
Date: 2009-05-08 18:56:10
Message-ID: 20090508185610.GC25551@eddie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, May 08, 2009 at 11:25:30AM -0700, John R Pierce wrote:
> Mag Gam wrote:
>> Is it possible to tweak (easily) Postgresql so the storage is column
>> oriented versus row-oriented? We would like to increase read
>> optimization on our data which is about 2TB.
>>
>>
>
> you read your tables by column, rather than by row??
>
> SQL queries are inherently row oriented, the fundamental unit of storage
> is a 'tuple', which is a representation of a row of a table.

http://en.wikipedia.org/wiki/Column_oriented_database

This has come up on the lists from time to time; the short answer is it's
really hard.

- Josh / eggyknap

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christophe 2009-05-08 18:57:14 Re: Column oriented pgsql
Previous Message John R Pierce 2009-05-08 18:32:01 Re: Remote access