-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: broken link to support on "scalability model" (#7749)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ By default, a lakeFS Cloud installation supports: | |
- 1,500 read operations/second across all branches on all repositories within a region | ||
- 1,500 write operations per second across all branches on all repositories within a region | ||
|
||
This limit can be increased by contacting [support]((mailto:[email protected])). | ||
This limit can be increased by contacting [support](mailto:[email protected]?subject=quota+increase). | ||
|
||
Each lakeFS branch can sustain up to a maximum of 1,000 write operations/second and 3,000 read operations per second. | ||
This scales horizontally, so for example, with 10 concurrent branches, a repository could sustain 10k writes/second and 30k reads/second, assuming load is distributed evenly between them. | ||
|