Пропускна здатність (Throughput)

Обсяг даних, що обробляється за одиницю часу.

🌐 Терміни іншими мовами:

In computing, throughput refers to the rate at which a system processes data or transactions over a specific period. It is often measured in bits per second (bps) for networks, or transactions per second (TPS) for databases. High throughput means a system can handle a lot of data at once.

        graph LR
  Center["Пропускна здатність (Throughput)"]:::main
  Rel_iteration["iteration"]:::related -.-> Center
  click Rel_iteration "/terms/iteration"
  Rel_stream_processing["stream-processing"]:::related -.-> Center
  click Rel_stream_processing "/terms/stream-processing"
  Rel_file_systems["file-systems"]:::related -.-> Center
  click Rel_file_systems "/terms/file-systems"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 Перевірка знань

1 / 1

🧒 Простими словами

Пропускна здатність — це як товщина водопровідної труби. Через тонку трубу проходить мало води за хвилину, а через товсту — цілий басейн. Більша труба = більше даних одночасно.

🤓 Expert Deep Dive

Важливо не плутати з Bandwidth (теоретичний макс). Throughput — це те, що ти реально отримуєш 'в залізі' під навантаженням.

📚 Джерела