Re: A Silly Idea for Vertically-Oriented Databases

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Avery Payne <apayne(at)pcfruit(dot)com>
Subject: Re: A Silly Idea for Vertically-Oriented Databases
Date: 2007-09-07 21:13:57
Message-ID: 200709071413.57861.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Avery,

> Make one small, very tiny syntactic change to "CREATE TABLE" that
> includes a new keyword, "COLUMN-STORE" or something similar.

If someone writes the rest of the code, I doubt the syntax will be the
holdup. But writing an efficient C-store table mechanism is much harder
than I think you think it is; Vertica worked on it for a year and failed,
and Paraccel took two years to succeed. FYI, Paraccel is based on
Postgres.

So, put up a pgfoundry project and start hacking a c-store table; I'm sure
you;ll get interest if you can make something work.

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2007-09-07 21:23:42 Re: integrated tsearch doesn't work with non utf8 database
Previous Message Avery Payne 2007-09-07 20:52:04 A Silly Idea for Vertically-Oriented Databases