kamstrup@programming.devtoProgramming@programming.dev•What is the best way to store data for exceptional cases among nested objects in arrays in JSON?
1·
5 months agoDepending on your needs you can also break it into a columnar format with some standard compression on top. This allows you to search individual fields without looking at the rest.
It also compress exceptionally well, and “rare” fields will be null in most records, so run length encoding will compress them to near zero
See fx parquet
Must include CHANGELOG…
The changelog: