-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: None
-
Labels:None
Currently the StringStatistics will record the entire value for minimum or maximum. It creates large protobuf objects and serves very little value. I think we should trim long strings to 1024 characters and record the fact that they were trimmed.