Hacker News new | ask | show | jobs
by skram 3613 days ago
Some data stores (Mongo, CouchDB) do support in-place updating of JSON objects
1 comments

Yes, but they are not efficient: When updating one small field, like string, which is larger than the original one, the whole document must be resized too, to have enough space for the updated field. This is inconvenient.