JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

Indexes

Last modified: 09 December 2024

A database index is a structure used to speed up locating and accessing operations in a database table. By using indexes, you decrease the number of disk accesses that are required when a query is processed. You can create indexes for one or more columns of a database table.

Indexes ( Index) can be found in the Database tool window.

Indexes in Database

For MongoDB, indexes are supported for database versions 4.0 and later. Currently, only the abilities to display and drop indexes are supported.