System Scalability Evaluation

D

Daniel Okoye

@daniel-okoye

·

Evaluate system scalability by reasoning through each bottleneck.

24 copies0 forks
Share this prompt:
Evaluate the scalability of this system step by step.

System architecture:
{{architecture}}

Current load: {{current_traffic}}
Target load: {{target_traffic}}

Think through each layer:

1. INGRESS LAYER: Can the load balancer handle 10x traffic? What are the limits?

2. APPLICATION TIER: Are instances stateless? How does horizontal scaling work?

3. DATABASE LAYER: What is the read/write ratio? Is the database the bottleneck?

4. CACHE LAYER: What is the cache hit ratio? Can it absorb more reads?

5. EXTERNAL DEPENDENCIES: Which third-party services have rate limits?

6. ASYNC PROCESSING: Can queue workers scale with demand?

7. NETWORK BANDWIDTH: Are there any bandwidth constraints?

8. BOTTLENECK IDENTIFICATION: What is the first thing that will break?

9. SCALING STRATEGY: What changes are needed to reach target load?

Details

Category

Coding

Use Cases

Scalability assessment reviewCapacity planning workshopArchitecture scaling design

Works Best With

claude-opus-4.5gpt-5.2gemini-2.0-flash
Created Updated Shared

Related Prompts

Create your own prompt vault and start sharing