apache/gravitino

[Improvement] Customize ClickHouse index properties like `GRANULARITY`

Open

#10,446 opened on Mar 17, 2026

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Java (887 forks)auto 404
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

Contributor guide