|
|
|
|
|
by lucb1e
484 days ago
|
|
Huh, that is interesting, thanks for clarifying and going so far as sharing benchmark examples! I will try this on my own hardware as well and edit in the results (though I'm far from running into performance limitations on the old laptop that I use for hosting various projects, it could still be something to tune when I run some big task with lots of queries) Maybe for completeness, what CPU type is this on? |
|
FWIW, my results corresponded to:
It's perhaps worth pointing out that -D0 sometimes hurts performance, by reducing the boost potential of individual cores, due to the higher baseline temp & power usage.> Maybe for completeness, what CPU type is this on?
This was a 2x Xeon Gold 5215. But I've reproduced this on newer Intel and AMD server CPUs too.
> (though I'm far from running into performance limitations on the old laptop that I use for hosting various projects, it could still be something to tune when I run some big task with lots of queries)
If you're run larger queries or queries at a higher frequency (i.e. client on the same host instead of via network, or the client uses pipelining), the problem doesn't typically manifest to a significant degree.