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

ToC cache is effectively not used after the first shutdown #3873

Merged
merged 3 commits into from Aug 18, 2023

Conversation

andreitokar
Copy link
Contributor

Also, WRITE_DELAY value is not reported in INFORMATION_SCHEMA.SETTINGS

@katzyn
Copy link
Contributor

katzyn commented Aug 18, 2023

/**
* Cache for chunks "Table of Content" used to translate page's
* sequential number within containing chunk into byte position
* within chunk's image. Cache keyed by chunk id.
*/
private final CacheLongKeyLIRS<long[]> chunksToC;

Its Javadoc is incorrect too.

@andreitokar andreitokar changed the title ToC cash is effectively not used after the first shutdown ToC cache is effectively not used after the first shutdown Aug 18, 2023
@andreitokar
Copy link
Contributor Author

Maybe it's less confusing this way and javadoc happens to be correct?

@andreitokar andreitokar merged commit 3f1be47 into h2database:master Aug 18, 2023
2 of 3 checks passed
@andreitokar andreitokar deleted the at-misc branch August 18, 2023 03:04
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.

None yet

2 participants