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

config: add config option for bloom filter #2973

Merged
merged 1 commit into from
Jul 16, 2016

Conversation

Kubuxu
Copy link
Member

@Kubuxu Kubuxu commented Jul 15, 2016

License: MIT
Signed-off-by: Jakub Sztandera kubuxu@protonmail.ch

@Kubuxu Kubuxu force-pushed the feature/blockstore-bloom-config branch from 1fa8597 to a1e9748 Compare July 16, 2016 11:22
@Kubuxu Kubuxu added the status/in-progress In progress label Jul 16, 2016
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
@Kubuxu Kubuxu force-pushed the feature/blockstore-bloom-config branch from a1e9748 to af06bd4 Compare July 16, 2016 11:24
@Kubuxu Kubuxu removed the status/in-progress In progress label Jul 16, 2016
@whyrusleeping
Copy link
Member

LGTM, thanks

@whyrusleeping whyrusleeping merged commit 8fbbd7f into master Jul 16, 2016
@whyrusleeping whyrusleeping deleted the feature/blockstore-bloom-config branch July 16, 2016 13:17
@@ -85,6 +85,7 @@ func datastoreConfig() (Datastore, error) {
StorageGCWatermark: 90, // 90%
GCPeriod: "1h",
HashOnRead: false,
BloomFilterSize: 0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so this is disabled by default?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it is, we decided to do that until we get better metrics, repo size caching (important information to size to bloom filter correctly) and bloom filter expansion.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

laurentsenta pushed a commit to laurentsenta/kubo that referenced this pull request Feb 25, 2022
config: add config option for bloom filter
laurentsenta pushed a commit to laurentsenta/kubo that referenced this pull request Feb 25, 2022
…tore-bloom-config

config: add config option for bloom filter
laurentsenta pushed a commit to laurentsenta/kubo that referenced this pull request Mar 4, 2022
…tore-bloom-config

config: add config option for bloom filter
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.

3 participants