docs: MultiJoinStreamingDataset design plan (V1/V2) - #869
Merged
Conversation
Customer-facing proposal for co-partitioned multi-table streaming with an atomic version manifest, covering phase V1 aligned LitData chunks and phase V2 independently compacted column families. Co-authored-by: Cursor <cursoragent@cursor.com>
for more information, see https://pre-commit.ci
Replace customer-specific entity names, paths, and examples with generic multi-table terminology so the design can be shared publicly. Co-authored-by: Cursor <cursoragent@cursor.com>
Snapshot IDs are human-readable publish names, not chunk content hashes. Examples now use table_0 / table_1 / table_2 throughout. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #869 +/- ##
===================================
Coverage 81% 81%
===================================
Files 56 56
Lines 9303 9303
===================================
Hits 7563 7563
Misses 1740 1740 🚀 New features to boost your workflow:
|
Drop MultiJoinWriter / key_name in favor of optimize-like joint_optimize calls that can run as distributed jobs and publish snapshots on success. Co-authored-by: Cursor <cursoragent@cursor.com>
for more information, see https://pre-commit.ci
Lock join_optimize + join_update_optimize, input planning, sequential key validation, uniqueness, and snapshot concurrency rules into the design plan. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
for more information, see https://pre-commit.ci
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.
Summary
MultiJoinStreamingDatasetunder.claude/plans/.ParallelStreamingDataset.This is a design document only — no runtime code changes.
Test plan
Made with Cursor