fsync vs open_sync

Поиск
Список
Период
Сортировка
От pgsql@mohawksoft.com
Тема fsync vs open_sync
Дата
Msg-id 4201.64.119.142.34.1092075497.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Список pgsql-hackers
I did a little test on the various options of fsync.

I'm not sure my tests are scientific enough for general publication or
evaluation, all I am doing is performaing a loop that inserts a value into
a table 1 million times.
create table testndx (value integer, name varchar);
create index testndx_val on testndx (value);

for(int i=0; i < 1000000; i++)
{  insert into testndx (value, name) values ('%d', 'test')




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Beta Leader?
Следующее
От: pgsql@mohawksoft.com
Дата:
Сообщение: fsync vs open_sync