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

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -