ietf-wg-jsonpath / draft-ietf-jsonpath-base

Development of a JSONPath internet draft
https://ietf-wg-jsonpath.github.io/draft-ietf-jsonpath-base/
Other
58 stars 20 forks source link

Rob Wilton #1: clarify luxury overflow #508

Closed cabo closed 10 months ago

cabo commented 10 months ago

The specific case addressed here is about JSON values large enough so you no longer can evaluate, e.g., [?length(@) < length($.a)], in exact numbers. This is a bit of a luxury problem, as 2**53 bytes ⩰ 9 Petabytes. Backblaze reports they can store a Petabyte for some $35000, so this is not an entirely hypothetical case any more, and will get less so during the time the spec lasts.