You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
A quick and dirty test on a large json file that I had.
output.json is a large json array with redundant keys
output.optimised.json re-names all keys from strings, into single/double character pseudo keys (as per OP)
This was a large file test, so the relative % difference is probably more relevant. Per request it's probably not too big a deal, but if your server needs to handle high throughput, this could make sense..
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just a thought, so we already have query -> id mapping. Would it then not be possible to extend that concept to the JSON payload property names?
I.e.
to
and then have apollo restore the property names?
The text was updated successfully, but these errors were encountered: