Encoding

You Don't Know JSON: Part 3 - Binary JSON in Databases
reading time: 15 minutes
Database-managed binary JSON formats solve storage and query performance problems. JSONB enables fast PostgreSQL queries with indexing, while BSON adds extended types for MongoDB. Learn when databases beat text JSON.