Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
docs: update misc
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi Z <[email protected]>
  • Loading branch information
skyzh committed Jan 16, 2024
1 parent ba22fa1 commit db485ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ After applying the rule twice, the memo table will have self-referential groups.
## Partial Exploration

Each iteration will only be slower because we have to invoke the optimize group tasks before we can find a group to apply the rule. Probably we can keep the task stack across runs to make it faster.

## Physical Property

A major missing feature in the optimizer. Need this to support shuffling and sort optimizations.

0 comments on commit db485ce

Please sign in to comment.