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
Post a Comment