You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: document FE index creation flow for storage-compute separation (存算分离) architecture (#1)
* Initial plan
* docs: add FE index creation flow documentation for cloud (存算分离) architecture
- Add README.md in cloud/alter explaining the complete FE processing flow for
CREATE INDEX in storage-compute separation mode, including:
- Key class descriptions
- Two execution paths (light index change vs full schema change job)
- Core differences between cloud and local modes
- Complete Mermaid sequence diagram
- Add class-level Javadoc to CloudSchemaChangeJobV2 describing the MetaService
interaction lifecycle for index creation
- Add Javadoc to key override methods in CloudSchemaChangeJobV2
- Add class-level Javadoc to CloudSchemaChangeHandler
- Fix logger in CloudSchemaChangeJobV2 to use CloudSchemaChangeJobV2.class
Co-authored-by: ybtsdst <3139535+ybtsdst@users.noreply.github.com>
* revert: restore original logger in CloudSchemaChangeJobV2 (keep Javadoc only)
Co-authored-by: ybtsdst <3139535+ybtsdst@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ybtsdst <3139535+ybtsdst@users.noreply.github.com>
0 commit comments