Differences between primary and secondary Indexes?

No, it is still an index, same as what you’re used to in SQL, its role is to back queries and make them faster. In SQL databases you don’t usually have to create the primary index (it is done when you define a primary key).

2 Likes