ahanikel commented on PR #800: URL: https://github.com/apache/jackrabbit-oak/pull/800#issuecomment-1359013262
@smiroslav I think there's a potential problem here: tar archives are append-only, so if we write the references after each flush, we will produce a lot of waste. That isn't a problem in the Azure implementation where tar archives are actually just files and directories, so we might want to have different TarWriter implementations for local file system and Azure. But I haven't spent much time on this so perhaps what I'm saying is totally wrong... -- 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]
