diff --git a/content/roadmaps/101-backend/content/108-more-about-databases/105-database-indexes.md b/content/roadmaps/101-backend/content/108-more-about-databases/105-database-indexes.md index 6aa95691a..fb0c8c13b 100644 --- a/content/roadmaps/101-backend/content/108-more-about-databases/105-database-indexes.md +++ b/content/roadmaps/101-backend/content/108-more-about-databases/105-database-indexes.md @@ -1 +1,7 @@ -# Database indexes \ No newline at end of file +# Database indexes + +An index is a data structure that you build and assign on top of an existing table that basically looks through your table and tries to analyze and summarize so that it can create shortcuts. + +Free Content +An in-depth look at Database Indexing +Database Indexing Explained