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

query: Close() after using query #5410

Merged
merged 3 commits into from Jun 9, 2022
Merged

Commits on Jun 9, 2022

  1. query: Close() after using query

    This should reduce memory usage because Close() returns points back to a
    sync.Pool.
    
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Jun 9, 2022
    Copy the full SHA
    2e3b06a View commit details
    Browse the repository at this point in the history
  2. CHANGELOG: add item

    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Jun 9, 2022
    Copy the full SHA
    6d39d25 View commit details
    Browse the repository at this point in the history
  3. query: call Close() in gRPC API too

    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Jun 9, 2022
    Copy the full SHA
    ff430ef View commit details
    Browse the repository at this point in the history