CI speed improvements for FreeBSD

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема CI speed improvements for FreeBSD
Дата
Msg-id CA+hUKG+FXLcEg1dyTqJjDiNQ8pGom4KrJj4wF38C90thti9dVA@mail.gmail.com
обсуждение исходный текст
Ответы Re: CI speed improvements for FreeBSD
Список pgsql-hackers
Hi,

Here are a couple of changes that got FreeBSD down to 4:29 total, 2:40
in test_world in my last run (over 2x speedup), using a RAM disk
backed by a swap partition, and more CPUs.  It's still a regular UFS
file system but FreeBSD is not as good at avoiding I/O around short
lived files and directories as Linux: it can get hung up on a bunch of
synchronous I/O, and also flushes disk caches for those writes,
without an off switch.

I don't know about Windows, but I suspect the same applies there, ie
synchronous I/O blocking system calls around our blizzard of file
creations and unlinks.  Anyone know how to try it?

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: CI speed improvements for FreeBSD