On Mon, Dec 23, 2024, 10:01 Divyansh Gupta JNsThMAudy <[email protected]>
wrote:

>
> So here my question is considering one JSONB column is perfect or
> considering 50 columns will be more optimised.
>
The relational database engine is designed around the column-based
approach.  Especially if the columns are generally unchanging, combined
with using fixed-width data types.

David J.

Reply via email to