RE: Is Oracle really so much faster

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: Is Oracle really so much faster
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D32DA@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответ на Is Oracle really so much faster  (elwood@agouros.de (Konstantinos Agouros))
Ответы PostgreSQL profiling?  (Alex Pilosov <alex@pilosoft.com>)
Список pgsql-general
> > > However the result was (running on 64bit Sol 7, E250/1Gig
> > > RAM) that Oracle was roughly twice as fast. Is this real
> > > or might there be stuff I could do, to improve postgres
> > > performance?
> >
> > PostgreSQL version?
> 7.0.2

Try 7.1 or use -F.

> > You didn't use -F, did you?
> What's -F ?

This option disables fsync(). It's not honest to use -F for
comparison with other DBMSes, but before 7.1 it was only means
to be comparable -:)

Vadim

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

Предыдущее
От: Anand Raman
Дата:
Сообщение: Re: plpgsql always returning null..
Следующее
От: Alex Pilosov
Дата:
Сообщение: PostgreSQL profiling?