Is there documentation that lays out how JSONB columns are stored? I have a Rather Large Table with 37m+ rows with large JSONB objects, its size is about 300mb, but there's an associated TOAST table with a 28GB size.
Curious how/why PSQL would store JSONB stuff this way.
Thanks!