Il 01/03/2018 15:16, Michael Loftis ha
scritto:
On Thu, Mar 1, 2018 at 03:10 Meenatchi
Sandanam wrote:
I
have created a table with 301 columns(ID, 150 BIGINT,
On Thu, Mar 1, 2018 at 03:10 Meenatchi Sandanam wrote:
> I have created a table with 301 columns(ID, 150 BIGINT, 150 TEXT). The
> table contains multiple form data differentiated by ID range. Hence a
> column contains more than one form data. To achieve Unique Constraint and
> Indexing per form,
Meenatchi Sandanam wrote:
> I have created a table with 301 columns(ID, 150 BIGINT, 150 TEXT). The table
> contains
> multiple form data differentiated by ID range. Hence a column contains more
> than one form data.
> To achieve Unique Constraint and Indexing per form, I chose PostgreSQL
> Parti
I have created a table with 301 columns(ID, 150 BIGINT, 150 TEXT). The
table contains multiple form data differentiated by ID range. Hence a
column contains more than one form data. To achieve Unique Constraint and
Indexing per form, I chose PostgreSQL Partial Indexes which suits my
requirement. I