Hacker News new | ask | show | jobs
by wnolens 1611 days ago
> The most mysterious part for me was why one would put JSON inside relational tables?

Cheap and easy way to permit a flexible schema for some part of the data. Performance tests probably showed that for their specific query workload, any slow down from parsing/lack of index was fine.