Skip to content

Conversation

BohuTANG
Copy link
Member

Summary

Replace incorrect MATERIALIZED VIEW syntax with AGGREGATING INDEX in query optimization documentation.

Changes Made

  • Updated Advanced Optimization section to use instead of
  • Corrected syntax to reflect Databend's actual capabilities
  • Verified the new syntax works correctly in production

Rationale

Databend does not support syntax. The documentation was misleading users to try unsupported features. provides similar functionality for pre-computing expensive aggregations.

Testing

  • Verified syntax works in Databend
  • Confirmed is not supported
  • Documentation accurately reflects supported functionality

- Replace CREATE MATERIALIZED VIEW syntax with CREATE AGGREGATING INDEX
- Update Advanced Optimization section to use Databend's native aggregating index feature
- Ensure documentation accurately reflects supported functionality
Copy link

vercel bot commented Sep 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Sep 18, 2025 3:29am

@BohuTANG BohuTANG merged commit 160c2ba into main Sep 18, 2025
4 checks passed
@BohuTANG BohuTANG deleted the fix/correct-materialized-view-syntax branch September 18, 2025 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant