Working with JSON/JSONB
JSON vs JSONB
| JSON | JSONB |
|---|---|
| Stores exact copy | Binary format |
| Preserves whitespace | No whitespace |
| Preserves key order | Keys sorted |
| Slower queries | Faster queries |
| No indexing | Supports GIN indexes |
Learning Objectives
Lesson Outline
| JSON | JSONB |
|---|---|
| Stores exact copy | Binary format |
| Preserves whitespace | No whitespace |
| Preserves key order | Keys sorted |
| Slower queries | Faster queries |
| No indexing | Supports GIN indexes |