All Questions
1 question
1
vote
0
answers
73
views
How should I store a frequently accessed array with an unknown number of elements in mongodb?
I have a simple "Index" object defined as follows:
{
"position": 4,
"value": 345
}
And I'm trying to figure out the best way to store this object in a mongo database, assuming that:
The "position"...