You are designing a MongoDB schema to support queries that will include lookups. What should you do?
Create a multicolumn index on the key value used as the primary and also the foreign key.
Create a multicolumn index on the key value used as the foreign key and the most unique column in the document.
Create an index on the key value used as the foreign key.
Create an index on the key value used as the primary key.