5 ms·
Does Rethink store keys with every record or uses more efficient mechanism?
by nawariata 11y ago
Does Rethink store keys with every record or uses more efficient mechanism?
- mrits 11y agoWhile you could technically use JSON to have a more efficient storage I think it safe to assume they use Key/Value. http://rethinkdb.com/docs/comparison-tables/ http://rethinkdb.com/docs/comparison-tables/ I can't believe new databases are still using this model. Some of my data storage would be 90% keys and 10% data as JSON.