InterviewSolution
Saved Bookmarks
| 1. |
Can You Create An Index On An Array Field In Mongodb? If Yes, What Happens In This Case? |
|
Answer» Yes. An array field can be indexed in MONGODB. In this case, MongoDB WOULD INDEX each value of the array. Yes. An array field can be indexed in MongoDB. In this case, MongoDB would index each value of the array. |
|