Skip to content

Add support for ANALYZE; without any tables specified#1381

Merged
fulghum merged 1 commit intomainfrom
fulghum/analyze
Apr 11, 2025
Merged

Add support for ANALYZE; without any tables specified#1381
fulghum merged 1 commit intomainfrom
fulghum/analyze

Conversation

@fulghum
Copy link
Copy Markdown
Contributor

@fulghum fulghum commented Apr 11, 2025

When Postgres processes an ANALYZE; statement without any tables explicitly specified, it analyzes all tables.

Postgres docs

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 11, 2025

Main PR
covering_index_scan_postgres 335.46/s 345.14/s +2.8%
index_join_postgres 151.54/s 150.79/s -0.5%
index_join_scan_postgres 182.95/s 183.57/s +0.3%
index_scan_postgres 12.68/s 12.58/s -0.8%
oltp_point_select 2592.03/s 2631.91/s +1.5%
oltp_read_only 1815.03/s 1837.03/s +1.2%
select_random_points 115.34/s 115.59/s +0.2%
select_random_ranges 129.34/s 129.89/s +0.4%
table_scan_postgres 12.04/s 11.93/s -1.0%
types_table_scan_postgres 5.56/s 5.49/s -1.3%

@github-actions
Copy link
Copy Markdown
Contributor

Main PR
Total 42090 42090
Successful 15578 15578
Failures 26512 26512
Partial Successes1 5208 5208
Main PR
Successful 37.0112% 37.0112%
Failures 62.9888% 62.9888%

Footnotes

  1. These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct.

@fulghum fulghum merged commit e811811 into main Apr 11, 2025
14 checks passed
@fulghum fulghum deleted the fulghum/analyze branch April 11, 2025 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants