-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
perf: Use aggregation pipeline with $graphLookup
for recursive role and auth queries
#8563
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
base: alpha
Are you sure you want to change the base?
Conversation
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request! |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## alpha #8563 +/- ##
=======================================
Coverage 94.37% 94.37%
=======================================
Files 185 185
Lines 14761 14769 +8
=======================================
+ Hits 13930 13938 +8
Misses 831 831
☔ View full report in Codecov by Sentry. |
$graphLookup
for recursive roles and auth queries
$graphLookup
for recursive roles and auth queries$graphLookup
for recursive role and auth queries
Is this ready for review? |
Just need to get postgres working! |
@dplewis is better suited to answer this question than I am as he added aggregation pipes to Postgres in #4207. To me, it looks like there will need be added work to make it comparable based on graphLookup not being in the Postgres adapter and #6513 (comment) |
@Moumouls Another auth conflict... if you want to take a quick look... |
Pull Request
Issue
Closes: #6556
Approach
Tasks