Jackie-Jiang commented on issue #11368: URL: https://github.com/apache/pinot/issues/11368#issuecomment-1685149427
Great finding! Without force, the data should sit within the operating system's file I/O buffers if not written to disk yet. I don't know if OS is smart enough to force the data if we try to access the file after it is closed (e.g. compress the data), but I think it is best practice to force it especially when performance is not that critical. -- 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]
