pg_query_state icon indicating copy to clipboard operation
pg_query_state copied to clipboard

[PGPRO-8358] Added the progress value to the pg_query_state message

Open arseny114 opened this issue 1 year ago • 0 comments

The progress value is equal to the actual_rows ratio to plan_rows as a percentage. Or 100% if actual_rows > plan_rows. The progress value is added for each node in the current_loop.
The progress value is added to the message taking into account the format (TEXT, XML, JSON, YAML) and provided that the parameter costs = true.

Tags: pg_query_state

arseny114 avatar Nov 20 '24 09:11 arseny114