Pergunta de entrevista da empresa MongoDB

What is a clustered index?

Resposta da entrevista

Sigiloso

23 de abr. de 2024

A clustered index is an index that defines the physical order in which table records are stored in a database. Clustered indexes are stored in the same WiredTiger file as the collection.