kevinjqliu commented on issue #2346: URL: https://github.com/apache/iceberg-python/issues/2346#issuecomment-3200256256
maybe some of these options can help flush to blob storage right away https://github.com/Azure/azure-storage-fuse/blob/main/README.md ``` Attribute cache options --attr-cache-timeout=<TIMEOUT IN SECONDS>: The timeout for the attribute cache entries. File cache options --file-cache-timeout=<TIMEOUT IN SECONDS>: Timeout for which file is cached on local system. --cache-size-mb=<SIZE IN MB>: Amount of disk cache that can be used by blobfuse. Default - 80% of free disk space. ... --sync-to-flush=false : Sync call will force upload a file to storage container if this is set to true, otherwise it just evicts file from local cache. ``` -- 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]
