Jackie-Jiang commented on issue #8259: URL: https://github.com/apache/pinot/issues/8259#issuecomment-1054749444
By default, inverted index and bloom filter are generated on the server side when loading the segment, and that's why you won't find them if the segment is newly generated. Sorted index will be automatically generated if all the values for a column are pre-sorted. Segment generation won't automatically re-order the records, so if the column values are not pre-sorted, sorted index won't be generated even if it is configured as sorted. -- 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