apache/gravitino
View on GitHub[Improvement] Customize ClickHouse index properties like `GRANULARITY`
Open
#10,446 opened on Mar 17, 2026
help wantedimprovement
Repository metrics
- Stars
- (3,058 stars)
- PR merge metrics
- (PR metrics pending)
Description
What would you like to be improved?
Since #9927, we can add custom index properties when creating an index. As the GRANULARITY is always a constant value like 1 or 3, we need to make it configurable via index properties.
How should we improve?
No response