Wrote sourced_from: into 414 claim files pointing back to their origin source. Backfilled claims_extracted: into 252 source files that were processed but missing this field. Matching uses author+title overlap against claim source: field, validated against 296 known-good pairs from existing claims_extracted. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
59 lines
No EOL
4.6 KiB
Markdown
59 lines
No EOL
4.6 KiB
Markdown
---
|
|
type: claim
|
|
domain: internet-finance
|
|
description: "At 5-20 server scale, queueing theory threshold policies capture most benefit without algorithmic complexity"
|
|
confidence: likely
|
|
source: "van Leeuwaarden, Mathijsen, Sanders (SIAM Review 2018) - empirical validation of square-root staffing at moderate scale"
|
|
created: 2026-03-11
|
|
depends_on:
|
|
- square-root-staffing-principle-achieves-economies-of-scale-in-queueing-systems-by-operating-near-full-utilization-with-manageable-delays.md
|
|
supports:
|
|
- halfin-whitt-qed-regime-enables-systems-to-operate-near-full-utilization-while-maintaining-service-quality-through-utilization-approaching-one-at-rate-one-over-square-root-n
|
|
- optimal-queue-policies-have-threshold-structure-making-simple-rules-near-optimal
|
|
related:
|
|
- hysteresis-in-autoscaling-prevents-oscillation-by-using-asymmetric-thresholds-for-scale-up-and-scale-down
|
|
- littles-law-provides-minimum-worker-capacity-floor-for-pipeline-systems-but-requires-buffer-margin-for-variance
|
|
- multi-server-queueing-systems-exhibit-economies-of-scale-because-safety-margin-grows-sublinearly-with-system-size
|
|
- non-stationary-service-systems-require-dynamic-worker-allocation-because-fixed-staffing-wastes-capacity-during-low-demand-and-creates-bottlenecks-during-peaks
|
|
- pipeline-state-space-size-determines-whether-exact-mdp-solution-or-threshold-heuristics-are-optimal
|
|
- square-root-staffing-principle-provisions-servers-as-base-load-plus-beta-times-square-root-of-base-load-where-beta-is-quality-of-service-parameter
|
|
reweave_edges:
|
|
- halfin-whitt-qed-regime-enables-systems-to-operate-near-full-utilization-while-maintaining-service-quality-through-utilization-approaching-one-at-rate-one-over-square-root-n|supports|2026-04-18
|
|
- hysteresis-in-autoscaling-prevents-oscillation-by-using-asymmetric-thresholds-for-scale-up-and-scale-down|related|2026-04-18
|
|
- littles-law-provides-minimum-worker-capacity-floor-for-pipeline-systems-but-requires-buffer-margin-for-variance|related|2026-04-18
|
|
- multi-server-queueing-systems-exhibit-economies-of-scale-because-safety-margin-grows-sublinearly-with-system-size|related|2026-04-18
|
|
- non-stationary-service-systems-require-dynamic-worker-allocation-because-fixed-staffing-wastes-capacity-during-low-demand-and-creates-bottlenecks-during-peaks|related|2026-04-18
|
|
- optimal-queue-policies-have-threshold-structure-making-simple-rules-near-optimal|supports|2026-04-19
|
|
- pipeline-state-space-size-determines-whether-exact-mdp-solution-or-threshold-heuristics-are-optimal|related|2026-04-19
|
|
- square-root-staffing-principle-provisions-servers-as-base-load-plus-beta-times-square-root-of-base-load-where-beta-is-quality-of-service-parameter|related|2026-04-19
|
|
sourced_from:
|
|
- inbox/archive/internet-finance/2018-00-00-siam-economies-of-scale-halfin-whitt-regime.md
|
|
---
|
|
|
|
# Moderate-scale queueing systems benefit from simple threshold policies over sophisticated algorithms because square-root staffing captures most efficiency gains
|
|
|
|
For systems operating at moderate scale (5-20 servers), the mathematical properties of the Halfin-Whitt regime mean that simple threshold-based policies informed by queueing theory capture most of the available efficiency gains. Sophisticated dynamic algorithms add implementation complexity without proportional benefit at this scale.
|
|
|
|
The square-root staffing principle works empirically even for systems as small as 5-6 servers, which means the core economies-of-scale insight applies well below the asymptotic regime where the mathematical proofs strictly hold. This has direct implications for pipeline architecture: a system with 5-6 workers doesn't need complex autoscaling algorithms or machine learning-based load prediction.
|
|
|
|
## Evidence
|
|
|
|
The SIAM Review tutorial explicitly notes that "square-root safety staffing works empirically even for moderate-sized systems (5-20 servers)" and that "at our scale (5-6 workers), we're in the 'moderate system' range where square-root staffing still provides useful guidance."
|
|
|
|
The key takeaway from the tutorial: "we don't need sophisticated algorithms for a system this small. Simple threshold policies informed by queueing theory will capture most of the benefit."
|
|
|
|
## Practical Application
|
|
|
|
For Teleo pipeline architecture operating at 5-6 workers, this means:
|
|
- Simple threshold-based autoscaling policies are sufficient
|
|
- Complex predictive algorithms add cost without proportional benefit
|
|
- The mathematical foundation (Halfin-Whitt regime) validates simple approaches at this scale
|
|
|
|
---
|
|
|
|
Relevant Notes:
|
|
- [[square-root-staffing-principle-achieves-economies-of-scale-in-queueing-systems-by-operating-near-full-utilization-with-manageable-delays]]
|
|
- domains/internet-finance/_map
|
|
|
|
Topics:
|
|
- core/mechanisms/_map |