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



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

i've been confused while. rethinkdb schema-less, way stores info (or other nosql database's method of storage), smaller json key create shorter documents?

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

thanks

for yes since rethinkdb doesn't compress fields. see https://github.com/rethinkdb/rethinkdb/issues/1396

nosql rethinkdb

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -