Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/content/docs/extensions/httpfs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ Kitchener|200000
Guelph|75000
```

:::note[Note]
Reading files over HTTP(S), including attaching a remote database via an HTTP URL, requires the server to support HTTP range requests.
Object storage (S3/GCS) and standard static-file servers (nginx, Apache, Caddy) support this by default; dynamically generated responses and
some proxies may not.
:::

## Local cache

Remote file system calls can be expensive and highly dependent on your network conditions (bandwidth, latency).
Expand Down
Loading