-
Notifications
You must be signed in to change notification settings - Fork 231
perf(gfql): real q1-q9 OLAP lowering on Polars #1714
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
Open
lmeyerov
wants to merge
25
commits into
perf/gfql-row-pushdown
Choose a base branch
from
perf/gfql-olap-real-q1q9
base: perf/gfql-row-pushdown
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5b87568
fix(gfql): real-GFQL graph-bench count queries — polars count(*) broa…
lmeyerov 032b01d
perf(gfql): chain edge-index attach without O(E) deep copy (#1670, #887)
lmeyerov 6145c2f
perf(gfql): hop edge-index attach without O(E) deep copy (#1670, #887)
lmeyerov 6f2419c
feat(gfql/polars): native rows(binding_ops) for fixed-length connecte…
lmeyerov 67ebb8e
docs(changelog): #1709 polars binding_ops MVP entry
lmeyerov c15f1ca
feat(gfql/polars): bounded directed var-length binding rows (#1709, g…
lmeyerov 9756a69
docs(changelog): fold var-length binding rows into the #1709 entry
lmeyerov 8e186d0
perf(gfql): projection-pushdown for binding tables — skip unused prop…
lmeyerov f470a25
perf(gfql/polars-gpu): lazy binding build — collect once on target (#…
lmeyerov 159d06b
test(gfql/cypher): lock #1712 subset WITH-carry wrong-answer (benchma…
lmeyerov 2a45f07
fix(gfql/cypher): connected multi-pattern + WITH-carry drop the share…
lmeyerov 9a66671
fix(gfql/cypher): multi-source grouped aggregate projection (#1273, g…
lmeyerov 3f98b31
bench(gfql): real-GFQL q1-q9 runner — no shortcuts, no untimed precom…
lmeyerov 70c4a63
perf(gfql): optimize graph-benchmark OLAP lowering
lmeyerov 2a7cac2
test(gfql): cover OLAP lowering helper paths
lmeyerov 99b4aca
test(gfql): cover conservative OLAP lowering branches
lmeyerov cf318ba
ci(gfql): expose coverage audit baseline failures
lmeyerov 2a8a875
ci(gfql): exclude polars fast paths from pandas coverage
lmeyerov 448adf3
test(gfql): cover pandas aggregate fast-path branches
lmeyerov 778eb25
ci(gfql): exclude singleton polars count branch
lmeyerov fdca99c
fix(gfql): route polars single-node binding rows
lmeyerov 2d17da5
test(gfql): cover polars binding rows in CI
lmeyerov bac2196
ci(gfql): refresh cypher surface guard after residual stack
lmeyerov adee130
chore(gfql): tighten olap lowering typing
lmeyerov c50a0f7
chore(gfql): move competitor-referencing bench file to the private suite
lmeyerov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,5 +13,5 @@ | |
| "max_properties": 0 | ||
| } | ||
| }, | ||
| "lowering_py_max_lines": 8511 | ||
| "lowering_py_max_lines": 9125 | ||
| } | ||
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
?