typedb icon indicating copy to clipboard operation
typedb copied to clipboard

Disable bottom-level bloom filters to save memory

Open flyingsilverfin opened this issue 2 years ago • 0 comments

What is the goal of this PR?

{ In the form of a paragraph (only use bullet points if strictly necessary), please describe the goal of this PR, why they are valuable to achieve, and reference the related GitHub issues. This section will be automatically compiled into the release notes, so please:

  • describe the impact of the change in this PR to the user of this repository (e.g. end user, contributor, developer).
  • describe the new product behaviour in present tense, and the old behaviour and how it's been changed in past tense.
  • Use the Royal We: "We" made changes, not "I" made changes. }

What are the changes implemented in this PR?

{ Please explain what you implemented, why your changes are the best way to achieve the goal(s) above. Please describe every method, class and package, by explaining:

  • its responsibility,
  • how it's expected to behave, and
  • how it relates to the adjacent methods/classes/packages it interacts with.

This would allow the reviewer to understand your intentions in the code much better. If you're adding new classes, make sure these explanations are also included in the class header comments. Last but not least, please reference the GitHub issues to be automatically closed, such like 'closes #number'. }

flyingsilverfin avatar May 06 '22 09:05 flyingsilverfin