Skip to content
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

Add support for "per table" settings for stats update #34

Open
yochananrachamim opened this issue Jan 30, 2023 · 2 comments
Open

Add support for "per table" settings for stats update #34

yochananrachamim opened this issue Jan 30, 2023 · 2 comments
Assignees

Comments

@yochananrachamim
Copy link
Owner

for scenario where we have large tables and we do not want to go through all the data for the stats update it would help to have some control for per table settings that will set the percentage of the scan while updating stats.

@sopelt
Copy link

sopelt commented May 3, 2023

This would also be nice for index operations. In niche cases (large tables that are just appended to and rarely read) excluding by table would be great.

@akobuspl
Copy link

akobuspl commented Sep 5, 2023

I'd vote for possibility to exclude either a specific table or specific statistics.
It happens that some column statistics which are not having big value are causing statistics update takes "forever"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants