pg_query_state icon indicating copy to clipboard operation
pg_query_state copied to clipboard

Tool for query progress monitoring in PostgreSQL

Results 12 pg_query_state issues
Sort by recently updated
recently updated
newest added

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...