From 786acc072de22afcc560872be994434143eeb8fa Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Mon, 20 Jun 2022 16:27:08 +0530 Subject: [PATCH] Resources added for Database indexes (#1301) --- .../108-more-about-databases/105-database-indexes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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