top | item 21040847 (no title) steffann | 6 years ago I have used PostgreSQL+JSONB and it works great. Doing indexes on JSON fields adds a lot of value. discuss order hn newest cagmz|6 years ago What do you use the JSONB column for?We've loved the flexibility of JSONB while our schema wasn't nailed down, but eventually migrated many fields to be columns for ease of reading and writing nested objects.
cagmz|6 years ago What do you use the JSONB column for?We've loved the flexibility of JSONB while our schema wasn't nailed down, but eventually migrated many fields to be columns for ease of reading and writing nested objects.
cagmz|6 years ago
We've loved the flexibility of JSONB while our schema wasn't nailed down, but eventually migrated many fields to be columns for ease of reading and writing nested objects.