Re: Need help in database design

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Divyansh Gupta JNsThMAudy <ag1567827(at)gmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Need help in database design
Date: 2024-12-23 17:08:09
Message-ID: CAKFQuwYdpzwcbSdQ8TvZ-nVjPeHVVz+5=bWofCbUK+p_o=axrQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 23, 2024, 10:01 Divyansh Gupta JNsThMAudy <ag1567827(at)gmail(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-12-23 17:18:50 Re: Need help in database design
Previous Message Divyansh Gupta JNsThMAudy 2024-12-23 17:07:20 Re: Need help in database design