[Docs] Capture federation subplan pushdown - #85
Merged
Conversation
…e framing Federation now pushes a whole single-connection subplan into its source where Arris can write that source's SQL dialect, which the cross-source page still described as per-table projection and filter pushdown. Canvas is no longer a new feature, so the docs index stops announcing it as one. - Rewrite the pushdown and execute steps, and name the seven sources that get subplan pushdown - Explain how a pushed-down subplan reads in the execution plan graph - Retune the data volume and engine-specific limitations for pushdown - Drop the "New in this release" paragraph and the "New:" card prefix - Cover the data source pages, canvas, and git pages in the build-output test, plus assertions for pushdown sources, backtick refs, and the removed new-feature copy
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Federation now pushes a whole single-connection subplan into its source where Arris can write that source's SQL dialect, but the cross-source page still described pushdown as per-table projections and filters. Also, Canvas is no longer new, so the docs index stops announcing it as a release headline.
Changes:
Scan: <connection>node, while a plain table read names the tableChecklist