Hi Micah, Le 12/02/2022 à 19:32, Micah Kornfield a écrit :
Hi Arrow Dev, For filesystems that contact remote services is there any sort of connection caching to avoid the cost of reconnecting each time? If so, at what scope does the cache live (e.g. each FileSystem object, or process global)?
We merely defer to the vendor-specific library such as the AWS SDK for C++ or the GCS C++ library. That said, it sounds reasonable to expect some caching at least at the FileSystem object level.
Regards Antoine.
