Re: Re: Abbreviated keys for Numeric

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: Abbreviated keys for Numeric
Date: 2015-02-01 00:27:37
Message-ID: CA+Tgmoat3tsW+35DSJ+gPr9EjC1mAuruG2Nq7qz_dvoHRNFNjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jan 31, 2015 at 7:07 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> I don't want to get bogged down on this - the numeric abbreviation
> patch *is* still much more compelling - but maybe abbreviation of
> float8 isn't a red herring after all.

I'm completely on-board with doing something about numeric. I think
it might be pretty foolish to try to do anything about any data type
the CPU has hard-wired knowledge of. We're basically betting that we
can do better in software than they did in hardware, and even if that
happens to be true on some systems under some circumstances, it leaves
us in a poor position to leverage future improvements to the silicon.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-02-01 00:31:59 Re: jsonb, unicode escapes and escaped backslashes
Previous Message Robert Haas 2015-02-01 00:23:37 Re: parallel mode and parallel contexts