05 / 18

What is the difference between Single Field Indexes & Compound Indexes?

  1. 1

    Single Field Indexes: Indexes that are created on a single field.

  2. 2

    Compound Indexes: Indexes that are created on multiple fields. These indexes can improve performance for queries that use multiple fields in the query condition.