Re: Could postgres12 support millions of sequences? (like 10 million) - Mailing list pgsql-general

From pabloa98
Subject Re: Could postgres12 support millions of sequences? (like 10 million)
Date
Msg-id CAEjudX7xNi-YjkkmN4Gy5dTVFBX05ak87iFcD48M0PzF_WrDZw@mail.gmail.com
Whole thread Raw
In response to Re: Could postgres12 support millions of sequences? (like 10 million)  ("Peter J. Holzer" <hjp-pgsql@hjp.at>)
Responses Re: Could postgres12 support millions of sequences? (like 10 million)
Re: Could postgres12 support millions of sequences? (like 10 million)
List pgsql-general


On Sat, Mar 21, 2020 at 12:08 PM Peter J. Holzer <hjp-pgsql@hjp.at> wrote:


And I think that "care about gaps -> sequence doesn't work" is a
knee-jerk reaction. It's similar to "can't parse HTML with regexps".
True in the general case, and therefore people tend to blurt it out
every time the topic comes up. But not necessarily true in specific
cases. As I wrote above, there is no perfect solution - so you have to
think about the actual requirements and the consequences of various
solutions - and maybe using a sequence is the best (or least bad)
solution.


OK. In that case, I will proceed with the millions of sequences. We will see.

Anyway, It will be awesome if we have a sequence data type in a future version of postgresql. They will solve a lot of problems similar to this one.

Pablo

pgsql-general by date:

Previous
From: "Peter J. Holzer"
Date:
Subject: Re: Could postgres12 support millions of sequences? (like 10 million)
Next
From: Jeremy Smith
Date:
Subject: Re: Explain says 8 workers planned, only 1 executed