Perhaps related to the unanswered question I asked here yesterday is the question about whether it is advisable to use short field names in a schema in Mongoose? According to the article here, longer field names do result in a larger database in the server's hard disk, as well as the any cache used in the memory.
Is that true? Why didn't the designers of Mongoose use some kind of mapping mechanism for the field names to save space in the database?