Resources added for Database indexes (#1301)

pull/1287/head^2
Archit Sharma 2 years ago committed by GitHub
parent 9c6438726a
commit 786acc072d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/101-backend/content/108-more-about-databases/105-database-indexes.md

@ -1 +1,7 @@
# Database indexes
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.freecodecamp.org/news/database-indexing-at-a-glance-bb50809d48bd/'>An in-depth look at Database Indexing</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=-qNSXK7s7_w'>Database Indexing Explained</BadgeLink>

Loading…
Cancel
Save