Re: [HACKERS] Re: Browsing the tables and why pgsql does not perform well

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Re: Browsing the tables and why pgsql does not perform well
Дата
Msg-id 199801242025.PAA07404@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Browsing the tables and why pgsql does not perform well  (Hannu Krosing <hannu@trust.ee>)
Список pgsql-hackers
> Even more unfortunately client side development tools like Access or
> Delphi seem to rely on sorted queries using indexes for sorting and as a
> result perform very poorly with PostgreSQL in their default modes.

I find Delphi to be poor even on Informix because Delphi thinks it has
an ISAM file behind each table, and when using an SQL engine, does tons
of table rescans every time it wants to change data in a table because
it doesn't have a physical row it can manage internally.

--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] fork/exec for backend
Следующее
От: Tom
Дата:
Сообщение: Re: [HACKERS] fork/exec for backend