Re: [BUGS] Bug #581: Sequence cannot be deleted - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUGS] Bug #581: Sequence cannot be deleted
Date
Msg-id 25046.1013552221@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] Bug #581: Sequence cannot be deleted  (Ian Barwick <barwick@gmx.net>)
List pgsql-hackers
Ian Barwick <barwick@gmx.net> writes:
> Is there any reason for the default value (31 characters?),

It's historical AFAIK.

> or are there
> any performance issues associated with longer values?

Larger values would definitely waste space in the system tables (since
type name is fixed-width).  Bigger system tables = more I/O = some
amount of slowdown.  I have not heard that anyone has tried to measure
the cost.  It might be negligible; we just don't know.

I believe we'd be happy to change the number as soon as someone does the
legwork to quantify what it's going to cost.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Add free-behind capability for large sequential scans
Next
From: "Tom Innes"
Date:
Subject: Re: [BUGS] Bug #581: Sequence cannot be deleted