|
|
|
|
|
by james4k
5120 days ago
|
|
One of the shockers I came across with MongoDB is that each instance of a key takes up memory. There is no form of a symbol table for the keys, so this means a huge amount of data overhead if each 'row' of data uses keys at all, which they likely do. No one just uses arrays. |
|
I think what you are referring to is the tokenization of field names: https://jira.mongodb.org/browse/SERVER-863