Re: seq scan cache vs. index cache smackdown

Поиск
Список
Период
Сортировка
От PFC
Тема Re: seq scan cache vs. index cache smackdown
Дата
Msg-id opsmx1n0mnth1vuj@musicbox
обсуждение исходный текст
Ответ на Re: seq scan cache vs. index cache smackdown  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-performance
>> (For those not knowing - it's ReadFile/WriteFile where you pass an array
>> of "this many bytes to this address" as parameters)
>
> Isn't that like the BSD writev()/readv() that Linux supports also?  Is
> that something we should be using on Unix if it is supported by the OS?

    Nope, readv()/writev() read/write from/to the file sequentially to/from a
list of buffers in memory. The Windows calls read/write at random file
offsets to/from a list of buffers.



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

Предыдущее
От: John Arbash Meinel
Дата:
Сообщение: Re: Inheritence versus delete from
Следующее
От: Ramon Bastiaans
Дата:
Сообщение: multi billion row tables: possible or insane?