Skip to content

Commit 736b37d

Browse files
vlastahajeksoudrug
authored andcommitted
docs: adding info about gRPC compression
1 parent ed886ca commit 736b37d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ table = reader.read_all()
162162
print(table.to_pandas().to_markdown())
163163
```
164164

165+
### gRPC compression
166+
The Python client supports gRPC response compression.
167+
If the server chooses to compress query responses (e.g., with gzip), the client
168+
will automatically decompress them — no extra configuration is required.
169+
165170
## Windows Users
166171
Currently, Windows users require an extra installation when querying via Flight natively. This is due to the fact gRPC cannot locate Windows root certificates. To work around this please follow these steps:
167172
Install `certifi`

0 commit comments

Comments
 (0)