adriangb commented on PR #21330: URL: https://github.com/apache/datafusion/pull/21330#issuecomment-4187140075
> I didn't see the disk write difference, but I wonder if it is not due to something else (compiling?). @adriangb how is this computed? By reading cgroup (same as k8s uses, for disk `/sys/fs/cgroup/io.stat`) at the start and end of the benchmark. So it shouldn't include compile time, but I've also seen it vary quite a bit, I don't know how reliable it is (it captures any IO happening on the box). I'll see if I can get it to do sampling measurements of the size of the spill directory. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
