RE: Performance (was: The New Slashdot Setup (includes MySql server))

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема RE: Performance (was: The New Slashdot Setup (includes MySql server))
Дата
Msg-id NDBBIJLOILGIKBGDINDFGEEHCFAA.Inoue@tpf.co.jp
обсуждение исходный текст
Ответ на Re: Performance (was: The New Slashdot Setup (includes MySql server))  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> 
> I wrote:
> > We should just need a switching layer in front of heap_beginscan/
> > index_beginscan and heap_getnext/index_getnext...)
> 
> After refreshing my memory of how these are used, it seems that
> we'd have to change the API of either the heap or index scan routines
> in order to unify them like that.  Might be worth doing to maintain
> code cleanliness, though.  The places Hiroshi has fixed to support
> both index and seq scan look really ugly to my eyes ...
>

Yes,it's ugly unfortunately.  So I had hesitated to commit it for
pretty long. There's a trial of unification in my trial implementation
of ALTER TABLE DROP COLUMN in command.c.
Regards.

Hiroshi Inoue
Inoue@tpf.co.jp


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Raw devices (was Re: Berkeley DB license)
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Performance (was: The New Slashdot Setup (includes MySql server))