sajjad-moradi opened a new pull request #7930: URL: https://github.com/apache/pinot/pull/7930
## Description This PR fixes the performance issue of `BaseChunkSVForwardIndexWriter` by using a byte buffer instead of memory mapping of each compressed chunk. Please refer to https://github.com/apache/pinot/issues/7929 for more details. ## Testing Done For one table that has a non-dictionary column, with existing code it takes more than 30 minutes to build the index, but with the fix it takes around one minute to do so. -- 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