rethinkdb - Do shorter JSON keys make smaller NoSQL documents? -


For some time I have been confused about it. Rethinkdb is schema-less, so the way it stores information (or any other database's storage method), does a small JSON key make small documents?

  {"avg": 312} vs {"average": 312}   

thanks

Yes, since the RethinkDB does not include the field. View


Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -