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

[columnar] turn off caching when building an index #250

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Conversation

JerrySievert
Copy link
Contributor

when an index is being built, we should disable the column cache for the duration to stop multiple cache evictions on large tables.

@JerrySievert JerrySievert added the bug Something isn't working label Mar 29, 2024
@JerrySievert JerrySievert requested review from wuputah and mkaruza March 29, 2024 15:40
@JerrySievert JerrySievert self-assigned this Mar 29, 2024
@wuputah
Copy link
Member

wuputah commented Mar 29, 2024

can we also do this for analyze?

@JerrySievert
Copy link
Contributor Author

can we also do this for analyze?

I can do it for vacuum and the vacuum udf.

@wuputah
Copy link
Member

wuputah commented Mar 29, 2024

That might be good idea as well -- I don't have data at present that vacuum is problematic but I can test that.

@JerrySievert
Copy link
Contributor Author

updated for analyze, vacuum, and vacuum udf as well

@JerrySievert JerrySievert merged commit ff50653 into main Mar 29, 2024
14 checks passed
@JerrySievert JerrySievert deleted the index_build branch March 29, 2024 19:39
@wuputah wuputah mentioned this pull request Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants