pg_query_state
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
Enable TPCDS tests
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...