Subject | Re: [IB-Architect] SUPERSERVER_V2 |
---|---|
Author | Ann Harrison |
Post date | 2001-02-05T16:04:55Z |
At 10:44 AM 2/5/2001 +0300, Dmitry Kuzmenko wrote:
the results on a variety of drives & configurations, hoping to
find some pattern to the results.
increase the amount of parallelism. There's also code that
recognizes operations that are going to flush the cache and
restricts the amount of space they can use - I think that's
not turned on. For example, a select count from a large table
will currently read each page into a new cache buffer, leaving
the entire cache full of pages that are no longer of interest.
This code would restrict that operation to a few pages, improving
concurrent access. All very good things. All very untested.
design:
"If you don't understand what it does, what makes you think your
customers will?"
Lets build it, understand it, and decide how it should be used.
Regards,
Ann
www.ibphoenix.com
We have answers.
>I've tested NO_BUFFERING ... So, it will be too complex toI'd like to see the results. More than that, I'd like to see
>understand what performance user will got on his configuration
>setting NO_BUFFERING flag.
>
>If anybody interested, I can make a table with test results,
>but it was made on IDE drive. I'm sure that on SCSI drive there will
>be another results (very different from IDE).
the results on a variety of drives & configurations, hoping to
find some pattern to the results.
>p.s. have not tested IO_OVERLAPPED, because I've thought it's completelyNot completely. The idea was to be able to read ahead, to
>another thing than no_buffering.
increase the amount of parallelism. There's also code that
recognizes operations that are going to flush the cache and
restricts the amount of space they can use - I think that's
not turned on. For example, a select count from a large table
will currently read each page into a new cache buffer, leaving
the entire cache full of pages that are no longer of interest.
This code would restrict that operation to a few pages, improving
concurrent access. All very good things. All very untested.
>p.p.s. I think it is not a big problem to add no_buffering flag likeAdding switches like that violates Starkey's first rule of system
>force_write flag, and some kamikadze can use it on their own risk.
>I mean there can be some clever HDD controllers that will work better
>than OS cache. :-)
design:
"If you don't understand what it does, what makes you think your
customers will?"
Lets build it, understand it, and decide how it should be used.
Regards,
Ann
www.ibphoenix.com
We have answers.