Postgresql has a feature called generated columns on the JSONB data type in Postgres. Using these columns, you can efficiently fetch a subset of data, without having to load and parse every object. It’s truly the best of both relational and non-relational worlds.