Re: Anything to be gained from a 'Postgres Filesystem'?

Поиск
Список
Период
Сортировка
От Jan Dittmer
Тема Re: Anything to be gained from a 'Postgres Filesystem'?
Дата
Msg-id 4177CF68.2050108@ppp0.net
обсуждение исходный текст
Ответ на Re: Anything to be gained from a 'Postgres Filesystem'?  (Neil Conway <neilc@samurai.com>)
Список pgsql-performance
Neil Conway wrote:
> Also, I would imagine Win32 provides some means to inform the kernel
> about your expected I/O pattern, but I haven't checked. Does anyone know
> of any other relevant APIs?

See CreateFile, Parameter dwFlagsAndAttributes

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/createfile.asp

There is FILE_FLAG_NO_BUFFERING, FILE_FLAG_OPEN_NO_RECALL,
FILE_FLAG_RANDOM_ACCESS and even FILE_FLAG_POSIX_SEMANTICS

Jan


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

Предыдущее
От: Victor Ciurus
Дата:
Сообщение: Simple machine-killing query!
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Simple machine-killing query!