Re: [HACKERS] Problem with the numbers I reported yesterday

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Problem with the numbers I reported yesterday
Дата
Msg-id 199802111531.KAA03007@candle.pha.pa.us
обсуждение исходный текст
Ответ на Problem with the numbers I reported yesterday  (Michael Meskes <meskes@topsystem.de>)
Ответы Re: [HACKERS] Problem with the numbers I reported yesterday
Список pgsql-hackers
>
> I ran my performance tests some more times and it seems the numbers are not
> really comparable. When I run PostgreSQL without -F I get a sync after every
> insert. With -F I get no sync at all as all inserts fit well into the
> buffer. However, Oracle in comparison does sync. Simply hearing the disk
> access it seems as if they sync every two or three seconds.
>
> Does anyone know a way to really check both DBMSs?

Many dbms's do buffered logging, that is they sync after the buffer gets
full or after a minute or so.  We have the logic to add buffered logging
to PostgreSQL and will be doing it later.  Right now, we only have
non-buffered logging, and no logging.

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

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Some cleanups/enhancements
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] cursor access doesn't work anmore