Re: Speed of win32 port vs cygwin... - Mailing list pgsql-hackers-win32

From Tom Lane
Subject Re: Speed of win32 port vs cygwin...
Date
Msg-id 3172.1086619401@sss.pgh.pa.us
Whole thread Raw
In response to Speed of win32 port vs cygwin...  (Ati Rosselet <ati.rosselet@clarmont.hu>)
List pgsql-hackers-win32
Ati Rosselet <ati.rosselet@clarmont.hu> writes:
> It seemed to especially slow down when using large selects with IN ()
> where the items in the IN clause used accented characters.

Hm, perhaps Windows has a particularly awful implementation of strcoll()?

> Have there been any speed tests done, and if so, what's the status?

AFAIK no one has yet gotten to that; the focus so far has been on
stabilizing the port.  But it's probably about time to start learning
about performance issues.

            regards, tom lane

pgsql-hackers-win32 by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: Speed of win32 port vs cygwin...
Next
From: Jochem van Dieten
Date:
Subject: Re: [HACKERS] Failures with windows port