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

LUCENE-9387: Remove CodecReader#ramBytesUsed. #79

Merged
merged 2 commits into from
Apr 14, 2021

Commits on Apr 12, 2021

  1. LUCENE-9387: Remove CodecReader#ramBytesUsed.

    This commit removes `ramBytesUsed()` from `CodecReader` and all file formats
    besides vectors, which is the only remaining file format that might use lots of
    memory in the default codec. I left `ramBytesUsed()` on the `completion` format
    too, which is another feature that could use lots of memory.
    
    Other components that relied on being able to compute memory usage of readers
    like facets' TaxonomyReader and the analyzing suggester assume that readers have
    a RAM usage of 0 now.
    jpountz committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    e49479a View commit details
    Browse the repository at this point in the history
  2. CHANGES and MIGRATE entry

    jpountz committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    3268015 View commit details
    Browse the repository at this point in the history