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

Convert Skip/Take to RowNumber when it is more than 1 level deep #21280

Open
Tracked by #18923
smitpatel opened this issue Jun 16, 2020 · 0 comments
Open
Tracked by #18923

Convert Skip/Take to RowNumber when it is more than 1 level deep #21280

smitpatel opened this issue Jun 16, 2020 · 0 comments

Comments

@smitpatel
Copy link
Member

By converting Skip/Take to RowNumber we can convert apply operation to equivalent join operation. We already do this for first level. We can explore further down to apply conversion in more scenario.
A common case of it being pushed down to 2nd level is another join on subquery (generally a reference navigation with filtered include)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants