shwin commented on issue #10986:
URL: https://github.com/apache/pinot/issues/10986#issuecomment-1612436438

   in case it's helpful, here's some column metadata for the column in question:
   ```
   "segment.start.time": "1620663024000",
     "segment.time.unit": "MILLISECONDS",
     "columns": [
       {
         "columnMaxLength": 0,
         "sorted": false,
         "totalNumberOfEntries": 1169356,
         "fieldSpec": {
           "granularity": "1:DAYS",
           "sampleValue": null,
           "singleValueField": true,
           "format": "TIMESTAMP",
           "virtualColumnProvider": null,
           "defaultNullValueString": "0",
           "name": "$blockTimestamp$DAY",
           "maxLength": 512,
           "dataType": "TIMESTAMP",
           "transformFunction": null,
           "defaultNullValue": 0
         },
         "hasDictionary": true,
         "bitsPerElement": 1,
         "minMaxValueInvalid": false,
         "autoGenerated": false,
         "maxNumberOfMultiValues": 0,
         "indexSizeMap": {
           "dictionary": 24,
           "forward_index": 146178,
           "range_index": 23662
         },
         "totalDocs": 1169356,
         "partitionFunction": null,
         "partitions": null,
         "minValue": 1620604800000,
         "maxValue": 1620691200000,
         "cardinality": 2,
         "singleValue": true,
         "fieldType": "DATE_TIME",
         "columnName": "$blockTimestamp$DAY",
         "dataType": "TIMESTAMP"
       }
     ],
     "segment.size.in.bytes": "405461773",
     "segment.end.time": "1620694659000",
     "segment.total.docs": "1169356",
   
     "indexes": {
       "$blockTimestamp$DAY": {
         "bloom-filter": "NO",
         "dictionary": "YES",
         "forward-index": "YES",
         "inverted-index": "NO",
         "null-value-vector-reader": "NO",
         "range-index": "YES",
         "json-index": "NO"
       }
     },
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to