apache / apache/pinot

Log when creating all index types

Open
#11,519 3 comments 0 reactions 1 assignee Claimed by @shwin View on GitHub
enhancement
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
2d 55m
Merged PRs (30d)
182

Description

On minions, we log when we create dictionary indices:
```
Created dictionary for STRING column: transferType with cardinality: 3, max length in bytes: 8, range: Erc to Primary
16
Using fixed length dictionary for column: to, size: 11334792
15
Created dictionary for STRING column: to with cardinality: 269876, max length in bytes: 42, range: 0x0000000000000000000000000000000000000000 to 0xffffffffffffffffffffffffffffffffffffffff
14
Created dictionary for DOUBLE column: maxFeePerGas with cardinality: 1, range: 0.0 to 0.0
```

But we don't have similar log lines for TEXT or range indices, for example; this would be helpful for debugging certain things.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.