DOCAPI-7430: MergeTree INDEX bloom filter docs.#5992
Merged
BayoNet merged 5 commits intoClickHouse:masterfrom Aug 16, 2019
Merged
DOCAPI-7430: MergeTree INDEX bloom filter docs.#5992BayoNet merged 5 commits intoClickHouse:masterfrom
BayoNet merged 5 commits intoClickHouse:masterfrom
Conversation
zhang2014
reviewed
Jul 15, 2019
|
|
||
| The same as `ngrambf_v1`, but instead of ngrams stores tokens, which are sequences separated by non-alphanumeric characters. | ||
|
|
||
| - `bloom_filter` — Stores [bloom filter](https://en.wikipedia.org/wiki/Bloom_filter) for the specified columns. |
Contributor
There was a problem hiding this comment.
It actually accepts an optional parameter: false positives(default, 0.025)
Contributor
Author
There was a problem hiding this comment.
@zhang2014 Does this optional parameter is a probability of false positive response?
Contributor
There was a problem hiding this comment.
Yes, it should be a float between 0 and 1.
Contributor
Author
|
@blinkov Do you have any comments? |
blinkov
suggested changes
Aug 12, 2019
Contributor
blinkov
left a comment
There was a problem hiding this comment.
and some merge conflicts
| For a description of request parameters, see [request description](../../query_language/create.md). | ||
| For a description of parameters, see the [CREATE query description](../../query_language/create.md). | ||
|
|
||
| !!!note "Note" |
Contributor
There was a problem hiding this comment.
- lost space after !!! ?
- needs link/mention of feature flag to enable it
Contributor
Author
There was a problem hiding this comment.
There is the Data Skipping Indexes section. I think its enough.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Category (leave one):