-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
processes sort with parallel worker is broken #297
Comments
FYI - just remembered that I've seen actually cases where parent |
I agree, I've seen it too. I think changing the sort order when paused could be a valuable When we order by mem / cpu / read / write, the It was thinking about adding the parent pid and the backend type info in the UI so that we It would also be neat to group the leader process and it's childs in a single "ui block", but Before changing the output, the switch to "rich" must be finished or cancelled. I'll try to |
@kmoppel-cognite what do you think about sorting/filtering in paused/interactive mode ? |
@blogh For me personally I've never had the need for such extra features, I've just used "pause" to freeze the UI to be able to copy some SQL or kill some PIDs. And there's also the new |
Breaking change: * Attr 18.1 is required Change log: * Add more information to the header (instance and process stats) (Tests by @Krysztophe) * Add the --refresh option to the cli to set the refresh rate (dalibo#293) (Requested by @crysman) * Add the --debug-file option to enable logging (still mostly unused) * Add hints about runtime disabled features (dalibo#300) (Reported by @rutchkiwi) * The SUPERUSER privilege is not longer required (dalibo#277) (Requested by @Raymondmax) Bug fixes: * Add the --no-walreceiver to disable wal receiver stats for Aurora (dalibo#301) (Reported by @grutz) * Add the --no-tempfiles option to disable temp file statistics and add it to the --rds command (dalibo#303) (Reported by @adityabaradwaj) * Fix server information queries for v12/v13 (Reported and fixed by @kmoppel-cognite) * Fix InvalidTextRepresentation errors (dalibo#275) (Fix proposed by @ssharunas) * Fix sort order for parallel queries (dalibo#297) (Reported and fixed by @kmoppel-cognite) * Doc fixes and packaging improvements (@kianmeng, @Vampouille)
Breaking change: * Attr 18.1 is required Change log: * Add more information to the header (instance and process stats) (Tests by @Krysztophe) * Add the --refresh option to the cli to set the refresh rate (#293) (Requested by @crysman) * Add the --debug-file option to enable logging (still mostly unused) * Add hints about runtime disabled features (#300) (Reported by @rutchkiwi) * The SUPERUSER privilege is not longer required (#277) (Requested by @Raymondmax) Bug fixes: * Add the --no-walreceiver to disable wal receiver stats for Aurora (#301) (Reported by @grutz) * Add the --no-tempfiles option to disable temp file statistics and add it to the --rds command (#303) (Reported by @adityabaradwaj) * Fix server information queries for v12/v13 (Reported and fixed by @kmoppel-cognite) * Fix InvalidTextRepresentation errors (#275) (Fix proposed by @ssharunas) * Fix sort order for parallel queries (#297) (Reported and fixed by @kmoppel-cognite) * Doc fixes and packaging improvements (@kianmeng, @Vampouille)
Breaking change: * Attr 18.1 is required Change log: * Add more information to the header (instance and process stats) (Tests by @Krysztophe) * Add the --refresh option to the cli to set the refresh rate (dalibo#293) (Requested by @crysman) * Add the --debug-file option to enable logging (still mostly unused) * Add hints about runtime disabled features (dalibo#300) (Reported by @rutchkiwi) * The SUPERUSER privilege is not longer required (dalibo#277) (Requested by @Raymondmax) Bug fixes: * Add the --no-walreceiver to disable wal receiver stats for Aurora (dalibo#301) (Reported by @grutz) * Add the --no-tempfiles option to disable temp file statistics and add it to the --rds command (dalibo#303) (Reported by @adityabaradwaj) * Fix server information queries for v12/v13 (Reported and fixed by @kmoppel-cognite) * Fix InvalidTextRepresentation errors (dalibo#275) (Fix proposed by @ssharunas) * Fix sort order for parallel queries (dalibo#297) (Reported and fixed by @kmoppel-cognite) * Doc fixes and packaging improvements (@kianmeng, @Vampouille)
See discussion at #291.
From postgres 13, maybe we could rely on
leader_pid
column ofpg_stat_activity
view as first sort step on SQL side?The text was updated successfully, but these errors were encountered: