On Mon, Dec 23, 2024, 10:01 Divyansh Gupta JNsThMAudy <ag1567...@gmail.com> 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.