-
Notifications
You must be signed in to change notification settings - Fork 723
Open
Labels
help wantedExtra attention is neededExtra attention is neededimprovementImprovements on everythingImprovements on everything
Description
What would you like to be improved?
Some indices need extra parameters. For example, Clickhouse data skipping indexes requires GRANULARITY, bloom filter fault rate, etc., other than index name, type and column fields.
How should we improve?
Add a field Map<String, String> properties in
| public interface Index { | |
| /** | |
| * @return The type of the index. eg: PRIMARY_KEY and UNIQUE_KEY. | |
| */ | |
| IndexType type(); | |
| /** | |
| * @return The name of the index. | |
| */ | |
| String name(); | |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededimprovementImprovements on everythingImprovements on everything