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
Supports executing queries with Cloud Fetch for increased performance
and caching.
Steps taken:
- Synced fork `mattdeekay` for both `cloudfetch` and `main` branches
- On `mattdeekay:main`, ran `git merge --squash cloudfetch`
- Resolved merge conflicts
- Fixed `cloudfetch_test.go` end-to-end test to (WithEnableCloudFetch ->
WithCloudFetch)
- Commit and create PR
- Fix `connector_test.go` to add cloud fetch (forgot to add earlier)
- Add link expiration test to `batchloader_test.go`
- Fix `arrowRows_test.go`
- `golangci-lint run`
You can turn on Cloud Fetch to increase the performance of extracting large query results by fetching data in parallel via cloud storage (more info [here](https://www.databricks.com/blog/2021/08/11/how-we-achieved-high-bandwidth-connectivity-with-bi-tools.html)). To turn on Cloud Fetch, append `useCloudFetch=true`. You can also set the number of concurrently fetching goroutines by setting the `maxDownloadThreads` query parameter (default is 10):
0 commit comments