Re: Hadoop backend?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hadoop backend?
Дата
Msg-id 28913.1235435083@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Hadoop backend?  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Ответы Re: Hadoop backend?
Re: Hadoop backend?
Re: Hadoop backend?
Список pgsql-hackers
"Jonah H. Harris" <jonah.harris@gmail.com> writes:
> I believe there is more than that which would need to be done nowadays.  I
> seem to recall that the storage manager abstraction has slowly been
> dedicated/optimized for md over the past 6 years or so.

As far as I can tell, the PG storage manager API is at the wrong level
of abstraction for pretty much everything.  These days, everything we do
is atop the Unix filesystem API, and anything that smgr might have been
able to do for us is getting handled in kernel filesystem code or device
drivers.  (Back in the eighties, when it was more plausible for PG to do
direct device access, maybe smgr was good for something; but no more.)

It's interesting to speculate about where we could draw an abstraction
boundary that would be more useful.  I don't think the MySQL guys got it
right either...
        regards, tom lane


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

Предыдущее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Hadoop backend?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Okay to change TypeCreate() signature in back branches?