-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rfcs: move status of interleaved table join RFC to complete
The first iteration (and goal of this RFC) of full interleaved prefix joins on a parent-child table was officially completed when #19853 was merged into master. The outstanding general cases outlined in the RFC can be incrementally introduced with or without additional RFCs. Namely: 1. Multi-table joins 2. Prefix and subset joins (#20661) 3. Sibling and common ancestor joins Avoiding splits in between interleaved children rows (or rather, encouraging splits right before a root parent table) is still outstanding.
- Loading branch information
Showing
1 changed file
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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