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

feat(diagnostics): render bloom filter better #1165

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

kunga
Copy link
Member

@kunga kunga commented Aug 15, 2024

Resolves #1080

Also removed bloom filter enable from default create table

@kunga kunga force-pushed the better-bloom-filter branch 2 times, most recently from c808dad to 23e673b Compare August 15, 2024 10:52
label: i18n('label.bloom-filter'),
value: EnableFilterByKey ? i18n('enabled') : i18n('disabled'),
});
if (EnableFilterByKey != undefined) {
Copy link
Member

Choose a reason for hiding this comment

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

It's better to use helper valueIsDefined or at least compare strictly !==. In this case it seems that there is no difference, but it generally good practice to avoid possible errors further

@artemmufazalov artemmufazalov merged commit 0562b0c into ydb-platform:main Aug 16, 2024
6 checks passed
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.

Table Info tab – display BloomFilter size
2 participants