-
Notifications
You must be signed in to change notification settings - Fork 103
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
remove graph entry from fts input #4660
Conversation
auto graphEntry = graph::GraphEntry({termsEntry, docsEntry}, {appearsInEntry}); | ||
// Bind output node. | ||
auto nodeOutput = bindNodeOutput(input.binder, {tableEntry}); | ||
auto qftsBindData = std::make_unique<QFTSGDSBindData>(std::move(graphEntry), nodeOutput); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we not save the graphEntry in the bindData? I think we can generate the graphEntry during edgeCompute
Benchmark ResultMaster commit hash:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4660 +/- ##
==========================================
+ Coverage 86.51% 86.52% +0.01%
==========================================
Files 1369 1372 +3
Lines 57951 57997 +46
Branches 7206 7207 +1
==========================================
+ Hits 50135 50182 +47
+ Misses 7648 7647 -1
Partials 168 168 ☔ View full report in Codecov by Sentry. |
Benchmark ResultMaster commit hash:
|
Query FTS index benchmark:
Create FTS index benchmark:
|
Description
Please include a summary of the changes and the related issue (if applicable). Please also include
relevant motivation and context.
Fixes # (issue)
Contributor agreement