chore(config): Deprecating Domain Sharding (#31894)

This commit is contained in:
Evan Rusackas
2025-01-16 11:58:02 -07:00
committed by GitHub
parent 547b8b9314
commit 249fdf444a
3 changed files with 10 additions and 4 deletions

View File

@@ -108,6 +108,10 @@ running a custom auth postback endpoint), you can add the endpoints to `WTF_CSRF
## Domain Sharding
:::note
Domain Sharding is deprecated as of Superset 5.0.0, and will be removed in Superset 6.0.0. Please Enable HTTP2 to keep more open connections per domain.
:::
Chrome allows up to 6 open connections per domain at a time. When there are more than 6 slices in
dashboard, a lot of time fetch requests are queued up and wait for next available socket.
[PR 5039](https://github.com/apache/superset/pull/5039) adds domain sharding to Superset,