Re: PostgreSQL 11 global index - Mailing list pgsql-admin

From Scott Ribe
Subject Re: PostgreSQL 11 global index
Date
Msg-id FA5846F6-CF05-46E8-ACB1-72FC16CCB0BD@elevated-dev.com
Whole thread Raw
In response to Re: PostgreSQL 11 global index  (legrand legrand <legrand_legrand@hotmail.com>)
Responses Re: PostgreSQL 11 global index  (Scott Ribe <scott_ribe@elevated-dev.com>)
List pgsql-admin
Parse time & execution time.

Why are you not just using a sequence?

Do you have an application which requires contiguous numbers?

--
Scott Ribe
scott_ribe@elevated-dev.com
https://www.linkedin.com/in/scottribe/



> On Aug 13, 2018, at 4:39 PM, legrand legrand <legrand_legrand@hotmail.com> wrote:
>
> I'm suspecting parsing time for "SELECT count(1) > 1 FROM tabpart WHERE id =
> NEW.id",



pgsql-admin by date:

Previous
From: legrand legrand
Date:
Subject: Re: PostgreSQL 11 global index
Next
From: Scott Ribe
Date:
Subject: Re: PostgreSQL 11 global index