Pergunta de entrevista da empresa River

What is a database index, and what structure does it use?

Resposta da entrevista

Sigiloso

31 de jan. de 2026

Indexes are used to quickly locate data without having to search every row in a database table. It normally uses B-trees.