> For the complete documentation index, see [llms.txt](https://functional.gitbook.io/database_comparison_report/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://functional.gitbook.io/database_comparison_report/elasticsearch/pros-of-elasticsearch.md).

# Pros of Elasticsearch

**Scalable architecture.** One of Elasticsearch’s peculiarities is its robust distributed architecture. Its key structure options, such as clustering, indexing, sharding, and many more, provide extensive horizontal scaling, which allows for accommodating terabytes of records with further automation. The architecture’s abstraction levels streamline system management on both individual and aggregate levels.

**Fast data processing.** Due to the distributed data structure and built-in parallelization, the Elasticsearch DB shows excellent performance results. Even when executing a complex data query, it generates lightning search result responses. This is partly available due to documents being maintained close to relevant metadata in the index, which makes them fast to find.
