On 7-Apr-08, at 12:21 PM, Geert-Jan Brits wrote:
Thanks Mike, I'll try that.
So nog being cpu-bound, you would indeed think indexing here is IO-
bound?
(Maybe it generally is, I'm not sure. )
That's pretty much impossible for me to say. All I said was that it
doesn't seem to be bound by the _analysis_ phase of indexing.
What's a good tool to profile IO on windows, anyone?
'top', 'vmstat' tell exactly what's going on in terms of io and cpu on
unix. Perhaps someone has gotten these to work under windows with
cygwin.
-Mike