# How fast is the indexing?

Our infrastructure is designed to handle dozens to thousands of indexing operations per second. The speed depends on a lot of factors, and it generally take more time using a mutualized plan than an Enterprise plan (the processing threads are shared in a mutualized plan).

In most cases, indexing operations are processed in a matter of seconds (search operations are processed in a few milliseconds). Also, while the search queries are synchronous, the indexing operations are asynchronous. You can use the method **waitTask** of our API clients to check when an indexing operation is completed.


---

# Agent Instructions: 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:

```
GET https://samypesse.gitbook.io/algolia-faq/configuration-and-relevance/how-fast-is-the-indexing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
