JSON Performance — Large Files & Formats
Handle large JSON, optimize performance, and compare JSON with binary formats.
Apache Arrow vs JSON: When Row-Based Text Stops Scaling
JSON is rows of text; Arrow is columns of typed memory. Why analytics engines moved to Arrow, what columnar buys you, and how the two formats actually complement each other.
Parquet vs. JSON — Columnar Storage for Analytics at Scale
Row-based formats like JSON, MessagePack and Protobuf all optimize the same axis — one record after another. Parquet rethinks the layout entirely, and that's what makes it dominant for analytics.
MessagePack, CBOR & Avro: Binary JSON Alternatives Compared
When plain JSON is too slow or too large — a practical comparison of MessagePack, CBOR and Avro, three binary formats that model JSON-like data more compactly.
JSON Size Limits: What Browsers, Databases and APIs Actually Allow
The real, often-undocumented JSON size limits in V8, PostgreSQL JSONB, MongoDB, API gateways and localStorage — and what happens when you hit them.