Aditya41150 opened a new pull request, #2300:
URL: https://github.com/apache/fluss/pull/2300
Currently, the "Merge Engine" documentation is buried deep in the hierarchy:
Table Design → Table Types → Primary Key Tables → Merge Engine.
This PR restructures the documentation hierarchy to elevate Merge Engines to
a top-level concept under Table Design, improving visibility and
discoverability.
### Changes:
- Moved `merge-engines` directory from
`table-design/table-types/pk-table/merge-engines` to
`table-design/merge-engines`.
- Updated sidebar positions to ensure a logical flow:
1. Overview
2. Table Types
3. Merge Engines
4. Data Distribution
5. Data Types
- Fixed all internal documentation links in affected files.
This change highlights the strategic importance of merge logic in Fluss's
architecture, especially the Aggregation Merge Engine for real-time feature
engineering.
Fixes #2298
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]