ehesp
07/29/2021, 12:17 PMjsonb
, I technically don't need to do this anymore.
Question is; are queries slower / costly when using jsonb vs querying a single value in a column?burggraf
07/29/2021, 12:44 PMburggraf
07/29/2021, 12:45 PMehesp
07/29/2021, 12:45 PMburggraf
07/29/2021, 12:46 PMnull
.burggraf
07/29/2021, 12:48 PMfirstname
lastname
and age
in the JSONB, and some records only have firstname
in them, then lastname
and age
would be null (think of them as empty columns if you had stored it as regular columns)ehesp
07/29/2021, 12:49 PMburggraf
07/29/2021, 12:49 PMehesp
07/29/2021, 12:49 PM