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

Try to use whole key bloom filter when insert data with index #2377

Merged
merged 3 commits into from
Oct 27, 2020

Conversation

critical27
Copy link
Contributor

As title, since the default value of enable_multi_versions is false, we could use the bloom filter to avoid extra disk read if the newly insert data does not exist.

@codecov-io
Copy link

Codecov Report

Merging #2377 into master will decrease coverage by 0.20%.
The diff coverage is 81.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2377      +/-   ##
==========================================
- Coverage   86.46%   86.25%   -0.21%     
==========================================
  Files         649      648       -1     
  Lines       64374    65622    +1248     
==========================================
+ Hits        55662    56604     +942     
- Misses       8712     9018     +306     
Impacted Files Coverage Δ
src/common/filter/geo/GeoParams.h 100.00% <ø> (ø)
src/common/hdfs/HdfsCommandHelper.cpp 0.00% <0.00%> (-75.00%) ⬇️
src/common/stats/StatsManager.h 100.00% <ø> (ø)
src/graph/DownloadExecutor.cpp 0.00% <0.00%> (ø)
src/graph/DropSpaceExecutor.h 0.00% <ø> (ø)
src/graph/FetchEdgesExecutor.cpp 79.32% <0.00%> (-0.27%) ⬇️
src/graph/FindPathExecutor.h 50.00% <ø> (ø)
src/graph/GoExecutor.h 91.30% <ø> (-1.56%) ⬇️
src/graph/IngestExecutor.cpp 0.00% <0.00%> (ø)
src/graph/LookupExecutor.h 0.00% <ø> (ø)
... and 123 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81c5182...ba99df5. Read the comment docs.

Copy link
Contributor

@bright-starry-sky bright-starry-sky left a comment

Choose a reason for hiding this comment

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

Great work. LGTM

@critical27 critical27 merged commit b4ace3f into vesoft-inc:master Oct 27, 2020
@critical27 critical27 deleted the prefix branch November 18, 2020 07:41
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants