You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#425 reuses http clients against azure and reduces fetching sas from 800ms to 200ms for subsequent calls, also makes creation of table faster, down from 1700ms to 1200ms
Creating a warehouse in adls is approximately 5 times slower than creating a warehouse in aws s3 (sts-enabled).
Creating 10 warehouses (times are millis):
It seems that 7 times more connections are started to azure than to aws:
Recreating FileIOs means clients are also recreated every time which may mean that connection pooling is not really working.
The text was updated successfully, but these errors were encountered: