Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
adblocker-rules
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
My Privacy DNS
adblocker-rules
Commits
4bb761c2
Commit
4bb761c2
authored
1 year ago
by
Vitali Lovich
Browse files
Options
Downloads
Patches
Plain Diff
replace PoP with data center
parent
6df43607
Branches
vlovich/kv-advanced-guide
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/workers/learning/advanced-kv-guide.md
+1
-1
1 addition, 1 deletion
content/workers/learning/advanced-kv-guide.md
with
1 addition
and
1 deletion
content/workers/learning/advanced-kv-guide.md
+
1
−
1
View file @
4bb761c2
...
...
@@ -196,7 +196,7 @@ Examples of issues that can trip up even internal engineers who know all the tec
within the Runtime to get accurate timing measurements. That means you have to know to time externally to the system. At the same time,
external timings are subject to sources of error that have nothing to do with Workers KV performance, particularly as described below.
-
A low traffic Worker is more subject to cold starts even though in practice cold starts don't exist once production traffic is flowing.
-
Within something we call "MCP"s, we have multiple virtual data centers within a single
PoP
. Which virtual data center you hit
-
Within something we call "MCP"s, we have multiple virtual data centers within a single
data center
. Which virtual data center you hit
is random and today such data centers have disjoint caches and require even more traffic to keep the cache warm regardless of which
virtual data center you randomly get routed to.
-
[
wrk
](
https://github.com/wg/wrk
)
can typically generate substantial enough load from a single machine (thousands of requests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment