pvillard31 commented on PR #7893: URL: https://github.com/apache/nifi/pull/7893#issuecomment-1772304134
The CalculateParquetOffsets step is taking less than 1 millisecond to complete: the 50 clones are not copying the data, they get the same reference to actual claim (where the data is stored in the content repo). So I think it's really around the ParquetReader and how we can "jump" to the right location as you said. Will keep an eye out for your improvement for additional testing. -- 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]
