Back to Developer Roadmap

Index (Database)

src/data/roadmaps/elasticsearch/content/index-database@ECrKSI6rUU_N5fd3NFgch.md

4.01.0 KB
Original Source

Index (Database)

An index is a collection of documents that have similar characteristics. Think of it as a database in a relational database system. It's where Elasticsearch stores and organizes data, allowing for efficient searching and retrieval. Each index is identified by a name, which is used when performing indexing, searching, updating, and deleting operations.

Visit the following resources to learn more: