Hello, we're running a scheduled query against the...
# general
d
Hello, we're running a scheduled query against the "processes" table and seeing some interesting performance characteristics across different platforms. Specifically, Windows/Linux stay at less than 10% CPU, but Mac jumps anywhere from 30%-70% on the same query. Any ideas why this is? (query below)
Copy code
SELECT pid, name, path, cmdline, on_disk, parent, uid, gid, euid, egid, suid, sgid, cwd FROM processes;