> For the complete documentation index, see [llms.txt](https://spacecore.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spacecore.gitbook.io/wiki/ua/information-display/iops.md).

# Що таке IOPS?

## Вступ

**IOPS** (Input/Output Operations Per Second) — це ключова метрика для оцінки продуктивності зберігання даних у жорстких дисках (HDD) та твердотільних накопичувачах (SSD). Вона має важливе значення для веб-хостингу, віртуальних серверів (VDS) та виділених серверів (Dedicated), оскільки впливає на швидкість обробки системи та загальну продуктивність.&#x20;

**IOPS** вимірює кількість операцій вводу/виводу, які пристрій зберігання може виконати за одну секунду, зазвичай це читання або запис блоку даних.

## Значення

На серверах **IOPS** визначає, наскільки швидко сервер може читати та записувати дані, що є важливим для високопродуктивних застосувань, таких як великі бази даних або корпоративні вебсайти. SpaceCore не обмежує **IOPS** для віртуальних та виділених серверів, дозволяючи повністю використовувати накопичувачі без обмежень.

## Вплив на IOPS

* **Швидкість диска**: SSD забезпечують значно вищі **IOPS** у порівнянні з HDD.

{% hint style="info" %}
SpaceCore використовує тільки SSD та NVMe накопичувачі для віртуальних серверів, поступово відмовляючись від HDD для VDS/VPS.
{% endhint %}

* **Розмір блоку даних**: Великі блоки даних можуть зменшувати **IOPS** через довший час обробки кожної операції.
* **Командна черга**: Глибина командної черги, або кількість операцій, що очікують на обробку, також впливає на **IOPS**.

**IOPS** є критичним показником продуктивності для систем зберігання, впливаючи на швидкість і продуктивність усіх типів серверів.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://spacecore.gitbook.io/wiki/ua/information-display/iops.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
