⬅︎ Back to How much faster is Redis at storing a blob of JSON compared to PostgreSQL?
If performance is an issue, why in the first place use and store JSON blobs with their massive overhead? Like numeric values encoded in Strings, just to be parsed out into numeric variables later? Just insane how far we have gotten.
Comment
If performance is an issue, why in the first place use and store JSON blobs with their massive overhead? Like numeric values encoded in Strings, just to be parsed out into numeric variables later? Just insane how far we have gotten.