tarun11Mavani commented on issue #16632: URL: https://github.com/apache/pinot/issues/16632#issuecomment-3316706230
This is not needed anymore. Earlier I was testing my commit time compaction changes(#16344 and #16769) on 1.2 release branch. Since then, we have started using a new `SizeBasedSegmentFlushThresholdComputer` and removed usage of `SegmentFlushThresholdComputer` in #15347. Since I didn't have this change in 1.2 release branch in performance testing, I encountered the frequent commit issue. Any branch with 1.3+ release don't have this issue. Below is example of three tables with commit time compaction disable, enabled and enabled+column major build (consuming from same kafka topic). <img width="1315" height="115" alt="Image" src="https://github.com/user-attachments/assets/43d64b1f-4ea3-450a-a50a-fc2f5345cf10" /> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
