Re: Tryint to match Solaris-Oracle performance with directio?

Поиск
Список
Период
Сортировка
От mudfoot@rawbw.com
Тема Re: Tryint to match Solaris-Oracle performance with directio?
Дата
Msg-id 1095470563.414b8de381c99@webmail.rawbw.com
обсуждение исходный текст
Ответ на Re: Tryint to match Solaris-Oracle performance with directio?  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-performance
I fully agree with Gaetano about testing sync methods.  From testing I've done
on two different Solaris 8 boxes, the O_DSYNC option on Solaris 8 beats fsync
and fdatasync easily.  Test it yourself though.  There's probably some
opportuntiy there for better performance for you.

> > BTW this is Postgres 7.4.1, and our customers are Solaris 8 and 9.
>
> If you care your data upgrade to more recent 7.4.5
>
> Test your better sync method using /src/tools/fsync  however do some
> experiment changing the sync method, you can also avoid to update the
> acces time for the inodes mounting the partition with noatime option
> ( this however have more impact on performance for read activities )
>
>
> Regards
> Gaetano Mendola
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



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

Предыдущее
От: Stephen Crowley
Дата:
Сообщение: Re: Large # of rows in query extremely slow, not using
Следующее
От: Qing Zhao
Дата:
Сообщение: CPU maximized out!