Re: Speed of win32 port vs cygwin...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ati Rosselet <ati(dot)rosselet(at)clarmont(dot)hu>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: Speed of win32 port vs cygwin...
Date: 2004-06-07 14:43:21
Message-ID: 3172.1086619401@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Ati Rosselet <ati(dot)rosselet(at)clarmont(dot)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

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Shridhar Daithankar 2004-06-07 14:52:35 Re: [pgsql-hackers-win32] Failures with windows port
Previous Message Merlin Moncure 2004-06-07 14:35:58 Re: Speed of win32 port vs cygwin...