-
Notifications
You must be signed in to change notification settings - Fork 158
fix: improve query planning time #1326
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
Merged
devsergiy
merged 25 commits into
master
from
sergiy/eng-8285-improve-query-planning-time
Oct 29, 2025
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c30d5e2
add walker id with profile
devsergiy d352cf1
calculate keys only for root nodes
devsergiy 2198c4e
local suggestions index
devsergiy 582d23f
persist nodes collector
devsergiy 17accc2
use longer ast path in walker
devsergiy f708759
skip irrelevant tests
devsergiy bd2cee5
tmp: walk only new field refs
devsergiy 36213c4
do not use resolve field path
devsergiy 0675f80
use tree walk instead of ast walk - requires+provides is broken
devsergiy 5e317a2
tmp: root nodes handles index
devsergiy eeef577
cache interface implemented by objects
devsergiy 6535204
create per datasource fields collectors once
devsergiy 13f7393
fix tests
devsergiy 1c88f3a
Revert "tmp: root nodes handles index"
devsergiy dda4f02
add bfs tree traverse using iterator
devsergiy 5cdca68
fix size of node visit tasks, pass item ids directly instead of tree …
devsergiy 51c3983
cleanup according to review comments
devsergiy 9e45f5d
comment out profiling code in ast walker
devsergiy c4fd1a9
fix linter warning
devsergiy 4ca2205
fix skipped tests
devsergiy 19743db
add back semaphore
devsergiy ce1ecf2
cleanup
devsergiy fd87f01
fix an edge case when entity is a child node
devsergiy 0305727
fix an edge case
devsergiy 41b3461
fix collecting keys for an abstract type members
devsergiy 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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.