Re: A Silly Idea for Vertically-Oriented Databases

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: A Silly Idea for Vertically-Oriented Databases
Дата
Msg-id 200709071413.57861.josh@agliodbs.com
обсуждение исходный текст
Ответ на A Silly Idea for Vertically-Oriented Databases  (Avery Payne <apayne@pcfruit.com>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Avery Payne
Дата:
Сообщение: A Silly Idea for Vertically-Oriented Databases
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: integrated tsearch doesn't work with non utf8 database