Skip to content

Commit b65575c

Browse files
aheevadsharma
authored andcommitted
add HTTP range requests note
1 parent 343c44c commit b65575c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/content/docs/extensions/httpfs.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ Kitchener|200000
3939
Guelph|75000
4040
```
4141

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

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

0 commit comments

Comments
 (0)