Re: single task postgresql

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: single task postgresql
Дата
Msg-id 1014789215.2127.83.camel@rh72.home.ee
обсуждение исходный текст
Ответ на single task postgresql  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: single task postgresql  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
On Tue, 2002-02-26 at 17:52, Oleg Bartunov wrote:
> Having frustrated with performance on Windows box I'm wondering if it's
> possible to get postgresql optimized for working without shared memory,
> say in single-task mode. It looks like it's shared memory emulation on disk
> (by cygipc daemon) is responsible for performance degradation.
> In our project we have to use Windows for desktop application and it's
> single task, so we don't need shared memory. In principle, it's possible
> to hack cygipc, so it wouldn't emulate shared memory and address calls
> to normal memory, but I'm wondering if it's possible from postgres side.

You might also be interested in hacking the threaded verion to run on
native windows without cygwin.

On Sun, 2002-01-27 at 02:19, mkscott@sacadia.com wrote:
> For anyone interested, I have posted a new version of multi-threaded
> Postgres 7.0.2 here:
> 
> http://sourceforge.net/projects/mtpgsql
> 

---------------
Hannu



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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Yet again on indices...
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: LRU and full table scans